Date: Wed, 14 Mar 2012 12:59:15 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/166075: [PATCH] devel/p5-Inline-CPP: update to 0.38 Message-ID: <3V711b28Pqz2j3@sunpoet.net> Resent-Message-ID: <201203140510.q2E5A1bQ078429@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166075 >Category: ports >Synopsis: [PATCH] devel/p5-Inline-CPP: update to 0.38 >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: Wed Mar 14 05:10:01 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: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 0.38 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Inline-CPP/Changes Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_4 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-Inline-CPP-0.38.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Inline-CPP/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 21 Jan 2012 17:38:18 -0000 1.6 +++ Makefile 14 Mar 2012 05:01:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Inline-CPP -PORTVERSION= 0.25 +PORTVERSION= 0.38 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +14,14 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Write Perl subroutines and classes in C++ -BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Inline>=0.50:${PORTSDIR}/devel/p5-Inline \ + p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent +RUN_DEPENDS= p5-Inline>=0.50:${PORTSDIR}/devel/p5-Inline \ + p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent + +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes -CONFIGURE_ARGS= </dev/null MAN3= Inline::CPP.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Inline-CPP/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 3 Jul 2011 14:57:26 -0000 1.6 +++ distinfo 14 Mar 2012 05:01:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (Inline-CPP-0.25.tar.gz) = c8930672609f46e5d3e95c83fdd9e4a3b4181e3300fbfd90b80db628b58ef035 -SIZE (Inline-CPP-0.25.tar.gz) = 24495 +SHA256 (Inline-CPP-0.38.tar.gz) = 05c9544e0941e4cee649a1ff2ba3e9b271128735f630b03c6919c8ac44808cb7 +SIZE (Inline-CPP-0.38.tar.gz) = 34108 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-Inline-CPP/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 22 Jan 2006 01:47:53 -0000 1.3 +++ pkg-plist 14 Mar 2012 05:01:42 -0000 @@ -3,6 +3,6 @@ %%SITE_PERL%%/Inline/CPP/grammar.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/CPP/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/CPP -@dirrm %%SITE_PERL%%/Inline/CPP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline +@dirrm %%SITE_PERL%%/Inline/CPP @dirrmtry %%SITE_PERL%%/Inline --- p5-Inline-CPP-0.38.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?3V711b28Pqz2j3>