ports/167307: [PATCH] devel/p5-Test-YAML-Meta: correct DEPENDS
Steve Wills
swills at FreeBSD.org
Thu Apr 26 00:20:07 UTC 2012
>Number: 167307
>Category: ports
>Synopsis: [PATCH] devel/p5-Test-YAML-Meta: correct 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 00:20:06 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 #17 r233932: Thu Apr 5 22:13:25
>Description:
- Avoid use of SITE_PERL in DEPENDS
- Don't use += when not needed
Port maintainer (lippe at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:
--- p5-Test-YAML-Meta-0.16.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-YAML-Meta/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile 7 Jul 2010 00:17:31 -0000 1.10
+++ Makefile 26 Apr 2012 00:18:36 -0000
@@ -14,10 +14,10 @@
MAINTAINER= lippe at FreeBSD.org
COMMENT= Validation of the META.yml file in a distribution
-BUILD_DEPENDS+= ${SITE_PERL}/Test/YAML/Valid.pm:${PORTSDIR}/devel/p5-Test-YAML-Valid \
- ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
- ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
-RUN_DEPENDS+= ${BUILD_DEPENDS}
+BUILD_DEPENDS= p5-Test-YAML-Valid>=0:${PORTSDIR}/devel/p5-Test-YAML-Valid \
+ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
+ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
--- p5-Test-YAML-Meta-0.16.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list