svn commit: r413645 - head/graphics/ImageMagick

Adam Weinberger adamw at FreeBSD.org
Tue Apr 19 14:10:36 UTC 2016


Author: adamw
Date: Tue Apr 19 14:10:35 2016
New Revision: 413645
URL: https://svnweb.freebsd.org/changeset/ports/413645

Log:
  Fix the handling of type-apple.xml under @sample. PORTREVISION
  bump for plist change.
  
  Committed under just-fix-it.

Modified:
  head/graphics/ImageMagick/Makefile
  head/graphics/ImageMagick/pkg-plist

Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile	Tue Apr 19 13:08:32 2016	(r413644)
+++ head/graphics/ImageMagick/Makefile	Tue Apr 19 14:10:35 2016	(r413645)
@@ -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}
 

Modified: head/graphics/ImageMagick/pkg-plist
==============================================================================
--- head/graphics/ImageMagick/pkg-plist	Tue Apr 19 13:08:32 2016	(r413644)
+++ head/graphics/ImageMagick/pkg-plist	Tue Apr 19 14:10:35 2016	(r413645)
@@ -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
- at sample etc/ImageMagick-6/type-apple.xml
+ at 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


More information about the svn-ports-all mailing list