Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:07:54 +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: r558504 - in head/devel/p5-App-Trace: . files
Message-ID:  <202012192007.0BJK7sxo098862@repo.freebsd.org>

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



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