svn commit: r534428 - in head/archivers/p5-IO-Compress: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 8 20:50:56 UTC 2020


Author: sunpoet
Date: Fri May  8 20:50:53 2020
New Revision: 534428
URL: https://svnweb.freebsd.org/changeset/ports/534428

Log:
  Convert REINPLACE_CMD to patch file

Added:
  head/archivers/p5-IO-Compress/files/
  head/archivers/p5-IO-Compress/files/patch-Makefile.PL   (contents, props changed)
Modified:
  head/archivers/p5-IO-Compress/Makefile

Modified: head/archivers/p5-IO-Compress/Makefile
==============================================================================
--- head/archivers/p5-IO-Compress/Makefile	Fri May  8 20:50:48 2020	(r534427)
+++ head/archivers/p5-IO-Compress/Makefile	Fri May  8 20:50:53 2020	(r534428)
@@ -23,7 +23,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
-
 .include <bsd.port.mk>

Added: head/archivers/p5-IO-Compress/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/p5-IO-Compress/files/patch-Makefile.PL	Fri May  8 20:50:53 2020	(r534428)
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig	2019-12-07 14:59:48 UTC
++++ Makefile.PL
+@@ -42,7 +42,6 @@ WriteMakefile( 
+ 
+     INSTALLDIRS => ($] >= 5.009 && $] < 5.011 ? 'perl' : 'site'),
+ 
+-    EXE_FILES => ['bin/zipdetails', 'bin/streamzip'],
+     
+     (
+     $] >= 5.009 && $] <= 5.011001 && ! $ENV{PERL_CORE}


More information about the svn-ports-head mailing list