Date: Mon, 28 Nov 2011 15:16:01 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/162917: [PATCH] www/p5-Web-Query: update to 0.08 Message-ID: <20111128071602.4A8D04B11@sunpoet.net> Resent-Message-ID: <201111280720.pAS7KDsj082087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 162917 >Category: ports >Synopsis: [PATCH] www/p5-Web-Query: update to 0.08 >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: Mon Nov 28 07:20:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-RC1 amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-RC1 FreeBSD 9.0-RC1 #0: Sun Nov 6 07:24:13 CST >Description: - Update to 0.08 Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Web-Query-0.08.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Web-Query/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 2 Oct 2011 18:21:28 -0000 1.1 +++ Makefile 28 Nov 2011 07:16:00 -0000 @@ -6,9 +6,10 @@ # PORTNAME= Web-Query -PORTVERSION= 0.06 +PORTVERSION= 0.08 CATEGORIES= www MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:TOKUHIROM PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org @@ -23,7 +24,12 @@ PERL_CONFIGURE= yes -MAN3= Web::Query.3 \ - Web::README.3 +MAN3= Web::Query.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-Web-Query/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 2 Oct 2011 18:21:28 -0000 1.1 +++ distinfo 28 Nov 2011 07:16:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (Web-Query-0.06.tar.gz) = 74c618e4bee3585db4f631aae34cc462d093adb4cc442cfec2aaca3528dd59c3 -SIZE (Web-Query-0.06.tar.gz) = 22401 +SHA256 (Web-Query-0.08.tar.gz) = 482e0c526e9aa85c81ca587770b5c2f367a31f9eee5076081ae1c7233d75baf7 +SIZE (Web-Query-0.08.tar.gz) = 23298 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/p5-Web-Query/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 2 Oct 2011 18:21:28 -0000 1.1 +++ pkg-plist 28 Nov 2011 07:16:00 -0000 @@ -1,5 +1,4 @@ %%SITE_PERL%%/Web/Query.pm -%%SITE_PERL%%/Web/README.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Query/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Query @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web --- p5-Web-Query-0.08.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?20111128071602.4A8D04B11>