From owner-svn-ports-all@freebsd.org Thu Sep 20 19:28:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26D4210A7093; Thu, 20 Sep 2018 19:28:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C803B7C1A4; Thu, 20 Sep 2018 19:28:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA95622409; Thu, 20 Sep 2018 19:28:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8KJSSI3096559; Thu, 20 Sep 2018 19:28:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8KJSSlF096556; Thu, 20 Sep 2018 19:28:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809201928.w8KJSSlF096556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 20 Sep 2018 19:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480207 - in head/devel/p5-Inline-CPP: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/p5-Inline-CPP: . files X-SVN-Commit-Revision: 480207 X-SVN-Commit-Repository: ports 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.27 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: Thu, 20 Sep 2018 19:28:29 -0000 Author: sunpoet Date: Thu Sep 20 19:28:27 2018 New Revision: 480207 URL: https://svnweb.freebsd.org/changeset/ports/480207 Log: Update to 0.75 Changes: https://metacpan.org/changes/distribution/Inline-CPP Modified: head/devel/p5-Inline-CPP/Makefile head/devel/p5-Inline-CPP/distinfo head/devel/p5-Inline-CPP/files/patch-Makefile.PL Modified: head/devel/p5-Inline-CPP/Makefile ============================================================================== --- head/devel/p5-Inline-CPP/Makefile Thu Sep 20 19:28:22 2018 (r480206) +++ head/devel/p5-Inline-CPP/Makefile Thu Sep 20 19:28:27 2018 (r480207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Inline-CPP -PORTVERSION= 0.74 +PORTVERSION= 0.75 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,14 +12,15 @@ COMMENT= Write Perl subroutines and classes in C++ LICENSE= ART10 -BUILD_DEPENDS= p5-Inline>=0.78:devel/p5-Inline \ +BUILD_DEPENDS= p5-ExtUtils-CppGuess>=0.11:devel/p5-ExtUtils-CppGuess \ + ${RUN_DEPENDS} +RUN_DEPENDS= p5-Inline>=0.78:devel/p5-Inline \ p5-Inline-C>=0.67:devel/p5-Inline-C \ p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent -RUN_DEPENDS:= ${BUILD_DEPENDS} -BUILD_DEPENDS+= p5-ExtUtils-CppGuess>=0.11:devel/p5-ExtUtils-CppGuess -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/devel/p5-Inline-CPP/distinfo ============================================================================== --- head/devel/p5-Inline-CPP/distinfo Thu Sep 20 19:28:22 2018 (r480206) +++ head/devel/p5-Inline-CPP/distinfo Thu Sep 20 19:28:27 2018 (r480207) @@ -1,2 +1,3 @@ -SHA256 (Inline-CPP-0.74.tar.gz) = 2f2fda43d760cf398ee07d5d0ac1f60c7880ea48e544136f6ecd663783fe8858 -SIZE (Inline-CPP-0.74.tar.gz) = 63298 +TIMESTAMP = 1537366615 +SHA256 (Inline-CPP-0.75.tar.gz) = 664b400139ae042853133c84fd435485dc9a29b3a93eaab49e981e2e8842a37c +SIZE (Inline-CPP-0.75.tar.gz) = 63924 Modified: head/devel/p5-Inline-CPP/files/patch-Makefile.PL ============================================================================== --- head/devel/p5-Inline-CPP/files/patch-Makefile.PL Thu Sep 20 19:28:22 2018 (r480206) +++ head/devel/p5-Inline-CPP/files/patch-Makefile.PL Thu Sep 20 19:28:27 2018 (r480207) @@ -1,15 +1,15 @@ ---- Makefile.PL.orig 2015-09-10 19:21:06 UTC +--- Makefile.PL.orig 2018-09-18 22:19:47 UTC +++ Makefile.PL -@@ -37,10 +37,10 @@ check_prereqs( \%PREREQ_PM ) or warn "!! - my( $cc_guess, $libs_guess ) = guess_compiler(); +@@ -37,10 +37,10 @@ check_prereqs(\%PREREQ_PM) or warn "!!! + my($cc_guess, $libs_guess) = guess_compiler(); my $cpp_compiler -- = prompt( "What C++ compiler would you like to use?", $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 ); +- = prompt("What default libraries would you like to include?", $libs_guess); + = $libs_guess; - configure_distribution( $test_cpp_filename, $cpp_compiler, $libs ); + configure_distribution($test_cpp_filename, $cpp_compiler, $libs);