summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-04-11 00:47:54 +0000
committersunpoet <sunpoet@FreeBSD.org>2017-04-11 00:47:54 +0000
commit2744e0f73d424aab3baa8c0b07453ff3cc9cac79 (patch)
tree373dfae926e0474300c2cee080f12c17a84dd228
parentb7021ca9fcd236ec52f49b88232852462889836a (diff)
downloadFreeBSD-ports-2744e0f73d424aab3baa8c0b07453ff3cc9cac79.zip
FreeBSD-ports-2744e0f73d424aab3baa8c0b07453ff3cc9cac79.tar.gz
Remove Perl core modules
- Fix version requirement of *_DEPENDS - Bump PORTREVISION for dependency change
-rw-r--r--editors/p5-Padre/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile
index 39de6d5..b4c5a7e 100644
--- a/editors/p5-Padre/Makefile
+++ b/editors/p5-Padre/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Padre
PORTVERSION= 1.00
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= editors perl5
MASTER_SITES= CPAN/${PORTNAME}/ CPAN/Wx/:wxsc
PKGNAMEPREFIX= p5-
@@ -27,14 +27,12 @@ BUILD_DEPENDS= p5-JSON-XS>=2.29:converters/p5-JSON-XS \
p5-Class-Adapter>=1.05:devel/p5-Class-Adapter \
p5-Class-Inspector>=1.22:devel/p5-Class-Inspector \
p5-Class-XSAccessor>=1.13:devel/p5-Class-XSAccessor \
- p5-Data-Dumper>=2.101:devel/p5-Data-Dumper \
p5-Debug-Client>=0.20:devel/p5-Debug-Client \
p5-Devel-Dumpvar>=0.04:devel/p5-Devel-Dumpvar \
p5-Devel-Refactor>=0.05:devel/p5-Devel-Refactor \
p5-File-Copy-Recursive>=0.37:devel/p5-File-Copy-Recursive \
p5-File-Find-Rule>=0.30:devel/p5-File-Find-Rule \
p5-File-HomeDir>=0.84:devel/p5-File-HomeDir \
- p5-File-Path>=2.08:devel/p5-File-Path \
p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \
p5-IO-stringy>=2.110:devel/p5-IO-stringy \
p5-IPC-Run>=0.83:devel/p5-IPC-Run \
@@ -91,8 +89,8 @@ WXSC_DISTFILE= ${WXSC_DISTNAME}.tar.gz
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 502100
-BUILD_DEPENDS+= p5-CGI>0:www/p5-CGI
-RUN_DEPENDS+= p5-CGI>0:www/p5-CGI
+BUILD_DEPENDS+= p5-CGI>=3.47:www/p5-CGI
+RUN_DEPENDS+= p5-CGI>=3.47:www/p5-CGI
.endif
.if exists(${PERL})
OpenPOWER on IntegriCloud