Date: Tue, 11 Nov 2014 08:03:28 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372435 - head/graphics/ImageMagick Message-ID: <201411110803.sAB83SXU017223@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue Nov 11 08:03:27 2014 New Revision: 372435 URL: https://svnweb.freebsd.org/changeset/ports/372435 QAT: https://qat.redports.org/buildarchive/r372435/ Log: Update to 6.8.9-10. Remove implicit liblqr-1 depend [1] PR: 194780 [1] Submitted by: Robert Schulze <rs@bytecamp.net> [1] Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Tue Nov 11 08:00:30 2014 (r372434) +++ head/graphics/ImageMagick/Makefile Tue Nov 11 08:03:27 2014 (r372435) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.8.9-8 -PORTREVISION= 3 +DISTVERSION= 6.8.9-10 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -32,10 +31,10 @@ MASTER_SITES= http://www.imagemagick.org MAINTAINER= kwm@FreeBSD.org COMMENT= Image processing tools -#LICENSE= APACHE20 +LICENSE= APACHE20 +LICENSE_FILE= LICENSE -LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ - liblqr-1.so:${PORTSDIR}/graphics/liblqr-1 +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl # This port uses .la files, keep libtool:keepla! (magick/module.c) USES= gmake libtool:keepla pathfix perl5 pkgconfig shebangfix tar:xz Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Tue Nov 11 08:00:30 2014 (r372434) +++ head/graphics/ImageMagick/distinfo Tue Nov 11 08:03:27 2014 (r372435) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.8.9-8.tar.xz) = 27360449c6f3d4cca548d1780ecd5f8313a57a0a83d6d953a5088cc81714e9b0 -SIZE (ImageMagick-6.8.9-8.tar.xz) = 7889188 +SHA256 (ImageMagick-6.8.9-10.tar.xz) = cac5dda165ab603a2f56110daf41811233d93c6fdd84e94a8430e057041d8e68 +SIZE (ImageMagick-6.8.9-10.tar.xz) = 7896372
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411110803.sAB83SXU017223>