ports/181745: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Sep 2 09:40:04 UTC 2013


The following reply was made to PR ports/181745; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/181745: commit references a PR
Date: Mon,  2 Sep 2013 09:35:52 +0000 (UTC)

 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>
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list