Date: Sun, 6 May 2012 15:40:51 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: pauls@utdallas.edu Subject: ports/167634: [PATCH] www/p5-CIF-Client: update to 0.09 Message-ID: <3Vlf5b1V1xz323@sunpoet.net> Resent-Message-ID: <201205060750.q467oD1M035952@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167634 >Category: ports >Synopsis: [PATCH] www/p5-CIF-Client: update to 0.09 >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: Sun May 06 07:50:12 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: Mon Apr 23 19:27:08 CST 2012 >Description: - Update to 0.09 - Sort *_DEPENDS Changes: http://search.cpan.org/dist/CIF-Client/Changes Port maintainer (pauls@utdallas.edu) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-CIF-Client-0.09.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-CIF-Client/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 11 Apr 2012 09:23:23 -0000 1.2 +++ Makefile 5 May 2012 18:43:20 -0000 @@ -6,7 +6,7 @@ # PORTNAME= CIF-Client -PORTVERSION= 0.07 +PORTVERSION= 0.09 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SAXJAZMAN/cif @@ -18,26 +18,30 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Table>=2.08:${PORTSDIR}/www/p5-HTML-Table \ - p5-HTTP-Server-Simple>0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ - p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress \ - p5-JSON>=2.07:${PORTSDIR}/converters/p5-JSON \ - p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-REST-Client>=243:${PORTSDIR}/www/p5-REST-Client \ - p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \ +BUILD_DEPENDS= p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Config-Simple>=4.58:${PORTSDIR}/devel/p5-Config-Simple \ p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-HTML-Table>=2.08:${PORTSDIR}/www/p5-HTML-Table \ + p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ + p5-JSON>=2.07:${PORTSDIR}/converters/p5-JSON \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-Module-Install>=1.00:${PORTSDIR}/devel/p5-Module-Install \ + p5-REST-Client>=243:${PORTSDIR}/www/p5-REST-Client \ p5-Regexp-Common>=2.108:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Regexp-Common-net-CIDR>=0.02:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \ p5-Snort-Rule>=1.07:${PORTSDIR}/security/p5-Snort-Rule \ p5-Text-Table>=1.114:${PORTSDIR}/textproc/p5-Text-Table - RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes PERL_CONFIGURE= yes -MAN3= CIF::Client.3 +MAN3= CIF::Client.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +BUILD_DEPENDS+= p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress +RUN_DEPENDS+= p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-CIF-Client/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 11 Apr 2012 09:23:23 -0000 1.2 +++ distinfo 5 May 2012 18:43:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (CIF-Client-0.07.tar.gz) = eeb65fe14b8b5730838e4a1996059399401f5878d71ab7a090a40406b6747c8b -SIZE (CIF-Client-0.07.tar.gz) = 29786 +SHA256 (CIF-Client-0.09.tar.gz) = eb125c2a4ab5603e3dcdc9188e96ac75c402243d61e9849d1beeb87813bc9b46 +SIZE (CIF-Client-0.09.tar.gz) = 30265 --- p5-CIF-Client-0.09.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?3Vlf5b1V1xz323>