[Midnightbsd-cvs] mports: devel/p5-PathTools: Try to do += on the other ports i probably

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 11 03:00:41 EDT 2008


Log Message:
-----------
Try to do += on the other ports i probably screwed up earlier.

Modified Files:
--------------
    mports/devel/p5-Config-General:
        Makefile (r1.4 -> r1.5)
    mports/devel/p5-ExtUtils-CBuilder:
        Makefile (r1.3 -> r1.4)
    mports/devel/p5-PathTools:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/p5-ExtUtils-CBuilder/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L devel/p5-ExtUtils-CBuilder/Makefile -L devel/p5-ExtUtils-CBuilder/Makefile -u -r1.3 -r1.4
--- devel/p5-ExtUtils-CBuilder/Makefile
+++ devel/p5-ExtUtils-CBuilder/Makefile
@@ -32,8 +32,8 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
-RUN_DEPENDS=    ${BUILD_DEPENDS}
+BUILD_DEPENDS+=  ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
+RUN_DEPENDS+=    ${BUILD_DEPENDS}
 .endif
 
 .include <bsd.port.post.mk>
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/p5-Config-General/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L devel/p5-Config-General/Makefile -L devel/p5-Config-General/Makefile -u -r1.4 -r1.5
--- devel/p5-Config-General/Makefile
+++ devel/p5-Config-General/Makefile
@@ -25,8 +25,8 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
-RUN_DEPENDS=    ${BUILD_DEPENDS}
+BUILD_DEPENDS+=  ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
+RUN_DEPENDS+=    ${BUILD_DEPENDS}
 .endif
 
 .include <bsd.port.post.mk>
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/p5-PathTools/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/p5-PathTools/Makefile -L devel/p5-PathTools/Makefile -u -r1.1 -r1.2
--- devel/p5-PathTools/Makefile
+++ devel/p5-PathTools/Makefile
@@ -15,6 +15,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A Perl module for portably manipulating file specifications
+LICENSE=	perl
 
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
 RUN_DEPENDS=	${BUILD_DEPENDS}


More information about the Midnightbsd-cvs mailing list