Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2012 17:04:59 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ports@c0decafe.net
Subject:   ports/169820: [PATCH] www/p5-URI-Encode: update to 0.07
Message-ID:  <3WYSlH0XM8z52t@sunpoet.net>
Resent-Message-ID: <201207130910.q6D9A7aB052932@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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
-@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
--- p5-URI-Encode-0.07.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3WYSlH0XM8z52t>