aboutsummaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-04-19 14:10:35 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-04-19 14:10:35 +0000
commitc1364a4b63589dc9afcb8aed2258c90b1fe957d6 (patch)
tree40061a430b1fb3f4f1d40bd402f85ccf2b0d3ec1 /graphics/ImageMagick
parentf383021b97795a321822f81ba66dd0ecaf044d97 (diff)
downloadports-c1364a4b63589dc9afcb8aed2258c90b1fe957d6.tar.gz
ports-c1364a4b63589dc9afcb8aed2258c90b1fe957d6.zip
Fix the handling of type-apple.xml under @sample. PORTREVISION
bump for plist change. Committed under just-fix-it.
Notes
Notes: svn path=/head/; revision=413645
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile5
-rw-r--r--graphics/ImageMagick/pkg-plist2
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 69d74b87ad38..9042ed949d0d 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ImageMagick
DISTVERSION= 6.9.3-8
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://www.imagemagick.org/download/ \
@@ -55,8 +56,8 @@ 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}
diff --git a/graphics/ImageMagick/pkg-plist b/graphics/ImageMagick/pkg-plist
index 94afbfec658e..43a27748df56 100644
--- a/graphics/ImageMagick/pkg-plist
+++ b/graphics/ImageMagick/pkg-plist
@@ -23,7 +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 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