svn commit: r438233 - head/editors/p5-Padre

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 11 00:47:55 UTC 2017


Author: sunpoet
Date: Tue Apr 11 00:47:54 2017
New Revision: 438233
URL: https://svnweb.freebsd.org/changeset/ports/438233

Log:
  Remove Perl core modules
  
  - Fix version requirement of *_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/editors/p5-Padre/Makefile

Modified: head/editors/p5-Padre/Makefile
==============================================================================
--- head/editors/p5-Padre/Makefile	Tue Apr 11 00:47:49 2017	(r438232)
+++ head/editors/p5-Padre/Makefile	Tue Apr 11 00:47:54 2017	(r438233)
@@ -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:converte
 		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})


More information about the svn-ports-all mailing list