diff options
author | jseger <jseger@FreeBSD.org> | 1998-06-21 02:45:28 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-06-21 02:45:28 +0000 |
commit | 2ef1ff54778a66a2cba6e769f39321b010b020e3 (patch) | |
tree | 933509213b26ee39670e4724af67d0f3b46ffb65 /graphics | |
parent | ae3d17468c6404cf5fe479f1fb165d7c29e6fcb8 (diff) | |
download | FreeBSD-ports-2ef1ff54778a66a2cba6e769f39321b010b020e3.zip FreeBSD-ports-2ef1ff54778a66a2cba6e769f39321b010b020e3.tar.gz |
Upgrade to 4.0.7
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 8 | ||||
-rw-r--r-- | graphics/ImageMagick/distinfo | 2 | ||||
-rw-r--r-- | graphics/ImageMagick/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 964b1ca..912591e 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ImageMagick -# Version required: 4.0.6 +# Version required: 4.0.7 # Date created: 15 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.38 1998/05/04 20:22:29 jseger Exp $ +# $Id: Makefile,v 1.39 1998/06/09 19:53:52 jseger Exp $ # -DISTNAME= ImageMagick-4.0.6 +DISTNAME= ImageMagick-4.0.7 CATEGORIES= graphics MASTER_SITES= http://www.freebsd.org/~jseger/ \ ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \ @@ -24,7 +24,7 @@ LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ png\\.2\\.:${PORTSDIR}/graphics/png \ jbig\\.0\\.9:${PORTSDIR}/graphics/jbigkit \ - ttf\\.1\\.:${PORTSDIR}/print/freetype + ttf\\.2\\.:${PORTSDIR}/print/freetype BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \ picttoppm:${PORTSDIR}/graphics/netpbm \ gs:${PORTSDIR}/print/ghostscript5 diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index daa668e..9eb389d 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1 +1 @@ -MD5 (ImageMagick-4.0.6.tar.gz) = 710c254b35c61bd0550ec3a14c80b237 +MD5 (ImageMagick-4.0.7.tar.gz) = 64f8899a9601ff44216cfa16e9a1d7d3 diff --git a/graphics/ImageMagick/pkg-plist b/graphics/ImageMagick/pkg-plist index ae5b2b1..ab169ba 100644 --- a/graphics/ImageMagick/pkg-plist +++ b/graphics/ImageMagick/pkg-plist @@ -22,7 +22,7 @@ include/magick/widget.h lib/libMagick.a lib/libMagick.la lib/libMagick.so -lib/libMagick.so.4.6 +lib/libMagick.so.4.7 @exec /sbin/ldconfig -m %D/lib @unexec /sbin/ldconfig -R man/man1/ImageMagick.1.gz |