From leeym@utopia.leeym.com  Tue Aug 10 18:46:05 2004
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 2592A16A4CE; Tue, 10 Aug 2004 18:46:05 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A0BE743D1F; Tue, 10 Aug 2004 18:46:04 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id AD2283EAAF5;
	Wed, 11 Aug 2004 02:46:02 +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 40525-01; Wed, 11 Aug 2004 02:45:46 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id DF28C3EAB42; Wed, 11 Aug 2004 02:45:44 +0800 (CST)
Message-Id: <20040810184544.DF28C3EAB42@utopia.leeym.com>
Date: Wed, 11 Aug 2004 02:45:44 +0800 (CST)
From: Yen-Ming Lee <leeym@utopia.leeym.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: hrs@FreeBSD.org, rafan@infor.org
Subject: [PATCH] devel/p5-VCP: add conditionally dependency and fix PLIST
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         70272
>Category:       ports
>Synopsis:       [PATCH] devel/p5-VCP: add conditionally dependency and fix PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hrs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 10 18:50:25 GMT 2004
>Closed-Date:    Sat Aug 21 09:27:10 GMT 2004
>Last-Modified:  Sat Aug 21 09:27:10 GMT 2004
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #167: Tue Jul 27 05:17:58 CST 2004
>Description:

- File::Temp is included in Perl >= 5.6.1.
- add missing manpage (VCP::ConfigFileUtils.3) in MAN3
- bump PORTREVISION

ports/68994 is included in this PR.

Port maintainer (hrs@FreeBSD.org) is cc'd.
The originator of ports/68994 (rafan@infor.org) is cc'd, too.

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

--- p5-VCP-0.9_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-VCP/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	11 May 2004 02:56:10 -0000	1.3
+++ Makefile	10 Aug 2004 18:38:49 -0000
@@ -6,6 +6,7 @@
 
 PORTNAME=	VCP
 PORTVERSION=	0.9
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML/RBS
@@ -21,12 +22,10 @@
 		${SITE_PERL}/IPC/Run3.pm:${PORTSDIR}/devel/p5-IPC-Run3 \
 		${SITE_PERL}/Pod/Links.pm:${PORTSDIR}/www/p5-PodToHTML \
 		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
-		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
 		${SITE_PERL}/Regexp/Shellish.pm:${PORTSDIR}/devel/p5-Regexp-Shellish \
 		${SITE_PERL}/BFD.pm:${PORTSDIR}/devel/p5-BFD \
 		${SITE_PERL}/Text/Table.pm:${PORTSDIR}/textproc/p5-Text-Table \
 		${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
-
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -36,6 +35,7 @@
 		RevML::Writer.3 \
 		VCP.3 \
 		VCP::Branches.3 \
+		VCP::ConfigFileUtils.3 \
 		VCP::DB.3 \
 		VCP::DB_File.3 \
 		VCP::DB_File::big_records.3 \
@@ -106,6 +106,11 @@
 
 .if ${PERL_LEVEL} < 500600
 BROKEN=		"Does not compile with perl ${PERL_VERSION}"
+.endif
+
+.if ${PERL_LEVEL} < 500601
+BUILD_DEPENDS+=	${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+RUN_DEPENDS+=	${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
 .endif
 
 .include <bsd.port.post.mk>
--- p5-VCP-0.9_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->hrs 
Responsible-Changed-By: hq 
Responsible-Changed-When: Thu Aug 12 13:09:30 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70272 
State-Changed-From-To: open->closed 
State-Changed-By: hrs 
State-Changed-When: Sat Aug 21 09:26:13 GMT 2004 
State-Changed-Why:  
Sorry for the delay but committed, thanks! 

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