From owner-svn-ports-branches@freebsd.org Tue May 3 12:47:33 2016 Return-Path: Delivered-To: svn-ports-branches@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 4DF54B2B170; Tue, 3 May 2016 12:47:33 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id 255D01F17; Tue, 3 May 2016 12:47:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u43ClW47032530; Tue, 3 May 2016 12:47:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43ClWUX032527; Tue, 3 May 2016 12:47:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201605031247.u43ClWUX032527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 May 2016 12:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414527 - branches/2016Q2/graphics/ImageMagick X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 12:47:33 -0000 Author: feld Date: Tue May 3 12:47:31 2016 New Revision: 414527 URL: https://svnweb.freebsd.org/changeset/ports/414527 Log: MFH: r413630 r413645 r414519 Update ImageMagick to 6.9.3-8. Fix the handling of type-apple.xml under @sample. PORTREVISION bump for plist change. Committed under just-fix-it. Update ImageMagick to 6.9.3-9. * Switch to USES=localbase. * Mark this version as legacy version now that ImageMagick7 is released. Upstream will continue to support this version. * Switch to CONFLICT_INSTALL Approved by: ports-secteam (with hat) Modified: branches/2016Q2/graphics/ImageMagick/Makefile branches/2016Q2/graphics/ImageMagick/distinfo branches/2016Q2/graphics/ImageMagick/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/graphics/ImageMagick/Makefile ============================================================================== --- branches/2016Q2/graphics/ImageMagick/Makefile Tue May 3 12:45:54 2016 (r414526) +++ branches/2016Q2/graphics/ImageMagick/Makefile Tue May 3 12:47:31 2016 (r414527) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.3-7 -PORTREVISION= 2 +DISTVERSION= 6.9.3-9 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -30,7 +29,7 @@ MASTER_SITES= http://www.imagemagick.org ftp://ftp.fifi.org/pub/ImageMagick/ MAINTAINER= kwm@FreeBSD.org -COMMENT= Image processing tools +COMMENT= Image processing tools (legacy version) LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -40,7 +39,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl CONFLICTS_INSTALL= execline-[0-9]* # bin/import # This port uses .la files, keep libtool:keepla! (magick/module.c) -USES= cpe gmake libtool:keepla pathfix perl5 pkgconfig:both shebangfix tar:xz +USES= cpe gmake libtool:keepla localbase pathfix perl5 \ + pkgconfig:both shebangfix tar:xz CPE_PRODUCT= imagemagick CPE_VENDOR= imagemagick SHEBANG_FILES= www/source/examples.pl @@ -50,14 +50,9 @@ CONFIGURE_ARGS= --without-dps USE_LDCONFIG= yes USE_GNOME= libxml2 -# make sure LOCALBASE is placed at the end of the compiler lookup so the configure -# script can find openjpeg2 headers before the openjpeg15 headers -CPPFLAGS+= -isystem${LOCALBASE}/include -LDFLAGS+= -Wl,-Y${LOCALBASE}/lib - SAMPLE_FILES= coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \ - policy.xml quantization-table.xml thresholds.xml type-dejavu.xml \ - type-ghostscript.xml type-windows.xml type.xml + policy.xml quantization-table.xml thresholds.xml type-apple.xml \ + type-dejavu.xml type-ghostscript.xml type-windows.xml type.xml PLIST_SUB= PORTVERSION=${PORTVERSION:R} @@ -366,11 +361,11 @@ USES+= ghostscript .if ! ${PORT_OPTIONS:MX11} CONFIGURE_ARGS+= --without-x -CONFLICTS+= ImageMagick-6* +CONFLICTS_INSTALL+= ImageMagick-6* PLIST_SUB+= X11='@comment ' PKGNAMESUFFIX= -nox11 .else -CONFLICTS+= ImageMagick-nox11-6* +CONFLICTS_INSTALL+= ImageMagick-nox11-6* CONFLICTS+= display-[0-9]* CONFIGURE_ARGS+= --with-x USE_XORG= xext xt Modified: branches/2016Q2/graphics/ImageMagick/distinfo ============================================================================== --- branches/2016Q2/graphics/ImageMagick/distinfo Tue May 3 12:45:54 2016 (r414526) +++ branches/2016Q2/graphics/ImageMagick/distinfo Tue May 3 12:47:31 2016 (r414527) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.9.3-7.tar.xz) = 6731c414b5b939713a73a088840ed68c22c91d1335514d228d6687d07ce2e1c8 -SIZE (ImageMagick-6.9.3-7.tar.xz) = 8782808 +SHA256 (ImageMagick-6.9.3-9.tar.xz) = cec69db7d14cb1ab2d173381e5676219c678ca27b7af8878c6ffec18ec932960 +SIZE (ImageMagick-6.9.3-9.tar.xz) = 8777400 Modified: branches/2016Q2/graphics/ImageMagick/pkg-plist ============================================================================== --- branches/2016Q2/graphics/ImageMagick/pkg-plist Tue May 3 12:45:54 2016 (r414526) +++ branches/2016Q2/graphics/ImageMagick/pkg-plist Tue May 3 12:47:31 2016 (r414527) @@ -23,6 +23,7 @@ bin/stream @sample etc/ImageMagick-6/policy.xml.sample @sample etc/ImageMagick-6/quantization-table.xml.sample @sample etc/ImageMagick-6/thresholds.xml.sample +@sample etc/ImageMagick-6/type-apple.xml.sample @sample etc/ImageMagick-6/type-dejavu.xml.sample @sample etc/ImageMagick-6/type-ghostscript.xml.sample @sample etc/ImageMagick-6/type-windows.xml.sample