aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-03-22 03:56:12 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-03-22 03:56:12 +0800
commit8ba36f22f120e581d69823e1ea3938b608d0305a (patch)
treea5cbe60c47e35e6b03b0305a9df4b5908e384aca /textproc
parent6aedad7a9d422b08566c893016ea23675c26f1b0 (diff)
downloadfreebsd-ports-gnome-8ba36f22f120e581d69823e1ea3938b608d0305a.tar.gz
freebsd-ports-gnome-8ba36f22f120e581d69823e1ea3938b608d0305a.tar.zst
freebsd-ports-gnome-8ba36f22f120e581d69823e1ea3938b608d0305a.zip
- Fix *_DEPENDS: version is already in all supported Perl releases
- Bump PORTREVISION for dependency change With hat: perl
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-RecordParser/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile
index 7fa80126cc37..fb8593f4d2e6 100644
--- a/textproc/p5-Text-RecordParser/Makefile
+++ b/textproc/p5-Text-RecordParser/Makefile
@@ -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:${PORTSDIR}/devel/p5-Class-Accessor \
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