From owner-svn-ports-all@FreeBSD.ORG Mon May 25 19:54:57 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C3A9538; Mon, 25 May 2015 19:54:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.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 3AF92763; Mon, 25 May 2015 19:54:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4PJsvwS026249; Mon, 25 May 2015 19:54:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4PJsuo4026242; Mon, 25 May 2015 19:54:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505251954.t4PJsuo4026242@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 May 2015 19:54:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387412 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 19:54:57 -0000 Author: sunpoet Date: Mon May 25 19:54:55 2015 New Revision: 387412 URL: https://svnweb.freebsd.org/changeset/ports/387412 Log: - Update to 2.15.0 - Add LICENSE - Convert to new options helper - Update WWW Changes: https://github.com/gemhome/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 Mon May 25 19:54:50 2015 (r387411) +++ head/graphics/rubygem-rmagick/Makefile Mon May 25 19:54:55 2015 (r387412) @@ -1,28 +1,24 @@ # $FreeBSD$ -PORTNAME= rmagick -PORTVERSION= 2.13.3 -PORTREVISION= 1 -CATEGORIES= graphics rubygems -MASTER_SITES= RG +PORTNAME= rmagick +PORTVERSION= 2.15.0 +CATEGORIES= graphics rubygems +MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby binding for ImageMagick +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby binding for ImageMagick -USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes - -OPTIONS_DEFINE= X11 -OPTIONS_DEFAULT= X11 +LICENSE= MIT -.include +OPTIONS_DEFINE= X11 +OPTIONS_DEFAULT=X11 +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes USES= pkgconfig -.if ${PORT_OPTIONS:MX11} -LIB_DEPENDS= libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick -.else -LIB_DEPENDS= libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick-nox11 -.endif + +X11_LIB_DEPENDS= libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick +X11_LIB_DEPENDS_OFF= libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick-nox11 .include Modified: head/graphics/rubygem-rmagick/distinfo ============================================================================== --- head/graphics/rubygem-rmagick/distinfo Mon May 25 19:54:50 2015 (r387411) +++ head/graphics/rubygem-rmagick/distinfo Mon May 25 19:54:55 2015 (r387412) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rmagick-2.13.3.gem) = 109f3b8be90afdea9abbdd2a79a955cd808b5cad65d937ed12676da22870d3b4 -SIZE (rubygem/rmagick-2.13.3.gem) = 3089920 +SHA256 (rubygem/rmagick-2.15.0.gem) = 220a88b0ffa4d9f925aafce4a35f4586e01987871e89f5a775bb2a56059fe4d8 +SIZE (rubygem/rmagick-2.15.0.gem) = 1545216 Modified: head/graphics/rubygem-rmagick/pkg-descr ============================================================================== --- head/graphics/rubygem-rmagick/pkg-descr Mon May 25 19:54:50 2015 (r387411) +++ head/graphics/rubygem-rmagick/pkg-descr Mon May 25 19:54:55 2015 (r387412) @@ -1,4 +1,4 @@ RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries. -WWW: http://rubygems.org/gems/rmagick/ +WWW: https://github.com/gemhome/rmagick