diff options
author | lth <lth@FreeBSD.org> | 2008-10-13 22:27:02 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2008-10-13 22:27:02 +0800 |
commit | 10e40fe11d85af395d97afe69800dbf2d950b579 (patch) | |
tree | df9c0bf2025ae4664485793659698d017e21c680 | |
parent | 9ab2128e7bfd4cb9edb9dd3692ce3ebcb3223b31 (diff) | |
download | freebsd-ports-gnome-10e40fe11d85af395d97afe69800dbf2d950b579.tar.gz freebsd-ports-gnome-10e40fe11d85af395d97afe69800dbf2d950b579.tar.zst freebsd-ports-gnome-10e40fe11d85af395d97afe69800dbf2d950b579.zip |
Update to 1.19
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index 8ce0873ff3af..2cb3cc4f753f 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Perl-MinimumVersion -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Find a minimum required version of perl for Perl code -RUN_DEPENDS= p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \ - p5-PPI>=1.118:${PORTSDIR}/textproc/p5-PPI \ - p5-Params-Util>=0.06:${PORTSDIR}/devel/p5-Params-Util \ +RUN_DEPENDS= p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \ + p5-File-Find-Rule-Perl>=1.04:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \ + p5-PPI>=1.201:${PORTSDIR}/textproc/p5-PPI \ + p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util \ p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-version>=0.72.03:${PORTSDIR}/devel/p5-version + p5-version>=0.76:${PORTSDIR}/devel/p5-version BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.8.1+ diff --git a/textproc/p5-Perl-MinimumVersion/distinfo b/textproc/p5-Perl-MinimumVersion/distinfo index 4f7e66b73b8b..b386acb3296a 100644 --- a/textproc/p5-Perl-MinimumVersion/distinfo +++ b/textproc/p5-Perl-MinimumVersion/distinfo @@ -1,3 +1,3 @@ -MD5 (Perl-MinimumVersion-1.18.tar.gz) = e159a53f2657ca1bf3a8aa841e6fd09c -SHA256 (Perl-MinimumVersion-1.18.tar.gz) = 1528889a4d64a9ec0ccf0c075e063080f5f9282f860fe83f5240dcc7869dacc8 -SIZE (Perl-MinimumVersion-1.18.tar.gz) = 31417 +MD5 (Perl-MinimumVersion-1.19.tar.gz) = dfce4d3fbb12bc6a23fdaf78b1195a3f +SHA256 (Perl-MinimumVersion-1.19.tar.gz) = 0065b25b56b0faf3f1e4b1ee00fa734ccae1fbd7cb49a0a2a8d0dce279f7d2c1 +SIZE (Perl-MinimumVersion-1.19.tar.gz) = 31623 |