From owner-svn-ports-all@FreeBSD.ORG Sun May 31 19:27:31 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 07AA8765; Sun, 31 May 2015 19:27:31 +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 CEFCA1E5B; Sun, 31 May 2015 19:27:30 +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 t4VJRU1W031413; Sun, 31 May 2015 19:27:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VJRUCp031408; Sun, 31 May 2015 19:27:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311927.t4VJRUCp031408@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 19:27:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388149 - head/graphics/rubygem-mini_magick 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: Sun, 31 May 2015 19:27:31 -0000 Author: sunpoet Date: Sun May 31 19:27:29 2015 New Revision: 388149 URL: https://svnweb.freebsd.org/changeset/ports/388149 Log: - Update to 4.2.7 - Add LICENSE - Convert to new options helper 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 May 31 19:27:24 2015 (r388148) +++ head/graphics/rubygem-mini_magick/Makefile Sun May 31 19:27:29 2015 (r388149) @@ -2,27 +2,23 @@ # $FreeBSD$ PORTNAME= mini_magick -PORTVERSION= 4.2.4 -PORTREVISION= 1 +PORTVERSION= 4.2.7 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Manipulate images with minimal use of memory via ImageMagick -USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +LICENSE= MIT OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 -.include +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes -.if ${PORT_OPTIONS:MX11} -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick -.else -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11 -.endif +X11_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +X11_RUN_DEPENDS_OFF= convert:${PORTSDIR}/graphics/ImageMagick-nox11 .include Modified: head/graphics/rubygem-mini_magick/distinfo ============================================================================== --- head/graphics/rubygem-mini_magick/distinfo Sun May 31 19:27:24 2015 (r388148) +++ head/graphics/rubygem-mini_magick/distinfo Sun May 31 19:27:29 2015 (r388149) @@ -1,2 +1,2 @@ -SHA256 (rubygem/mini_magick-4.2.4.gem) = b2df5fbb0fbcfd1722bc498fb932387976ea258fe28ba70fa8778ac9e2111822 -SIZE (rubygem/mini_magick-4.2.4.gem) = 16384 +SHA256 (rubygem/mini_magick-4.2.7.gem) = 24f56c4561e9406d40f637a5f1ea9bc469fbd3b549c692061868fb7c054ff386 +SIZE (rubygem/mini_magick-4.2.7.gem) = 16384