From leeym@utopia.leeym.com  Fri Mar  4 04:54:33 2005
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5BDAF16A4CE; Fri,  4 Mar 2005 04:54:33 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E966743D48; Fri,  4 Mar 2005 04:54:32 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id AA45E3EA124;
	Fri,  4 Mar 2005 12:54:31 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 34819-09; Fri,  4 Mar 2005 12:54:28 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id B30073EA11E; Fri,  4 Mar 2005 12:54:28 +0800 (CST)
Message-Id: <20050304045428.B30073EA11E@utopia.leeym.com>
Date: Fri,  4 Mar 2005 12:54:28 +0800 (CST)
From: Yen-Ming Lee <leeym@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: skv@FreeBSD.org
Subject: [PATCH] textproc/p5-podlators: fix PLIST
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78390
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-podlators: fix PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 04 05:00:40 GMT 2005
>Closed-Date:    Wed Mar 16 19:10:59 GMT 2005
>Last-Modified:  Wed Mar 16 19:10:59 GMT 2005
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb  9 10:20:03 CST
>Description:
- skip pod2man and pod2text and their manpages under perl 5.6 or above

Port maintainer (skv@FreeBSD.org) is cc'd.

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

--- p5-podlators-1.27_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-podlators/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	26 Sep 2004 00:33:08 -0000	1.7
+++ Makefile	4 Mar 2005 04:53:34 -0000
@@ -28,19 +28,18 @@
 
 .include <bsd.port.pre.mk>
 
-PLIST_SUB=	PL_FILES=""
-
-.if ${PERL_LEVEL} < 500600
-RUN_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
-		${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
-.elif ${PERL_LEVEL} < 500802
+.if ${PERL_LEVEL} >= 500600
 .undef MAN1
 PLIST_SUB=	PL_FILES="@comment "
+.else
+RUN_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
+		${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
+PLIST_SUB=	PL_FILES=""
 .endif
 
 post-patch:
-.if ${PERL_LEVEL} >= 500600 && ${PERL_LEVEL} < 500802
-	@${PERL} -pi -e 'm,pod2man|pod2text, && s,.,,sg' ${WRKSRC}/Makefile.PL
+.if ${PERL_LEVEL} >= 500600
+	@${REINPLACE_CMD} -Ee '/(pod2man|pod2text)/d' ${WRKSRC}/Makefile.PL
 .endif
 
 .include <bsd.port.post.mk>
--- p5-podlators-1.27_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: erwin 
Responsible-Changed-When: Fri Mar 4 07:36:08 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78390 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Wed Mar 16 19:10:52 GMT 2005 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78390 
>Unformatted:
