ports/158767: [PATCH] devel/p5-Mixin-Linewise: Add missing dependency

milki milki at rescomp.berkeley.edu
Sun Jul 10 16:50:07 UTC 2011


>Number:         158767
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Mixin-Linewise: Add missing dependency
>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:   Sun Jul 10 16:50:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     milki
>Release:        FreeBSD 7.3-RELEASE-p5 amd64
>Organization:
UC Berkeley - RSSP-IT
>Environment:
System: FreeBSD dev-www7.rescomp.berkeley.edu 7.3-RELEASE-p5 FreeBSD 7.3-RELEASE-p5 #16: Thu Apr 21 11:21:21 PDT 2011
>Description:
Add missing depenendcy p5-IO-String, p5-Test-Simple (conditionally)
Make portlint happy with LICENSE

Port maintainer (bapt at FreeBSD.org) is cc'd.

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

--- p5-Mixin-Linewise-0.003.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Mixin-Linewise/Makefile /tmp/milki/ports/p5-Mixin-Linewise/Makefile
--- /usr/ports/devel/p5-Mixin-Linewise/Makefile	2011-03-20 15:30:17.000000000 -0700
+++ /tmp/milki/ports/p5-Mixin-Linewise/Makefile	2011-07-10 09:41:50.000000000 -0700
@@ -15,11 +15,19 @@
 MAINTAINER=	bapt at FreeBSD.org
 COMMENT=	Write your linewise code for handles; this does the rest
 
-LICENSE_COMB=	dual
 LICENSE=	ART20 GPLv1
+LICENSE_COMB=	dual
+
+.include <bsd.port.pre.mk>
+
+BUILD_DEPENDS+=	p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter \
+	p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
+RUN_DEPENDS+=	p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter \
+	p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
 
-BUILD_DEPENDS+=	p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter
-RUN_DEPENDS+=	p5-Sub-Exporter>=0.900:${PORTSDIR}/devel/p5-Sub-Exporter
+.if ${PERL_LEVEL} < 501001
+TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
+.endif
 
 PERL_CONFIGURE=	yes
 
@@ -35,4 +43,4 @@
 		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin/Linewise \
 		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixin
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- p5-Mixin-Linewise-0.003.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list