From sunpoet@sunpoet.net  Wed Jun 15 02:32: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 02D641065674
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Jun 2011 02:32: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 C6AEA8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Jun 2011 02:32:14 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 472C54D0D; Wed, 15 Jun 2011 10:31:03 +0800 (CST)
Message-Id: <20110615023103.472C54D0D@sunpoet.net>
Date: Wed, 15 Jun 2011 10:31:03 +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: minor fix of mantags:
X-Send-Pr-Version: 3.113
X-GNATS-Notify: devin@spamcop.net

>Number:         157891
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-Image-ExifTool: minor fix of 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:   Wed Jun 15 02:40:09 UTC 2011
>Closed-Date:    Fri Jul 01 22:12:24 UTC 2011
>Last-Modified:  Fri Jul  1 22:20:10 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: Wed Mar 30 10:30:31 CST 2011
>Description:
- Minor fix of mantags:

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

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

--- p5-Image-ExifTool-8.50.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-Image-ExifTool/Makefile,v
retrieving revision 1.42
diff -u -u -r1.42 Makefile
--- Makefile	11 Mar 2011 15:16:23 -0000	1.42
+++ Makefile	15 Jun 2011 02:31:30 -0000
@@ -62,10 +62,10 @@
 
 # Maintainer section
 mantags:
-	@cd ${LOCALBASE}/lib/perl5/${PERL_VERSION}/man/man3/ && \
-		ls Image::ExifTool::* | \
-		cut -f5 -d: | \
-		cut -f1 -d. | \
+	@cd ${MAN3PREFIX}/man/man3/ && \
+		${LS} Image::ExifTool::* | \
+		${CUT} -f5 -d: | \
+		${CUT} -f1 -d. | \
 		${TR} "\n" " "
 
 .include <bsd.port.mk>
--- p5-Image-ExifTool-8.50.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jun 15 02:40:19 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=157891 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jun 15 02:40:24 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: devin@spamcop.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/157891: [PATCH] graphics/p5-Image-ExifTool: minor fix of mantags:
Date: Wed, 15 Jun 2011 02:40:22 UT

 Maintainer of graphics/p5-Image-ExifTool,
 
 Please note that PR ports/157891 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/157891
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Fri Jun 17 18:05:50 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157891 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Fri Jul 1 22:12:22 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157891: commit references a PR
Date: Fri,  1 Jul 2011 22:12:23 +0000 (UTC)

 sunpoet     2011-07-01 22:12:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/p5-Image-ExifTool Makefile 
   Log:
   - Use MAN3PREFIX
   - Use commands defined in bsd.commands.mk
   
   PR:             ports/157891
   Submitted by:   sunpoet (myself)
   Approved by:    maintainer (timeout, 16 days)
   
   Revision  Changes    Path
   1.44      +4 -4      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:
