aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
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}