- Update to 0.07 - Add LICENSE Changes: http://search.cpan.org/dist/URI-Encode/Changes Port maintainer (ports@c0decafe.net) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of www/p5-URI-Encode, Please note that PR ports/169820 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169820 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->sunpoet I'll take it.
Author: sunpoet Date: Tue Aug 14 09:15:18 2012 New Revision: 302508 URL: http://svn.freebsd.org/changeset/ports/302508 Log: - Update to 0.07 - Add LICENSE Changes: http://search.cpan.org/dist/URI-Encode/Changes PR: ports/169820 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month) Modified: head/www/p5-URI-Encode/Makefile (contents, props changed) head/www/p5-URI-Encode/distinfo (contents, props changed) head/www/p5-URI-Encode/pkg-plist (contents, props changed) Modified: head/www/p5-URI-Encode/Makefile ============================================================================== --- head/www/p5-URI-Encode/Makefile Tue Aug 14 09:12:18 2012 (r302507) +++ head/www/p5-URI-Encode/Makefile Tue Aug 14 09:15:18 2012 (r302508) @@ -6,7 +6,7 @@ # PORTNAME= URI-Encode -PORTVERSION= 0.04 +PORTVERSION= 0.07 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MITHUN @@ -15,8 +15,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@c0decafe.net COMMENT= Simple URI Encoding/Decoding +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes -MAN3= URI::Encode.3 +MAN3= URI::Encode.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version +RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> Modified: head/www/p5-URI-Encode/distinfo ============================================================================== --- head/www/p5-URI-Encode/distinfo Tue Aug 14 09:12:18 2012 (r302507) +++ head/www/p5-URI-Encode/distinfo Tue Aug 14 09:15:18 2012 (r302508) @@ -1,2 +1,2 @@ -SHA256 (URI-Encode-0.04.tar.gz) = 95873645c74afa885988b927838921b5b5b5e8e2c7c1a05f7fecbb013ae1d92f -SIZE (URI-Encode-0.04.tar.gz) = 5226 +SHA256 (URI-Encode-0.07.tar.gz) = d017116e47b059a5937c350924cdd24f7c57466efb075430fc6c946e4aebb3ac +SIZE (URI-Encode-0.07.tar.gz) = 14548 Modified: head/www/p5-URI-Encode/pkg-plist ============================================================================== --- head/www/p5-URI-Encode/pkg-plist Tue Aug 14 09:12:18 2012 (r302507) +++ head/www/p5-URI-Encode/pkg-plist Tue Aug 14 09:15:18 2012 (r302508) @@ -1,5 +1,5 @@ %%SITE_PERL%%/URI/Encode.pm -@dirrmtry %%SITE_PERL%%/URI %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Encode/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Encode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI +@dirrmtry %%SITE_PERL%%/URI _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!