Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2017 19:50:32 +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: r451791 - head/astro/p5-Astro-Sunrise
Message-ID:  <201710111950.v9BJoW6a052747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Oct 11 19:50:32 2017
New Revision: 451791
URL: https://svnweb.freebsd.org/changeset/ports/451791

Log:
  Remove USE_PERL5=patch and post-patch:
  
  from poudriere log:
  /usr/local/bin/perl -pi -e 's/(qw\(.*)\[1\];/($1)[1];/; s/\r\n/\n/;'  /wrkdirs/usr/ports/astro/p5-Astro-Sunrise/work/Astro-Sunrise-0.95/Sunrise.pm
  Can't open /wrkdirs/usr/ports/astro/p5-Astro-Sunrise/work/Astro-Sunrise-0.95/Sunrise.pm: No such file or directory.
  
  With hat:	perl

Modified:
  head/astro/p5-Astro-Sunrise/Makefile

Modified: head/astro/p5-Astro-Sunrise/Makefile
==============================================================================
--- head/astro/p5-Astro-Sunrise/Makefile	Wed Oct 11 19:50:27 2017	(r451790)
+++ head/astro/p5-Astro-Sunrise/Makefile	Wed Oct 11 19:50:32 2017	(r451791)
@@ -18,10 +18,6 @@ BUILD_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime
 
 NO_ARCH=	yes
 USES=		perl5
-USE_PERL5=	configure patch
-
-post-patch:
-	${PERL} -pi -e 's/(qw\(.*)\[1\];/($$1)[1];/; s/\r\n/\n/;' \
-		${WRKSRC}/Sunrise.pm
+USE_PERL5=	configure
 
 .include <bsd.port.mk>



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