svn commit: r558504 - in head/devel/p5-App-Trace: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Dec 19 20:07:57 UTC 2020
Author: sunpoet
Date: Sat Dec 19 20:07:54 2020
New Revision: 558504
URL: https://svnweb.freebsd.org/changeset/ports/558504
Log:
Convert REINPLACE_CMD to patch file
Added:
head/devel/p5-App-Trace/files/
head/devel/p5-App-Trace/files/patch-Makefile.PL (contents, props changed)
Modified:
head/devel/p5-App-Trace/Makefile
Modified: head/devel/p5-App-Trace/Makefile
==============================================================================
--- head/devel/p5-App-Trace/Makefile Sat Dec 19 20:07:49 2020 (r558503)
+++ head/devel/p5-App-Trace/Makefile Sat Dec 19 20:07:54 2020 (r558504)
@@ -17,11 +17,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-App-Options>=0:devel/p5-App-Options
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
-post-patch:
- @${REINPLACE_CMD} -e '/NAME/ s|App-Trace|App::Trace|' ${WRKSRC}/Makefile.PL
+NO_ARCH= yes
.include <bsd.port.mk>
Added: head/devel/p5-App-Trace/files/patch-Makefile.PL
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-App-Trace/files/patch-Makefile.PL Sat Dec 19 20:07:54 2020 (r558504)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig 2006-08-11 02:38:47 UTC
++++ Makefile.PL
+@@ -8,7 +8,7 @@ use ExtUtils::MakeMaker;
+ # the contents of the Makefile that is written.
+
+ %opts = (
+- 'NAME' => 'App-Trace',
++ 'NAME' => 'App::Trace',
+ 'DISTNAME' => 'App-Trace',
+ 'VERSION_FROM' => 'lib/App/Trace.pm',
+ 'PREREQ_PM' => {
More information about the svn-ports-all
mailing list