[Midnightbsd-cvs] mports: devel/activitymail: update activity mail for the new world order

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 11 02:36:33 EDT 2008


Log Message:
-----------
update activity mail for the new world order

Modified Files:
--------------
    mports/devel/activitymail:
        Makefile (r1.2 -> r1.3)
    mports/devel/p5-Config-General:
        Makefile (r1.3 -> r1.4)
    mports/devel/p5-ExtUtils-CBuilder:
        Makefile (r1.2 -> r1.3)
    mports/devel/p5-Module-Build:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/p5-Config-General/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L devel/p5-Config-General/Makefile -L devel/p5-Config-General/Makefile -u -r1.3 -r1.4
--- devel/p5-Config-General/Makefile
+++ devel/p5-Config-General/Makefile
@@ -16,12 +16,17 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl5 module for handling Apache-style configuration files
 LICENSE=        perl
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
-RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	YES
 
 MAN3=		Config::General::Extended.3 Config::General::Interpolated.3 \
 		Config::General.3
 
-.include <bsd.port.mk>
+.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}
+.endif
+
+.include <bsd.port.post.mk>
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/activitymail/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/activitymail/Makefile -L devel/activitymail/Makefile -u -r1.2 -r1.3
--- devel/activitymail/Makefile
+++ devel/activitymail/Makefile
@@ -15,6 +15,7 @@
 MAINTAINER=	ctriv at midnightbsd.org
 COMMENT=	A program for sending email messages for CVS repository commits
 LICENSE=        perl
+
 PERL_MODBUILD=	yes
 
 PLIST_FILES=	bin/activitymail
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/p5-ExtUtils-CBuilder/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/p5-ExtUtils-CBuilder/Makefile -L devel/p5-ExtUtils-CBuilder/Makefile -u -r1.2 -r1.3
--- devel/p5-ExtUtils-CBuilder/Makefile
+++ devel/p5-ExtUtils-CBuilder/Makefile
@@ -16,9 +16,6 @@
 COMMENT=	Compile and link C code for Perl modules
 LICENSE=	perl
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN3=		ExtUtils::CBuilder.3 ExtUtils::CBuilder::Platform::Windows.3
@@ -32,4 +29,11 @@
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
 .endif
 
-.include <bsd.port.mk>
+.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}
+.endif
+
+.include <bsd.port.post.mk>
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/p5-Module-Build/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L devel/p5-Module-Build/Makefile -L devel/p5-Module-Build/Makefile -u -r1.3 -r1.4
--- devel/p5-Module-Build/Makefile
+++ devel/p5-Module-Build/Makefile
@@ -16,10 +16,9 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Build and install Perl modules
+LICENSE=	perl
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
-		${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
-		${SITE_PERL}/ExtUtils/CBuilder.pm:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
+RUN_DEPENDS=	\
 		${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
 		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
 BUILD_DEPENDS=	${RUN_DEPENDS}
@@ -72,4 +71,11 @@
 RUN_DEPENDS+=	${SITE_PERL}/Pod/Man.pm:${PORTSDIR}/textproc/p5-podlators
 .endif
 
+.if ${PERL_LEVEL} < 501000
+BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
+		${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
+		${SITE_PERL}/ExtUtils/CBuilder.pm:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
+RUN_DEPENDS=    ${BUILD_DEPENDS}
+.endif
+
 .include <bsd.port.post.mk>


More information about the Midnightbsd-cvs mailing list