svn commit: r381800 - head/devel/p5-CPAN-Site

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 17:17:20 UTC 2015


Author: sunpoet
Date: Sat Mar 21 17:17:18 2015
New Revision: 381800
URL: https://svnweb.freebsd.org/changeset/ports/381800
QAT: https://qat.redports.org/buildarchive/r381800/

Log:
  - Fix *_DEPENDS: version 0.76+ is already in all supported Perl releases
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/devel/p5-CPAN-Site/Makefile

Modified: head/devel/p5-CPAN-Site/Makefile
==============================================================================
--- head/devel/p5-CPAN-Site/Makefile	Sat Mar 21 17:16:56 2015	(r381799)
+++ head/devel/p5-CPAN-Site/Makefile	Sat Mar 21 17:17:18 2015	(r381800)
@@ -3,7 +3,7 @@
 
 PORTNAME=	CPAN-Site
 PORTVERSION=	1.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -19,17 +19,15 @@ BUILD_DEPENDS=	p5-Archive-Tar>=1.00:${PO
 		p5-CPAN-Checksums>=0:${PORTSDIR}/devel/p5-CPAN-Checksums \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 		p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \
-		p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report \
-		p5-version>=0.76:${PORTSDIR}/devel/p5-version
+		p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report
 RUN_DEPENDS=	p5-Archive-Tar>=1.00:${PORTSDIR}/archivers/p5-Archive-Tar \
 		p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
 		p5-CPAN-Checksums>=0:${PORTSDIR}/devel/p5-CPAN-Checksums \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 		p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \
-		p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report \
-		p5-version>=0.76:${PORTSDIR}/devel/p5-version
+		p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report
 
-USES=	perl5
+USES=		perl5
 USE_PERL5=	configure
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list