ports/164915: [PATCH] devel/p5-CPAN-Checksums: add missing DEPENDS and TEST_DEPENDS

Steve Wills swills at FreeBSD.org
Wed Feb 8 21:50:09 UTC 2012


>Number:         164915
>Category:       ports
>Synopsis:       [PATCH] devel/p5-CPAN-Checksums: add missing DEPENDS and TEST_DEPENDS
>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:   Wed Feb 08 21:50:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:
see patch

Port maintainer (cm at therek.net) is cc'd.

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

--- p5-CPAN-Checksums-2.07_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-CPAN-Checksums/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	22 Dec 2010 23:24:52 -0000	1.5
+++ Makefile	8 Feb 2012 21:42:34 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	CPAN-Checksums
 PORTVERSION=	2.07
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +15,11 @@
 MAINTAINER=	cm at therek.net
 COMMENT=	Perl module to write a CHECKSUMS file for a directory as on CPAN
 
-BUILD_DEPENDS=	${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare
-RUN_DEPENDS=	${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare
+BUILD_DEPENDS=	${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \
+		p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature
+RUN_DEPENDS=	${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \
+		p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature
+TEST_DEPENDS=	p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2
 
 PERL_CONFIGURE=	YES
 
--- p5-CPAN-Checksums-2.07_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list