diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-31 07:10:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-31 07:10:14 +0000 |
commit | e1a518cb18be7919bfaca3b2029068b67a571985 (patch) | |
tree | f016c018c46662105713ee6f4789268df726402e /sysutils/p5-MogileFS-Utils | |
parent | 9ea8f48bcd52ec811e9cee52c9be8ca3404ed9c2 (diff) |
- Update to 2.20
- Sort MAN1
Changes: http://search.cpan.org/dist/MogileFS-Utils/Changes
Notes
Notes:
svn path=/head/; revision=278611
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 |