aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-23 23:48:32 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-23 23:48:32 +0800
commitd7aba4de4b2bfd25362216a44a697858f5142657 (patch)
tree7e3b5b810d25e0086ff05fe69ffa2676af47d075 /textproc
parenta438bf6aff3b30a3425b37387a5e65854a8b0af5 (diff)
downloadfreebsd-ports-gnome-d7aba4de4b2bfd25362216a44a697858f5142657.tar.gz
freebsd-ports-gnome-d7aba4de4b2bfd25362216a44a697858f5142657.tar.zst
freebsd-ports-gnome-d7aba4de4b2bfd25362216a44a697858f5142657.zip
- Remove p5-IO: newer versions are included in all support Perl releases
PR: ports/184192 Submitted by: pluknet
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-ElasticSearch/Makefile3
-rw-r--r--textproc/p5-Text-CSV-Encoded/Makefile4
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-ElasticSearch/Makefile b/textproc/p5-ElasticSearch/Makefile
index 880f7dfe607e..10f6984f29ba 100644
--- a/textproc/p5-ElasticSearch/Makefile
+++ b/textproc/p5-ElasticSearch/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ElasticSearch
PORTVERSION= 0.65
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/
PKGNAMEPREFIX= p5-
@@ -24,7 +24,6 @@ RUN_DEPENDS:= p5-ElasticSearch-SearchBuilder>=0:${PORTSDIR}/textproc/p5-ElasticS
p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \
- p5-IO>=0:${PORTSDIR}/devel/p5-IO \
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
diff --git a/textproc/p5-Text-CSV-Encoded/Makefile b/textproc/p5-Text-CSV-Encoded/Makefile
index e75ad5c1c875..4f94a5b18259 100644
--- a/textproc/p5-Text-CSV-Encoded/Makefile
+++ b/textproc/p5-Text-CSV-Encoded/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Text-CSV-Encoded
PORTVERSION= 0.10
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,8 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= dereckson@gmail.com
COMMENT= Perl module for Encoding aware CVS files parsing
-BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO \
- p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
+BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Harness>=0:${PORTSDIR}/devel/p5-Test-Harness \
p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV
RUN_DEPENDS:= ${BUILD_DEPENDS}