From owner-svn-ports-all@FreeBSD.ORG Sat Jan 3 07:11:39 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D23422CB; Sat, 3 Jan 2015 07:11:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE34F10A6; Sat, 3 Jan 2015 07:11:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t037BdeL052235; Sat, 3 Jan 2015 07:11:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t037Bc2Q052229; Sat, 3 Jan 2015 07:11:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501030711.t037Bc2Q052229@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Jan 2015 07:11:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376088 - in head/devel/p5-Inline-CPP: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 07:11:40 -0000 Author: sunpoet Date: Sat Jan 3 07:11:37 2015 New Revision: 376088 URL: https://svnweb.freebsd.org/changeset/ports/376088 QAT: https://qat.redports.org/buildarchive/r376088/ Log: - Update to 0.70 - Remove outdated post-patch: - Sort PLIST Changes: http://search.cpan.org/dist/Inline-CPP/Changes Modified: head/devel/p5-Inline-CPP/Makefile head/devel/p5-Inline-CPP/distinfo head/devel/p5-Inline-CPP/files/patch-Makefile.PL head/devel/p5-Inline-CPP/pkg-plist Modified: head/devel/p5-Inline-CPP/Makefile ============================================================================== --- head/devel/p5-Inline-CPP/Makefile Sat Jan 3 07:11:31 2015 (r376087) +++ head/devel/p5-Inline-CPP/Makefile Sat Jan 3 07:11:37 2015 (r376088) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Inline-CPP -PORTVERSION= 0.49 -PORTREVISION= 1 +PORTVERSION= 0.70 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,14 +12,13 @@ COMMENT= Write Perl subroutines and clas LICENSE= ART10 -BUILD_DEPENDS= p5-Inline>=0.53:${PORTSDIR}/devel/p5-Inline \ +BUILD_DEPENDS= p5-Inline>=0.78:${PORTSDIR}/devel/p5-Inline \ + p5-Inline-C>=0.67:${PORTSDIR}/devel/p5-Inline-C \ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS+= p5-ExtUtils-CppGuess>=0.07:${PORTSDIR}/devel/p5-ExtUtils-CppGuess USES= perl5 USE_PERL5= configure -post-patch: - @${REINPLACE_CMD} -e 's|g++|${CXX}|' ${WRKSRC}/Makefile.PL - .include Modified: head/devel/p5-Inline-CPP/distinfo ============================================================================== --- head/devel/p5-Inline-CPP/distinfo Sat Jan 3 07:11:31 2015 (r376087) +++ head/devel/p5-Inline-CPP/distinfo Sat Jan 3 07:11:37 2015 (r376088) @@ -1,2 +1,2 @@ -SHA256 (Inline-CPP-0.49.tar.gz) = 16efc1b908d83379e5ac05fb70225a3f4c88dabe825eb54c7faaf45bd52b672d -SIZE (Inline-CPP-0.49.tar.gz) = 52497 +SHA256 (Inline-CPP-0.70.tar.gz) = 1722914110462c36146972720e6985e9c5e13fd5f540ee041fa918e552575568 +SIZE (Inline-CPP-0.70.tar.gz) = 63930 Modified: head/devel/p5-Inline-CPP/files/patch-Makefile.PL ============================================================================== --- head/devel/p5-Inline-CPP/files/patch-Makefile.PL Sat Jan 3 07:11:31 2015 (r376087) +++ head/devel/p5-Inline-CPP/files/patch-Makefile.PL Sat Jan 3 07:11:37 2015 (r376088) @@ -1,15 +1,15 @@ ---- ./Makefile.PL.orig 2013-01-01 03:27:22.000000000 +0800 -+++ ./Makefile.PL 2013-01-01 03:30:52.000000000 +0800 -@@ -121,10 +121,9 @@ - print "This will configure and build Inline::C++.\n"; +--- Makefile.PL.orig 2014-12-26 05:17:26.000000000 +0800 ++++ Makefile.PL 2015-01-01 04:23:51.734420696 +0800 +@@ -37,10 +37,10 @@ + my( $cc_guess, $libs_guess ) = guess_compiler(); my $cpp_compiler -- = prompt( "What default C++ compiler would you like to use?", $cc_guess ); -+ = $cc_guess; +- = prompt( "What C++ compiler would you like to use?", $cc_guess ); ++ = $cc_guess; + + my $libs +- = prompt( "What default libraries would you like to include?", $libs_guess ); ++ = $libs_guess; --my $libs = prompt( "What default libraries would you like to include?", -- $libs_guess ); -+my $libs = $libs_guess; + configure_distribution( $test_cpp_filename, $cpp_compiler, $libs ); - #============================================================================ - # Test whether the compiler prefers or . Modified: head/devel/p5-Inline-CPP/pkg-plist ============================================================================== --- head/devel/p5-Inline-CPP/pkg-plist Sat Jan 3 07:11:31 2015 (r376087) +++ head/devel/p5-Inline-CPP/pkg-plist Sat Jan 3 07:11:37 2015 (r376088) @@ -1,7 +1,7 @@ -%%PERL5_MAN3%%/Inline::CPP.3.gz -%%PERL5_MAN3%%/Inline::CPP::Config.3.gz -%%PERL5_MAN3%%/Inline::CPP::grammar.3.gz %%SITE_PERL%%/Inline/CPP.pm %%SITE_PERL%%/Inline/CPP.pod %%SITE_PERL%%/Inline/CPP/Config.pm -%%SITE_PERL%%/Inline/CPP/grammar.pm +%%SITE_PERL%%/Inline/CPP/Parser/RecDescent.pm +%%PERL5_MAN3%%/Inline::CPP.3.gz +%%PERL5_MAN3%%/Inline::CPP::Config.3.gz +%%PERL5_MAN3%%/Inline::CPP::Parser::RecDescent.3.gz