Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 09:40:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/181745: commit references a PR
Message-ID:  <201309020940.r829e3gX097786@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/181745; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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