svn commit: r381848 - head/textproc/p5-Text-RecordParser

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 19:56:14 UTC 2015


Author: sunpoet
Date: Sat Mar 21 19:56:12 2015
New Revision: 381848
URL: https://svnweb.freebsd.org/changeset/ports/381848
QAT: https://qat.redports.org/buildarchive/r381848/

Log:
  - Fix *_DEPENDS: version is already in all supported Perl releases
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/textproc/p5-Text-RecordParser/Makefile

Modified: head/textproc/p5-Text-RecordParser/Makefile
==============================================================================
--- head/textproc/p5-Text-RecordParser/Makefile	Sat Mar 21 19:55:50 2015	(r381847)
+++ head/textproc/p5-Text-RecordParser/Makefile	Sat Mar 21 19:56:12 2015	(r381848)
@@ -2,7 +2,7 @@
 
 PORTNAME=	Text-RecordParser
 PORTVERSION=	1.6.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -20,8 +20,7 @@ BUILD_DEPENDS=	p5-Class-Accessor>=0:${PO
 		p5-Pod-Readme>=0:${PORTSDIR}/textproc/p5-Pod-Readme \
 		p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
 		p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat \
-		p5-Text-TabularDisplay>=0:${PORTSDIR}/textproc/p5-Text-TabularDisplay \
-		p5-version>=0:${PORTSDIR}/devel/p5-version
+		p5-Text-TabularDisplay>=0:${PORTSDIR}/textproc/p5-Text-TabularDisplay
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 


More information about the svn-ports-head mailing list