Date: Sat, 15 Oct 2011 21:13:41 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kaoru@kaisei.org Subject: ports/161682: [PATCH] www/p5-LWP-UserAgent-WithCache: update to 0.12 Message-ID: <20111015131341.B889841A5@sunpoet.net> Resent-Message-ID: <201110151320.p9FDK3aP064502@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161682 >Category: ports >Synopsis: [PATCH] www/p5-LWP-UserAgent-WithCache: update to 0.12 >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: Sat Oct 15 13:20:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011 >Description: - Update to 0.12 Changes: http://search.cpan.org/dist/LWP-UserAgent-WithCache/Changes Port maintainer (kaoru@kaisei.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-LWP-UserAgent-WithCache-0.12.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-LWP-UserAgent-WithCache/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 31 Mar 2009 09:37:56 -0000 1.4 +++ Makefile 15 Oct 2011 13:13:23 -0000 @@ -6,7 +6,7 @@ # PORTNAME= LWP-UserAgent-WithCache -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,13 @@ MAINTAINER= kaoru@kaisei.org COMMENT= LWP::UserAgent extension with local cache -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ - ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \ + p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes + MAN3= LWP::UserAgent::WithCache.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-LWP-UserAgent-WithCache/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 19 Mar 2011 12:35:50 -0000 1.4 +++ distinfo 15 Oct 2011 13:13:23 -0000 @@ -1,2 +1,2 @@ -SHA256 (LWP-UserAgent-WithCache-0.11.tar.gz) = b7bb0b6cee6037950f8bfce55c0c9893762c6468b0023f8fc8c91f2b094906bb -SIZE (LWP-UserAgent-WithCache-0.11.tar.gz) = 3305 +SHA256 (LWP-UserAgent-WithCache-0.12.tar.gz) = 29239f28fbc38d60872d925d2b62a012673461e77acb53864f541423174822fe +SIZE (LWP-UserAgent-WithCache-0.12.tar.gz) = 3689 --- p5-LWP-UserAgent-WithCache-0.12.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?20111015131341.B889841A5>