svn commit: r451791 - head/astro/p5-Astro-Sunrise
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Oct 11 19:50:34 UTC 2017
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>
More information about the svn-ports-head
mailing list