Index: head/devel/p5-Inline-CPP/Makefile =================================================================== --- head/devel/p5-Inline-CPP/Makefile (revision 499400) +++ head/devel/p5-Inline-CPP/Makefile (revision 499401) @@ -1,30 +1,30 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= Inline-CPP -PORTVERSION= 0.79 +PORTVERSION= 0.80 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Write Perl subroutines and classes in C++ LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-ExtUtils-CppGuess>=0.15:devel/p5-ExtUtils-CppGuess \ ${RUN_DEPENDS} -RUN_DEPENDS= p5-Inline>=0.78:devel/p5-Inline \ - p5-Inline-C>=0.78:devel/p5-Inline-C \ +RUN_DEPENDS= p5-Inline>=0.82:devel/p5-Inline \ + p5-Inline-C>=0.80:devel/p5-Inline-C \ p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent USES= perl5 USE_PERL5= configure NO_ARCH= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Inline/CPP/Config.pm.in .include Index: head/devel/p5-Inline-CPP/distinfo =================================================================== --- head/devel/p5-Inline-CPP/distinfo (revision 499400) +++ head/devel/p5-Inline-CPP/distinfo (revision 499401) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554399640 -SHA256 (Inline-CPP-0.79.tar.gz) = bef6d1254c83fce452606b86ce60e37d5d462762f13ca79728c3112f76ddba03 -SIZE (Inline-CPP-0.79.tar.gz) = 63633 +TIMESTAMP = 1555702410 +SHA256 (Inline-CPP-0.80.tar.gz) = 664b220e733c300fb7232738f767ddbfb30332589687eae0f09292a6ba088f06 +SIZE (Inline-CPP-0.80.tar.gz) = 63649 Index: head/devel/p5-Inline-CPP/files/patch-Makefile.PL =================================================================== --- head/devel/p5-Inline-CPP/files/patch-Makefile.PL (revision 499400) +++ head/devel/p5-Inline-CPP/files/patch-Makefile.PL (revision 499401) @@ -1,23 +1,14 @@ --- Makefile.PL.orig 2019-04-02 14:50:25 UTC +++ Makefile.PL -@@ -10,7 +10,7 @@ my $CPP_Config_path = 'lib/Inline/CPP/Co - - my %PREREQ_PM = ( - 'Inline' => '0.78', -- 'Inline::C' => '0.78_003', # supports 5.8.1 -+ 'Inline::C' => '0.78', # supports 5.8.1 - 'Parse::RecDescent' => '0', - 'Carp' => '0', - 'Config' => '0', @@ -22,11 +22,6 @@ my $guess = ExtUtils::CppGuess->new; my @info = map $guess->$_, qw(compiler_command linker_flags iostream_fname cpp_flavor_defs); -$info[0] = prompt("What C++ compiler would you like to use?", $info[0]); - -$info[1] - = prompt("What default libraries would you like to include?", $info[1]); - configure_distribution(@info); WriteMakefile(