ports/160620: [PATCH] graphics/p5-Image-ExifTool: add comments, pet portlint and adjust mantags:

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 10 13:30:14 UTC 2011


>Number:         160620
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-Image-ExifTool: add comments, pet portlint and adjust mantags:
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 10 13:30:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Add comments about graphics/p5-Image-ExifTool-devel
- Pet portlint
- Explicitly declare that mantags: should run after install:
- Move Image::ExifTool::MIEUnits.3 from MAN3 to MANTAGS which matches mantags: result

Port maintainer (devin at spamcop.net) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Image-ExifTool-8.60_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-Image-ExifTool/Makefile,v
retrieving revision 1.45
diff -u -u -r1.45 Makefile
--- Makefile	10 Sep 2011 10:07:20 -0000	1.45
+++ Makefile	10 Sep 2011 11:16:22 -0000
@@ -10,6 +10,8 @@
 #
 # Please make sure you are updating to the latest production release
 # before updating the version of this port.
+#
+# For development version, please try graphics/p5-Image-ExifTool-devel
 
 PORTNAME=	Image-ExifTool
 PORTVERSION=	8.60
@@ -23,8 +25,8 @@
 MAINTAINER=	devin at spamcop.net
 COMMENT=	Perl module for getting EXIF data from image files
 
-LICENSE_COMB=	dual
 LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 CONFLICTS=	p5-Image-ExifTool-devel-[0-9]*
 
@@ -36,9 +38,9 @@
 		FlashPix Font FotoStation FujiFilm GE GIF GIMP GPS	\
 		GeoTiff Geotag H264 HP HTML HtmlDump ICC_Profile ID3	\
 		IPTC ITC Import InDesign JPEG JPEGDigest JVC Jpeg2000	\
-		Kodak KyoceraRaw LNK Leaf M2TS MIE MIFF MNG MPC MPEG	\
-		MPF MWG MXF MakerNotes Matroska Microsoft Minolta	\
-		MinoltaRaw Nikon NikonCapture NikonCustom OOXML		\
+		Kodak KyoceraRaw LNK Leaf M2TS MIE MIEUnits MIFF MNG	\
+		MPC MPEG MPF MWG MXF MakerNotes Matroska Microsoft	\
+		Minolta	MinoltaRaw Nikon NikonCapture NikonCustom OOXML	\
 		Olympus PDF PGF PICT PNG PPM PSP Panasonic		\
 		PanasonicRaw Pentax PhotoMechanic Photoshop		\
 		PostScript PrintIM QuickTime RIFF RSRC RTF Rawzor	\
@@ -50,8 +52,7 @@
 		ZIP iWork
 LANGTAGS=	cs de en_ca en_gb es fr it ja ko nl pl ru sv tr zh_cn zh_tw
 
-MAN3=		File::RandomAccess.3				\
-		Image::ExifTool.3 Image::ExifTool::MIEUnits.3	\
+MAN3=		File::RandomAccess.3 Image::ExifTool.3		\
 		${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/}	\
 		${LANGTAGS:S/^/Image::ExifTool::Lang::/:S/$/.3/}
 
@@ -68,7 +69,7 @@
 .endif
 
 # Maintainer section
-mantags:
+mantags: install
 	@cd ${MAN3PREFIX}/man/man3/ && \
 		${LS} Image::ExifTool::* | \
 		${CUT} -f5 -d: | \
--- p5-Image-ExifTool-8.60_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list