From owner-svn-ports-head@freebsd.org Sun Feb 2 11:05:16 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D743722957E; Sun, 2 Feb 2020 11:05:16 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 489SmD5RsVz3xNP; Sun, 2 Feb 2020 11:05:16 +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 B62FEEE66; Sun, 2 Feb 2020 11:05:16 +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 012B5GfY086452; Sun, 2 Feb 2020 11:05:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 012B5GiC086450; Sun, 2 Feb 2020 11:05:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002021105.012B5GiC086450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Feb 2020 11:05:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524906 - 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: 524906 X-SVN-Commit-Repository: ports 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.29 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: Sun, 02 Feb 2020 11:05:16 -0000 Author: sunpoet Date: Sun Feb 2 11:05:16 2020 New Revision: 524906 URL: https://svnweb.freebsd.org/changeset/ports/524906 Log: Update to 4.10.1 - Change OPTIONS_DEFAULT: - Change from IMAGEMAGICK6 to IMAGEMAGICK7 [1] - Remove X11 - Take maintainership [1] Upstream prioritize ImageMagick 7.x over 6.x since 4.10.0. 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 Sun Feb 2 11:05:10 2020 (r524905) +++ head/graphics/rubygem-mini_magick/Makefile Sun Feb 2 11:05:16 2020 (r524906) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= mini_magick -PORTVERSION= 4.9.2 -PORTREVISION= 1 +PORTVERSION= 4.10.1 CATEGORIES= graphics rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manipulate images with minimal use of memory via ImageMagick LICENSE= MIT @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE OPTIONS_DEFINE= X11 OPTIONS_SINGLE= IMAGEMAGICK OPTIONS_SINGLE_IMAGEMAGICK= IMAGEMAGICK6 IMAGEMAGICK7 -OPTIONS_DEFAULT=IMAGEMAGICK6 X11 +OPTIONS_DEFAULT=IMAGEMAGICK7 X11 IMAGEMAGICK6_DESC= Use ImageMagick 6.x (graphics/ImageMagick6) IMAGEMAGICK7_DESC= Use ImageMagick 7.x (graphics/ImageMagick7) @@ -28,16 +27,16 @@ NO_ARCH= yes .include .if ${PORT_OPTIONS:MX11} -.if ${PORT_OPTIONS:MIMAGEMAGICK6} -RUN_DEPENDS+= convert:graphics/ImageMagick6 -.else +.if ${PORT_OPTIONS:MIMAGEMAGICK7} RUN_DEPENDS+= convert:graphics/ImageMagick7 +.else +RUN_DEPENDS+= convert:graphics/ImageMagick6 .endif .else -.if ${PORT_OPTIONS:MIMAGEMAGICK6} -RUN_DEPENDS+= convert:graphics/ImageMagick6-nox11 -.else +.if ${PORT_OPTIONS:MIMAGEMAGICK7} RUN_DEPENDS+= convert:graphics/ImageMagick7-nox11 +.else +RUN_DEPENDS+= convert:graphics/ImageMagick6-nox11 .endif .endif Modified: head/graphics/rubygem-mini_magick/distinfo ============================================================================== --- head/graphics/rubygem-mini_magick/distinfo Sun Feb 2 11:05:10 2020 (r524905) +++ head/graphics/rubygem-mini_magick/distinfo Sun Feb 2 11:05:16 2020 (r524906) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537982861 -SHA256 (rubygem/mini_magick-4.9.2.gem) = 37f55b7eb8f57bdab086bf8c8ddd9419f65caf4679975e7b6d7e965c53e93a6a -SIZE (rubygem/mini_magick-4.9.2.gem) = 18432 +TIMESTAMP = 1580562349 +SHA256 (rubygem/mini_magick-4.10.1.gem) = e939d2c70c8002233fc6b1eecfe762f38a156d69ad31a87160205870be08f852 +SIZE (rubygem/mini_magick-4.10.1.gem) = 18432