svn commit: r381845 - head/textproc/p5-Perl-MinimumVersion
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 21 19:55:42 UTC 2015
Author: sunpoet
Date: Sat Mar 21 19:55:40 2015
New Revision: 381845
URL: https://svnweb.freebsd.org/changeset/ports/381845
QAT: https://qat.redports.org/buildarchive/r381845/
Log:
- Fix *_DEPENDS: version 0.76+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change
With hat: perl
Modified:
head/textproc/p5-Perl-MinimumVersion/Makefile
Modified: head/textproc/p5-Perl-MinimumVersion/Makefile
==============================================================================
--- head/textproc/p5-Perl-MinimumVersion/Makefile Sat Mar 21 19:55:35 2015 (r381844)
+++ head/textproc/p5-Perl-MinimumVersion/Makefile Sat Mar 21 19:55:40 2015 (r381845)
@@ -2,6 +2,7 @@
PORTNAME= Perl-MinimumVersion
PORTVERSION= 1.38
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,8 +18,7 @@ BUILD_DEPENDS= p5-File-Find-Rule>=0:${PO
p5-PPI>=1.215:${PORTSDIR}/textproc/p5-PPI \
p5-PPIx-Regexp>=0.033:${PORTSDIR}/textproc/p5-PPIx-Regexp \
p5-Perl-Critic>=1.10.4:${PORTSDIR}/textproc/p5-Perl-Critic \
- p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util \
- p5-version>=0.76:${PORTSDIR}/devel/p5-version
+ p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script
More information about the svn-ports-all
mailing list