svn commit: r325958 - in head/textproc/p5-Text-RecordParser: . files
Lars Thegler
lth at FreeBSD.org
Mon Sep 2 09:35:45 UTC 2013
Author: lth
Date: Mon Sep 2 09:35:45 2013
New Revision: 325958
URL: http://svnweb.freebsd.org/changeset/ports/325958
Log:
- fix broken patch [1]
- workaround for bug in distribution
PR: ports/181745
Submitted by: Kurt Jaeger <fbsd-ports at opsec.eu>
Deleted:
head/textproc/p5-Text-RecordParser/files/
Modified:
head/textproc/p5-Text-RecordParser/Makefile
Modified: head/textproc/p5-Text-RecordParser/Makefile
==============================================================================
--- head/textproc/p5-Text-RecordParser/Makefile Mon Sep 2 09:34:04 2013 (r325957)
+++ head/textproc/p5-Text-RecordParser/Makefile Mon Sep 2 09:35:45 2013 (r325958)
@@ -2,6 +2,7 @@
PORTNAME= Text-RecordParser
PORTVERSION= 1.6.3
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -30,4 +31,8 @@ MAN3= Text::RecordParser.3 \
Text::RecordParser::Tab.3 \
Text::RecordParser::Object.3
+post-extract:
+ # workaround for https://rt.cpan.org/Public/Bug/Display.html?id=87855
+ ${CHMOD} +w ${WRKSRC}/README.md
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list