Date: Sat, 5 Oct 2013 06:05:58 +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: r329417 - head/devel/p5-Getopt-Long-Descriptive Message-ID: <201310050605.r9565w0M069796@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 5 06:05:58 2013 New Revision: 329417 URL: http://svnweb.freebsd.org/changeset/ports/329417 Log: - Update to 0.096 - Support STAGEDIR Changes: http://search.cpan.org/dist/Getopt-Long-Descriptive/Changes Modified: head/devel/p5-Getopt-Long-Descriptive/Makefile head/devel/p5-Getopt-Long-Descriptive/distinfo 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 Sat Oct 5 06:05:53 2013 (r329416) +++ head/devel/p5-Getopt-Long-Descriptive/Makefile Sat Oct 5 06:05:58 2013 (r329417) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Getopt-Long-Descriptive -PORTVERSION= 0.095 +PORTVERSION= 0.096 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,16 +17,11 @@ BUILD_DEPENDS= p5-Params-Validate>=0.97: p5-Sub-Exporter>=0.972:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings + p5-Test-Warnings>=0.005:${PORTSDIR}/devel/p5-Test-Warnings USES= perl5 USE_PERL5= configure -MAN3= Getopt::Long::Descriptive.3 \ - Getopt::Long::Descriptive::Opts.3 \ - Getopt::Long::Descriptive::Usage.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 Modified: head/devel/p5-Getopt-Long-Descriptive/distinfo ============================================================================== --- head/devel/p5-Getopt-Long-Descriptive/distinfo Sat Oct 5 06:05:53 2013 (r329416) +++ head/devel/p5-Getopt-Long-Descriptive/distinfo Sat Oct 5 06:05:58 2013 (r329417) @@ -1,2 +1,2 @@ -SHA256 (Getopt-Long-Descriptive-0.095.tar.gz) = b5214407ec6b5a3578b54d2a22d931903ef918c6e2c9c558c1c89cd8edb697af -SIZE (Getopt-Long-Descriptive-0.095.tar.gz) = 25175 +SHA256 (Getopt-Long-Descriptive-0.096.tar.gz) = 706a6c9da95c7fb6d38ed90377f30f4c7824c58f051cbfe34a1085608282a689 +SIZE (Getopt-Long-Descriptive-0.096.tar.gz) = 25016 Modified: head/devel/p5-Getopt-Long-Descriptive/pkg-plist ============================================================================== --- head/devel/p5-Getopt-Long-Descriptive/pkg-plist Sat Oct 5 06:05:53 2013 (r329416) +++ head/devel/p5-Getopt-Long-Descriptive/pkg-plist Sat Oct 5 06:05:58 2013 (r329417) @@ -2,6 +2,9 @@ %%SITE_PERL%%/Getopt/Long/Descriptive/Opts.pm %%SITE_PERL%%/Getopt/Long/Descriptive/Usage.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive/.packlist +%%PERL5_MAN3%%/Getopt::Long::Descriptive.3.gz +%%PERL5_MAN3%%/Getopt::Long::Descriptive::Opts.3.gz +%%PERL5_MAN3%%/Getopt::Long::Descriptive::Usage.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310050605.r9565w0M069796>