From owner-svn-ports-all@freebsd.org Tue Apr 19 14:10:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8739B1315C; Tue, 19 Apr 2016 14:10:36 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D9D41DB9; Tue, 19 Apr 2016 14:10:36 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3JEAZAm020363; Tue, 19 Apr 2016 14:10:35 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3JEAZUn020361; Tue, 19 Apr 2016 14:10:35 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604191410.u3JEAZUn020361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 19 Apr 2016 14:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413645 - head/graphics/ImageMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2016 14:10:36 -0000 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