Date: Sun, 8 Jan 2012 01:40:38 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: miwi@FreeBSD.org Subject: ports/163892: [PATCH] devel/p5-IO-TieCombine: update to 1.001 Message-ID: <20120107174038.F2DF2417F@sunpoet.net> Resent-Message-ID: <201201071750.q07HoAK8084064@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163892 >Category: ports >Synopsis: [PATCH] devel/p5-IO-TieCombine: update to 1.001 >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 Jan 07 17:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sat Dec 24 06:18:22 CST 2011 >Description: - Update to 1.001 - Add missing trailing slash to WWW Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-IO-TieCombine-1.001.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-IO-TieCombine/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 17 Sep 2011 06:48:56 -0000 1.2 +++ Makefile 7 Jan 2012 17:40:38 -0000 @@ -6,7 +6,7 @@ # PORTNAME= IO-TieCombine -PORTVERSION= 1.000 +PORTVERSION= 1.001 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,4 +20,10 @@ IO::TieCombine::Handle.3 \ IO::TieCombine::Scalar.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-IO-TieCombine/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 3 Jul 2011 14:57:25 -0000 1.2 +++ distinfo 7 Jan 2012 17:40:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (IO-TieCombine-1.000.tar.gz) = 1cec4d6305739a2463887e1d60227b360b09055e37eccf8a3af967bbbc479858 -SIZE (IO-TieCombine-1.000.tar.gz) = 9370 +SHA256 (IO-TieCombine-1.001.tar.gz) = 55f73d75a332087dc5f7fe185b32f5f5a822a55bf53c4d6572473ca0c3b7c12c +SIZE (IO-TieCombine-1.001.tar.gz) = 11780 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/p5-IO-TieCombine/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 23 Nov 2008 16:35:41 -0000 1.1 +++ pkg-descr 7 Jan 2012 17:40:38 -0000 @@ -1,3 +1,3 @@ IO::TieCombine - produce tied (and other) separate but combined variables. -WWW: http://search.cpan.org/dist/IO-TieCombine +WWW: http://search.cpan.org/dist/IO-TieCombine/ --- p5-IO-TieCombine-1.001.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?20120107174038.F2DF2417F>