Index: head/devel/p5-ExtUtils-MakeMaker/Makefile =================================================================== --- head/devel/p5-ExtUtils-MakeMaker/Makefile (revision 551895) +++ head/devel/p5-ExtUtils-MakeMaker/Makefile (revision 551896) @@ -1,28 +1,26 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= ExtUtils-MakeMaker PORTVERSION= 7.48 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Designed to write a Makefile for an extension module LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure NO_ARCH= yes CONFLICTS_INSTALL= p5-ExtUtils-Command post-patch: - @${REINPLACE_CMD} -e '/EXE_FILES/d; /my::bundles/d' ${WRKSRC}/Makefile.PL - @${REINPLACE_CMD} -e '/^bundled\//d' ${WRKSRC}/MANIFEST @${RM} -r ${WRKSRC}/bundled/ .include Index: head/devel/p5-ExtUtils-MakeMaker/files/patch-MANIFEST =================================================================== --- head/devel/p5-ExtUtils-MakeMaker/files/patch-MANIFEST (nonexistent) +++ head/devel/p5-ExtUtils-MakeMaker/files/patch-MANIFEST (revision 551896) @@ -0,0 +1,31 @@ +--- MANIFEST.orig 2020-10-04 10:56:09 UTC ++++ MANIFEST +@@ -1,28 +1,4 @@ + bin/instmodsh +-bundled/CPAN-Meta-Requirements/CPAN/Meta/Requirements.pm +-bundled/CPAN-Meta-YAML/CPAN/Meta/YAML.pm +-bundled/CPAN-Meta/CPAN/Meta.pm +-bundled/CPAN-Meta/CPAN/Meta/Converter.pm +-bundled/CPAN-Meta/CPAN/Meta/Feature.pm +-bundled/CPAN-Meta/CPAN/Meta/History.pm +-bundled/CPAN-Meta/CPAN/Meta/Merge.pm +-bundled/CPAN-Meta/CPAN/Meta/Prereqs.pm +-bundled/CPAN-Meta/CPAN/Meta/Spec.pm +-bundled/CPAN-Meta/CPAN/Meta/Validator.pm +-bundled/ExtUtils-Install/ExtUtils/Install.pm +-bundled/ExtUtils-Install/ExtUtils/Installed.pm +-bundled/ExtUtils-Install/ExtUtils/Packlist.pm +-bundled/ExtUtils-Manifest/ExtUtils/Manifest.pm +-bundled/ExtUtils-Manifest/ExtUtils/MANIFEST.SKIP +-bundled/File-Temp/File/Temp.pm +-bundled/JSON-PP/JSON/PP.pm +-bundled/JSON-PP/JSON/PP/Boolean.pm +-bundled/Parse-CPAN-Meta/Parse/CPAN/Meta.pm +-bundled/README +-bundled/Scalar-List-Utils/List/Util.pm +-bundled/Scalar-List-Utils/List/Util/PP.pm +-bundled/Scalar-List-Utils/Scalar/Util.pm +-bundled/Scalar-List-Utils/Scalar/Util/PP.pm + Changes + CONTRIBUTING + INSTALL Property changes on: head/devel/p5-ExtUtils-MakeMaker/files/patch-MANIFEST ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-ExtUtils-MakeMaker/files/patch-Makefile.PL =================================================================== --- head/devel/p5-ExtUtils-MakeMaker/files/patch-Makefile.PL (nonexistent) +++ head/devel/p5-ExtUtils-MakeMaker/files/patch-Makefile.PL (revision 551896) @@ -0,0 +1,26 @@ +--- Makefile.PL.orig 2020-09-15 18:49:10 UTC ++++ Makefile.PL +@@ -4,7 +4,6 @@ use 5.006; + use strict; + + use lib "."; +-use my::bundles; # Must be used before anything else to set up bundled dependencies + + use lib qw(lib); # build ourself with ourself + +@@ -46,7 +45,6 @@ else { + $Extra_Params{PERL} = "$^X -Iinc"; + }; + +- my::bundles::copy_bundles("bundled", "inc"); + } + + # Test::Harnesses prior to 2.00 shoved all of @INC onto the command line +@@ -72,7 +70,6 @@ my $MM = WriteMakefile( + MIN_PERL_VERSION => '5.006', + PMLIBDIRS => [qw(lib inc)], + PMLIBPARENTDIRS => [qw(lib inc)], # PMLIBPARENTDIRS is an experimental feature +- EXE_FILES => [qw(bin/instmodsh)], + + META_MERGE => { + no_index => { Property changes on: head/devel/p5-ExtUtils-MakeMaker/files/patch-Makefile.PL ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property