ports/70272: [PATCH] devel/p5-VCP: add conditionally dependency and fix PLIST
Yen-Ming Lee
leeym at utopia.leeym.com
Tue Aug 10 18:50:25 UTC 2004
>Number: 70272
>Category: ports
>Synopsis: [PATCH] devel/p5-VCP: add conditionally dependency and fix PLIST
>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: Tue Aug 10 18:50:25 GMT 2004
>Closed-Date:
>Last-Modified:
>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 at FreeBSD.org) is cc'd.
The originator of ports/68994 (rafan at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list