Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2020 20:50:53 +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: r534428 - in head/archivers/p5-IO-Compress: . files
Message-ID:  <202005082050.048KorqV003943@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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