ports/167329: [PATCH] devel/p5-Test-NoWarnings: fix *_DEPENDS
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Apr 26 14:10:11 UTC 2012
>Number: 167329
>Category: ports
>Synopsis: [PATCH] devel/p5-Test-NoWarnings: fix *_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: Thu Apr 26 14:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Apr 23 19:27:08 CST 2012
>Description:
- Fix *_DEPENDS:
- p5-Test-Tester is actually a test-only dependency
- p5-Test-Simple >= 0.47 is already in all supported Perl releases
- p5-ExtUtils-MakeMaker is already in all supported Perl releases
- Add BUILD_DEPENDS
Port maintainer (lippe at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:
--- p5-Test-NoWarnings-1.04.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Test-NoWarnings/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile 6 Apr 2012 13:02:12 -0000 1.14
+++ Makefile 26 Apr 2012 14:01:21 -0000
@@ -14,9 +14,7 @@
MAINTAINER= lippe at FreeBSD.org
COMMENT= Hide and store warnings while running test scripts
-BUILD_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester \
- p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple \
- p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
+TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
PERL_CONFIGURE= yes
@@ -27,6 +25,7 @@
.include <bsd.port.pre.mk>
.if defined(WITH_DEVEL_STACKTRACE)
+BUILD_DEPENDS+= p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace
RUN_DEPENDS+= p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace
.endif
--- p5-Test-NoWarnings-1.04.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list