Index: head/devel/p5-Inline-CPP/Makefile =================================================================== --- head/devel/p5-Inline-CPP/Makefile (revision 480206) +++ head/devel/p5-Inline-CPP/Makefile (revision 480207) @@ -1,25 +1,26 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= Inline-CPP -PORTVERSION= 0.74 +PORTVERSION= 0.75 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org 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 Index: head/devel/p5-Inline-CPP/distinfo =================================================================== --- head/devel/p5-Inline-CPP/distinfo (revision 480206) +++ head/devel/p5-Inline-CPP/distinfo (revision 480207) @@ -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 Index: head/devel/p5-Inline-CPP/files/patch-Makefile.PL =================================================================== --- head/devel/p5-Inline-CPP/files/patch-Makefile.PL (revision 480206) +++ head/devel/p5-Inline-CPP/files/patch-Makefile.PL (revision 480207) @@ -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);