svn commit: r480207 - in head/devel/p5-Inline-CPP: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Sep 20 19:28:29 UTC 2018
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 <bsd.port.mk>
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);
More information about the svn-ports-all
mailing list