Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2012 16:43:07 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cm@therek.net
Subject:   ports/164915: [PATCH] devel/p5-CPAN-Checksums: add missing DEPENDS and TEST_DEPENDS
Message-ID:  <201202082143.q18Lh7ug017881@meatwad.mouf.net>
Resent-Message-ID: <201202082150.q18Lo8TL064169@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202082143.q18Lh7ug017881>