Date: Sun, 5 Aug 2012 06:52:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302075 - head/devel/p5-Getopt-Long-Descriptive Message-ID: <201208050652.q756qJWs048244@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 5 06:52:19 2012 New Revision: 302075 URL: http://svn.freebsd.org/changeset/ports/302075 Log: - Update to 0.092 - Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Getopt-Long-Descriptive/Changes Modified: head/devel/p5-Getopt-Long-Descriptive/Makefile (contents, props changed) head/devel/p5-Getopt-Long-Descriptive/distinfo (contents, props changed) head/devel/p5-Getopt-Long-Descriptive/pkg-plist (contents, props changed) Modified: head/devel/p5-Getopt-Long-Descriptive/Makefile ============================================================================== --- head/devel/p5-Getopt-Long-Descriptive/Makefile Sun Aug 5 06:51:14 2012 (r302074) +++ head/devel/p5-Getopt-Long-Descriptive/Makefile Sun Aug 5 06:52:19 2012 (r302075) @@ -6,7 +6,7 @@ # PORTNAME= Getopt-Long-Descriptive -PORTVERSION= 0.091 +PORTVERSION= 0.092 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Getopt::Long with usage text +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Params-Validate>=0.97:${PORTSDIR}/devel/p5-Params-Validate \ p5-Sub-Exporter>=0.972:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -24,4 +27,10 @@ MAN3= Getopt::Long::Descriptive.3 \ Getopt::Long::Descriptive::Opts.3 \ Getopt::Long::Descriptive::Usage.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Modified: head/devel/p5-Getopt-Long-Descriptive/distinfo ============================================================================== --- head/devel/p5-Getopt-Long-Descriptive/distinfo Sun Aug 5 06:51:14 2012 (r302074) +++ head/devel/p5-Getopt-Long-Descriptive/distinfo Sun Aug 5 06:52:19 2012 (r302075) @@ -1,2 +1,2 @@ -SHA256 (Getopt-Long-Descriptive-0.091.tar.gz) = 3d4138e4f970613207a061cfca70e77745150fc5822b2aeb883fd0b5b26e0b41 -SIZE (Getopt-Long-Descriptive-0.091.tar.gz) = 21570 +SHA256 (Getopt-Long-Descriptive-0.092.tar.gz) = 12b6e998752df3c19e9bb61d7db0cd00468b6e57db1aff4b3aee8255f801a8f7 +SIZE (Getopt-Long-Descriptive-0.092.tar.gz) = 23848 Modified: head/devel/p5-Getopt-Long-Descriptive/pkg-plist ============================================================================== --- head/devel/p5-Getopt-Long-Descriptive/pkg-plist Sun Aug 5 06:51:14 2012 (r302074) +++ head/devel/p5-Getopt-Long-Descriptive/pkg-plist Sun Aug 5 06:52:19 2012 (r302075) @@ -1,10 +1,10 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive/.packlist %%SITE_PERL%%/Getopt/Long/Descriptive.pm %%SITE_PERL%%/Getopt/Long/Descriptive/Opts.pm %%SITE_PERL%%/Getopt/Long/Descriptive/Usage.pm -@dirrmtry %%SITE_PERL%%/Getopt/Long/Descriptive -@dirrmtry %%SITE_PERL%%/Getopt/Long -@dirrm %%SITE_PERL%%/Getopt -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt +@dirrmtry %%SITE_PERL%%/Getopt/Long/Descriptive +@dirrmtry %%SITE_PERL%%/Getopt/Long +@dirrmtry %%SITE_PERL%%/Getopt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208050652.q756qJWs048244>