diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-31 15:10:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-31 15:10:14 +0800 |
commit | 3f509df4d809b69c217cafd6bf9b6f4b56d26fd3 (patch) | |
tree | 8834e0f0fe0ae1d2022581f91e0fcfda54e6321f /sysutils/p5-MogileFS-Utils | |
parent | 67e74f4e8a537bf483bd90166d4857af30c88c2b (diff) | |
download | freebsd-ports-gnome-3f509df4d809b69c217cafd6bf9b6f4b56d26fd3.tar.gz freebsd-ports-gnome-3f509df4d809b69c217cafd6bf9b6f4b56d26fd3.tar.zst freebsd-ports-gnome-3f509df4d809b69c217cafd6bf9b6f4b56d26fd3.zip |
- Update to 2.20
- Sort MAN1
Changes: http://search.cpan.org/dist/MogileFS-Utils/Changes
Diffstat (limited to 'sysutils/p5-MogileFS-Utils')
-rw-r--r-- | sysutils/p5-MogileFS-Utils/Makefile | 25 | ||||
-rw-r--r-- | sysutils/p5-MogileFS-Utils/distinfo | 4 |
2 files changed, 17 insertions, 12 deletions
diff --git a/sysutils/p5-MogileFS-Utils/Makefile b/sysutils/p5-MogileFS-Utils/Makefile index 48c2574f51f4..c9bf486b25b5 100644 --- a/sysutils/p5-MogileFS-Utils/Makefile +++ b/sysutils/p5-MogileFS-Utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MogileFS-Utils -PORTVERSION= 2.19 +PORTVERSION= 2.20 CATEGORIES= sysutils net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DORMANDO @@ -15,22 +15,27 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= MogileFS tools -RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ - p5-MogileFS-Client>=1.14:${PORTSDIR}/sysutils/p5-MogileFS-Client +RUN_DEPENDS= p5-MogileFS-Client>=1.14:${PORTSDIR}/sysutils/p5-MogileFS-Client \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes -MAN1= mogadm.1 mogtool.1 mogdelete.1 \ - mogfetch.1 mogfiledebug.1 \ - mogfileinfo.1 moglistfids.1 \ - moglistkeys.1 mogstats.1 mogupload.1 - +MAN1= mogadm.1 \ + mogdelete.1 \ + mogfetch.1 \ + mogfiledebug.1 \ + mogfileinfo.1 \ + moglistfids.1 \ + moglistkeys.1 \ + mogstats.1 \ + mogtool.1 \ + mogupload.1 MAN3= MogileFS::Utils.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress +.if ${PERL_LEVEL} < 501000 +RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress .endif .include <bsd.port.post.mk> diff --git a/sysutils/p5-MogileFS-Utils/distinfo b/sysutils/p5-MogileFS-Utils/distinfo index d8cbaf113eac..f4e3ff1153cf 100644 --- a/sysutils/p5-MogileFS-Utils/distinfo +++ b/sysutils/p5-MogileFS-Utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (MogileFS-Utils-2.19.tar.gz) = 4988fb49d307fefe809642278b5eb948cc7b96b6e0e2361a94204828f073ec90 -SIZE (MogileFS-Utils-2.19.tar.gz) = 38484 +SHA256 (MogileFS-Utils-2.20.tar.gz) = e4b704f150d4901b20265e62e006abcf78ae9a4854ec604b607fbf04a8f2d027 +SIZE (MogileFS-Utils-2.20.tar.gz) = 38524 |