From sunpoet@sunpoet.net  Sat Sep 10 13:24:15 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5E3FF106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Sep 2011 13:24:15 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 2F3938FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Sep 2011 13:24:15 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 2589B20C4; Sat, 10 Sep 2011 21:23:45 +0800 (CST)
Message-Id: <20110910132345.2589B20C4@sunpoet.net>
Date: Sat, 10 Sep 2011 21:23:45 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: devin@spamcop.net
Subject: [PATCH] graphics/p5-Image-ExifTool: add comments, pet portlint and adjust mantags:
X-Send-Pr-Version: 3.113
X-GNATS-Notify: devin@spamcop.net

>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:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 10 13:30:13 UTC 2011
>Closed-Date:    Sat Sep 24 17:34:17 UTC 2011
>Last-Modified:  Sat Sep 24 17:40:09 UTC 2011
>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@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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Sep 10 13:30:29 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160620 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Sep 10 13:30:37 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160620 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: devin@spamcop.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160620: [PATCH] graphics/p5-Image-ExifTool: add comments, pet portlint and adjust mantags:
Date: Sat, 10 Sep 2011 13:30:34 UT

 Maintainer of graphics/p5-Image-ExifTool,
 
 Please note that PR ports/160620 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160620
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sat Sep 10 19:17:34 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160620 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat Sep 24 17:34:16 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160620 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160620: commit references a PR
Date: Sat, 24 Sep 2011 17:33:31 +0000 (UTC)

 sunpoet     2011-09-24 17:33:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/p5-Image-ExifTool Makefile 
   Log:
   - 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
   
   PR:             ports/160620
   Submitted by:   sunpoet (myself)
   Approved by:    maintainer (timeout, 14 days)
   
   Revision  Changes    Path
   1.46      +8 -7      ports/graphics/p5-Image-ExifTool/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
