Date: Wed, 2 Aug 2006 11:53:39 +0800 (CST) From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@freebsd.org Subject: [PATCH] devel/p5-Module-Load-Conditional: update to 0.10 Message-ID: <200608020353.k723rd2L056322@Pluto.CDPA.nsysu.edu.tw>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Jin-Shan Tseng >Organization: NCHC >Confidential: no >Synopsis: [PATCH] devel/p5-Module-Load-Conditional: update to 0.10 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-STABLE i386 >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jul 24 07:18:53 CST 2006 >Description: - Update to 0.10 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Module-Load-Conditional-0.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-Load-Conditional/Makefile /root/p5-Module-Load-Conditional/Makefile --- /usr/ports/devel/p5-Module-Load-Conditional/Makefile Sun Jun 12 00:12:50 2005 +++ /root/p5-Module-Load-Conditional/Makefile Wed Aug 2 11:52:22 2006 @@ -6,8 +6,7 @@ # PORTNAME= Module-Load-Conditional -PORTVERSION= 0.08 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -16,12 +15,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Looking up Perl modules information/loading at runtime -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/Module/Load.pm:${PORTSDIR}/devel/p5-Module-Load \ ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ + ${SITE_PERL}/Module/Load.pm:${PORTSDIR}/devel/p5-Module-Load \ ${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -36,4 +34,10 @@ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500602 +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-Load-Conditional/distinfo /root/p5-Module-Load-Conditional/distinfo --- /usr/ports/devel/p5-Module-Load-Conditional/distinfo Mon Nov 14 23:04:56 2005 +++ /root/p5-Module-Load-Conditional/distinfo Wed Aug 2 11:37:57 2006 @@ -1,3 +1,3 @@ -MD5 (Module-Load-Conditional-0.08.tar.gz) = 9e2a706b6511651ca4eb6de0c4c89a12 -SHA256 (Module-Load-Conditional-0.08.tar.gz) = da4bc42958adf206a8c4b2aabf03865c4a24079ce18ea88f3d8f748d1d1afdd5 -SIZE (Module-Load-Conditional-0.08.tar.gz) = 6630 +MD5 (Module-Load-Conditional-0.10.tar.gz) = 7f9d3dc493429163ec0cd87fd0bd80e4 +SHA256 (Module-Load-Conditional-0.10.tar.gz) = b7da9e23437fc3b6539880a6c1f7e4bb0678acfd2f6e1c564502d5b428055f58 +SIZE (Module-Load-Conditional-0.10.tar.gz) = 7779 --- p5-Module-Load-Conditional-0.10.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608020353.k723rd2L056322>