From owner-svn-ports-all@freebsd.org Sat Sep 22 16:45:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03861109D3F9; Sat, 22 Sep 2018 16:45:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BAAA77A9E2; Sat, 22 Sep 2018 16:45:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E40771E7F2; Sat, 22 Sep 2018 16:45:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8MGjNv6013352; Sat, 22 Sep 2018 16:45:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8MGjNIi013348; Sat, 22 Sep 2018 16:45:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809221645.w8MGjNIi013348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 22 Sep 2018 16:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480418 - head/graphics/rubygem-mini_magick X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/rubygem-mini_magick X-SVN-Commit-Revision: 480418 X-SVN-Commit-Repository: ports 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.27 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: Sat, 22 Sep 2018 16:45:26 -0000 Author: sunpoet Date: Sat Sep 22 16:45:23 2018 New Revision: 480418 URL: https://svnweb.freebsd.org/changeset/ports/480418 Log: Update to 4.9.0 - Add ImageMagick 7 support Changes: https://github.com/minimagick/minimagick/releases Modified: head/graphics/rubygem-mini_magick/Makefile head/graphics/rubygem-mini_magick/distinfo Modified: head/graphics/rubygem-mini_magick/Makefile ============================================================================== --- head/graphics/rubygem-mini_magick/Makefile Sat Sep 22 16:45:18 2018 (r480417) +++ head/graphics/rubygem-mini_magick/Makefile Sat Sep 22 16:45:23 2018 (r480418) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mini_magick -PORTVERSION= 4.8.0 +PORTVERSION= 4.9.0 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -13,13 +13,31 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE OPTIONS_DEFINE= X11 -OPTIONS_DEFAULT=X11 +OPTIONS_SINGLE= IMAGEMAGICK +OPTIONS_SINGLE_IMAGEMAGICK= IMAGEMAGICK6 IMAGEMAGICK7 +OPTIONS_DEFAULT=IMAGEMAGICK6 X11 +IMAGEMAGICK6_DESC= Use ImageMagick 6.x (graphics/ImageMagick) +IMAGEMAGICK7_DESC= Use ImageMagick 7.x (graphics/ImageMagick7) -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes -X11_RUN_DEPENDS= convert:graphics/ImageMagick -X11_RUN_DEPENDS_OFF= convert:graphics/ImageMagick-nox11 +NO_ARCH= yes + +.include + +.if ${PORT_OPTIONS:MX11} +.if ${PORT_OPTIONS:MIMAGEMAGICK6} +RUN_DEPENDS+= convert:graphics/ImageMagick +.else +RUN_DEPENDS+= convert:graphics/ImageMagick7 +.endif +.else +.if ${PORT_OPTIONS:MIMAGEMAGICK6} +RUN_DEPENDS+= convert:graphics/ImageMagick-nox11 +.else +RUN_DEPENDS+= convert:graphics/ImageMagick7-nox11 +.endif +.endif .include Modified: head/graphics/rubygem-mini_magick/distinfo ============================================================================== --- head/graphics/rubygem-mini_magick/distinfo Sat Sep 22 16:45:18 2018 (r480417) +++ head/graphics/rubygem-mini_magick/distinfo Sat Sep 22 16:45:23 2018 (r480418) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499439036 -SHA256 (rubygem/mini_magick-4.8.0.gem) = 163ccc757d7fa55f8d9b4197b2f8fa41ee70616f962c6ef236d8f09e93765db6 -SIZE (rubygem/mini_magick-4.8.0.gem) = 17920 +TIMESTAMP = 1537547702 +SHA256 (rubygem/mini_magick-4.9.0.gem) = 15fa2425aeeb519b8dcf74c7f2514bb193e076b2b37ad9a0fc811f48780cead1 +SIZE (rubygem/mini_magick-4.9.0.gem) = 17920