From owner-svn-ports-head@freebsd.org Fri Jul 24 09:00:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DA9B9A9415; Fri, 24 Jul 2015 09:00:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6415E12F6; Fri, 24 Jul 2015 09:00:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O903hH092033; Fri, 24 Jul 2015 09:00:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9023K092030; Fri, 24 Jul 2015 09:00:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507240900.t6O9023K092030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2015 09:00:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392798 - head/graphics/rubygem-rmagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2015 09:00:03 -0000 Author: sunpoet Date: Fri Jul 24 09:00:01 2015 New Revision: 392798 URL: https://svnweb.freebsd.org/changeset/ports/392798 Log: - Update to 2.15.3 - Update WWW Changes: https://github.com/rmagick/rmagick/blob/master/CHANGELOG.md Modified: head/graphics/rubygem-rmagick/Makefile head/graphics/rubygem-rmagick/distinfo head/graphics/rubygem-rmagick/pkg-descr Modified: head/graphics/rubygem-rmagick/Makefile ============================================================================== --- head/graphics/rubygem-rmagick/Makefile Fri Jul 24 08:59:56 2015 (r392797) +++ head/graphics/rubygem-rmagick/Makefile Fri Jul 24 09:00:01 2015 (r392798) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rmagick -PORTVERSION= 2.15.2 +PORTVERSION= 2.15.3 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-rmagick/distinfo ============================================================================== --- head/graphics/rubygem-rmagick/distinfo Fri Jul 24 08:59:56 2015 (r392797) +++ head/graphics/rubygem-rmagick/distinfo Fri Jul 24 09:00:01 2015 (r392798) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rmagick-2.15.2.gem) = 33aae1aa0035e4fe20ae8700a5035d306188eeac3eb2297d3459dcda1bb44964 -SIZE (rubygem/rmagick-2.15.2.gem) = 1544704 +SHA256 (rubygem/rmagick-2.15.3.gem) = f7141b8f8da1d24427756c9304b5cffcaa25038070a1be85d1f58e56e9f74e26 +SIZE (rubygem/rmagick-2.15.3.gem) = 1545216 Modified: head/graphics/rubygem-rmagick/pkg-descr ============================================================================== --- head/graphics/rubygem-rmagick/pkg-descr Fri Jul 24 08:59:56 2015 (r392797) +++ head/graphics/rubygem-rmagick/pkg-descr Fri Jul 24 09:00:01 2015 (r392798) @@ -1,4 +1,4 @@ RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries. -WWW: https://github.com/gemhome/rmagick +WWW: https://github.com/rmagick/rmagick