Date: Fri, 13 Jan 2012 12:50:31 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: culot@FreeBSD.org Subject: ports/164075: [PATCH] devel/p5-Object-InsideOut: update to 3.85 Message-ID: <20120113045031.D093F23BD@sunpoet.net> Resent-Message-ID: <201201130500.q0D50RuR092094@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164075 >Category: ports >Synopsis: [PATCH] devel/p5-Object-InsideOut: update to 3.85 >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 Jan 13 05:00:26 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 3.85 - Fix *_DEPENDS: Scalar::List >= 1.23 is already in Perl 5.14 or above - Sort MAN3 Changes: http://search.cpan.org/dist/Object-InsideOut/Changes Port maintainer (culot@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Object-InsideOut-3.85.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Object-InsideOut/Makefile,v retrieving revision 1.39 diff -u -u -r1.39 Makefile --- Makefile 13 Oct 2011 08:32:33 -0000 1.39 +++ Makefile 13 Jan 2012 04:50:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Object-InsideOut -PORTVERSION= 3.84 +PORTVERSION= 3.85 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JDHEDDEN @@ -19,12 +19,20 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Exception-Class>=1.29:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Want>=0.12:${PORTSDIR}/devel/p5-Want \ - p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils + p5-Want>=0.12:${PORTSDIR}/devel/p5-Want RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Object::InsideOut.3 Object::InsideOut::Metadata.3 Bundle::Object::InsideOut.3 +MAN3= Bundle::Object::InsideOut.3 \ + Object::InsideOut.3 \ + Object::InsideOut::Metadata.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Object-InsideOut/distinfo,v retrieving revision 1.35 diff -u -u -r1.35 distinfo --- distinfo 13 Oct 2011 08:32:33 -0000 1.35 +++ distinfo 13 Jan 2012 04:50:21 -0000 @@ -1,2 +1,2 @@ -SHA256 (Object-InsideOut-3.84.tar.gz) = e7993b3d531286642de742db866c048c041db3c3b94e8a0e75da2f782f517b30 -SIZE (Object-InsideOut-3.84.tar.gz) = 118929 +SHA256 (Object-InsideOut-3.85.tar.gz) = f383de8378fbf75a5d4f5465159c6a7822b5be7be811f39295cb7082401bd695 +SIZE (Object-InsideOut-3.85.tar.gz) = 118962 --- p5-Object-InsideOut-3.85.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?20120113045031.D093F23BD>