ports/169820: [PATCH] www/p5-URI-Encode: update to 0.07
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jul 13 09:10:07 UTC 2012
>Number: 169820
>Category: ports
>Synopsis: [PATCH] www/p5-URI-Encode: update to 0.07
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 13 09:10:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Jul 7 22:40:22 CST
>Description:
- Update to 0.07
- Add LICENSE
Changes: http://search.cpan.org/dist/URI-Encode/Changes
Port maintainer (ports at c0decafe.net) is cc'd.
Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:
--- p5-URI-Encode-0.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-URI-Encode/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile 23 Sep 2011 20:26:57 -0000 1.3
+++ Makefile 13 Jul 2012 09:04:42 -0000
@@ -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 @@
MAINTAINER= ports at 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>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-URI-Encode/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo 23 Sep 2011 20:26:57 -0000 1.3
+++ distinfo 13 Jul 2012 09:04:42 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-URI-Encode/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist 24 Nov 2010 06:19:46 -0000 1.2
+++ pkg-plist 13 Jul 2012 09:04:42 -0000
@@ -1,5 +1,5 @@
%%SITE_PERL%%/URI/Encode.pm
- at 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
+ at dirrmtry %%SITE_PERL%%/URI
--- p5-URI-Encode-0.07.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list