diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-30 23:37:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-30 23:37:40 +0800 |
commit | 32cab6fbfd46e5266cf571cf3df2c34e7f157f01 (patch) | |
tree | 8d2e2f40fb04bb56464e91713d13c55eae2e9862 | |
parent | 6146ebc26dade35114c37fd555ad0ad7ef65bd27 (diff) | |
download | freebsd-ports-gnome-32cab6fbfd46e5266cf571cf3df2c34e7f157f01.tar.gz freebsd-ports-gnome-32cab6fbfd46e5266cf571cf3df2c34e7f157f01.tar.zst freebsd-ports-gnome-32cab6fbfd46e5266cf571cf3df2c34e7f157f01.zip |
- Update to 0.30
Changes: http://search.cpan.org/dist/App-perlbrew/Changes
PR: ports/161684
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 15 days)
-rw-r--r-- | devel/p5-perlbrew/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-perlbrew/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/devel/p5-perlbrew/Makefile b/devel/p5-perlbrew/Makefile index fd93ed247372..06ba993a8e18 100644 --- a/devel/p5-perlbrew/Makefile +++ b/devel/p5-perlbrew/Makefile @@ -6,7 +6,7 @@ # PORTNAME= perlbrew -PORTVERSION= 0.29 +PORTVERSION= 0.30 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GUGOD @@ -16,8 +16,12 @@ DISTNAME= App-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@c0decafe.net COMMENT= Perl Environment manager -BUILD_DEPENDS= p5-File-Path-Tiny>=0:${PORTSDIR}/devel/p5-File-Path-Tiny -RUN_DEPENDS= p5-File-Path-Tiny>=0:${PORTSDIR}/devel/p5-File-Path-Tiny +BUILD_DEPENDS= p5-File-Path-Tiny>=0.1:${PORTSDIR}/devel/p5-File-Path-Tiny \ + p5-Text-Levenshtein>=0.04:${PORTSDIR}/devel/p5-Text-Levenshtein \ + p5-local-lib>=1:${PORTSDIR}/devel/p5-local-lib +RUN_DEPENDS= p5-File-Path-Tiny>=0.1:${PORTSDIR}/devel/p5-File-Path-Tiny \ + p5-Text-Levenshtein>=0.04:${PORTSDIR}/devel/p5-Text-Levenshtein \ + p5-local-lib>=1:${PORTSDIR}/devel/p5-local-lib TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ diff --git a/devel/p5-perlbrew/distinfo b/devel/p5-perlbrew/distinfo index e35af5c7e2df..99a44b419612 100644 --- a/devel/p5-perlbrew/distinfo +++ b/devel/p5-perlbrew/distinfo @@ -1,2 +1,2 @@ -SHA256 (App-perlbrew-0.29.tar.gz) = c78de2c9720a9466c10dd776524f13a25fe2a80f401fc63bd3049ec26287b26d -SIZE (App-perlbrew-0.29.tar.gz) = 55840 +SHA256 (App-perlbrew-0.30.tar.gz) = a46bdb49bcb600edd589de8ba5cf5f4edce0bc6447837f5a0ca00657208a7182 +SIZE (App-perlbrew-0.30.tar.gz) = 60680 |