Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2016 14:10:35 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413645 - head/graphics/ImageMagick
Message-ID:  <201604191410.u3JEAZUn020361@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604191410.u3JEAZUn020361>