Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2015 19:56:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381848 - head/textproc/p5-Text-RecordParser
Message-ID:  <201503211956.t2LJuDj9095573@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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