Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 07:46:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551896 - in head/devel/p5-ExtUtils-MakeMaker: . files
Message-ID:  <202010100746.09A7kjvL067165@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 10 07:46:45 2020
New Revision: 551896
URL: https://svnweb.freebsd.org/changeset/ports/551896

Log:
  Convert REINPLACE_CMD to patch files

Added:
  head/devel/p5-ExtUtils-MakeMaker/files/
  head/devel/p5-ExtUtils-MakeMaker/files/patch-MANIFEST   (contents, props changed)
  head/devel/p5-ExtUtils-MakeMaker/files/patch-Makefile.PL   (contents, props changed)
Modified:
  head/devel/p5-ExtUtils-MakeMaker/Makefile

Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-MakeMaker/Makefile	Sat Oct 10 07:46:40 2020	(r551895)
+++ head/devel/p5-ExtUtils-MakeMaker/Makefile	Sat Oct 10 07:46:45 2020	(r551896)
@@ -21,8 +21,6 @@ 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 <bsd.port.mk>

Added: head/devel/p5-ExtUtils-MakeMaker/files/patch-MANIFEST
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ExtUtils-MakeMaker/files/patch-MANIFEST	Sat Oct 10 07:46:45 2020	(r551896)
@@ -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

Added: head/devel/p5-ExtUtils-MakeMaker/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ExtUtils-MakeMaker/files/patch-Makefile.PL	Sat Oct 10 07:46:45 2020	(r551896)
@@ -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 => {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010100746.09A7kjvL067165>