diff options
author | wen <wen@FreeBSD.org> | 2011-01-10 14:28:19 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-01-10 14:28:19 +0800 |
commit | a78a01e75ae870822db18d4136ef7e5e00753355 (patch) | |
tree | cb9f182fc144452f38663950047d13b6b56ebdc5 /sysutils/p5-MogileFS-Utils | |
parent | 5e3a13d25224fe87ea69d41193fcc359a3418682 (diff) | |
download | freebsd-ports-gnome-a78a01e75ae870822db18d4136ef7e5e00753355.tar.gz freebsd-ports-gnome-a78a01e75ae870822db18d4136ef7e5e00753355.tar.zst freebsd-ports-gnome-a78a01e75ae870822db18d4136ef7e5e00753355.zip |
- Update to 2.19
ChangeLog: http://search.cpan.org/src/DORMANDO/MogileFS-Utils-2.19/Changes
Diffstat (limited to 'sysutils/p5-MogileFS-Utils')
-rw-r--r-- | sysutils/p5-MogileFS-Utils/Makefile | 10 | ||||
-rw-r--r-- | sysutils/p5-MogileFS-Utils/distinfo | 4 | ||||
-rw-r--r-- | sysutils/p5-MogileFS-Utils/pkg-plist | 7 |
3 files changed, 16 insertions, 5 deletions
diff --git a/sysutils/p5-MogileFS-Utils/Makefile b/sysutils/p5-MogileFS-Utils/Makefile index 7c7612fd95b4..9ce508d11e4d 100644 --- a/sysutils/p5-MogileFS-Utils/Makefile +++ b/sysutils/p5-MogileFS-Utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MogileFS-Utils -PORTVERSION= 2.18 +PORTVERSION= 2.19 CATEGORIES= sysutils net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/D/DO/DORMANDO @@ -16,11 +16,15 @@ MAINTAINER= perl@FreeBSD.org COMMENT= MogileFS tools RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ - p5-MogileFS-Client>=1.13:${PORTSDIR}/sysutils/p5-MogileFS-Client + p5-MogileFS-Client>=1.14:${PORTSDIR}/sysutils/p5-MogileFS-Client PERL_CONFIGURE= yes -MAN1= mogadm.1 mogtool.1 +MAN1= mogadm.1 mogtool.1 mogdelete.1 \ + mogfetch.1 mogfiledebug.1 \ + mogfileinfo.1 moglistfids.1 \ + moglistkeys.1 mogstats.1 mogupload.1 + MAN3= MogileFS::Utils.3 .include <bsd.port.pre.mk> diff --git a/sysutils/p5-MogileFS-Utils/distinfo b/sysutils/p5-MogileFS-Utils/distinfo index 132df559de71..d8cbaf113eac 100644 --- a/sysutils/p5-MogileFS-Utils/distinfo +++ b/sysutils/p5-MogileFS-Utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (MogileFS-Utils-2.18.tar.gz) = e738b7e626d7ec4ec500eaa0a2729414d8ba0cf1d0d2cecbdcf03908e235ff4b -SIZE (MogileFS-Utils-2.18.tar.gz) = 31517 +SHA256 (MogileFS-Utils-2.19.tar.gz) = 4988fb49d307fefe809642278b5eb948cc7b96b6e0e2361a94204828f073ec90 +SIZE (MogileFS-Utils-2.19.tar.gz) = 38484 diff --git a/sysutils/p5-MogileFS-Utils/pkg-plist b/sysutils/p5-MogileFS-Utils/pkg-plist index 77e22ec26dd2..fc9fc4c541a0 100644 --- a/sysutils/p5-MogileFS-Utils/pkg-plist +++ b/sysutils/p5-MogileFS-Utils/pkg-plist @@ -1,5 +1,12 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS-Utils/.packlist %%SITE_PERL%%/MogileFS/Utils.pm +bin/mogdelete +bin/mogfetch +bin/mogfiledebug +bin/mogfileinfo +bin/moglistfids +bin/moglistkeys +bin/mogupload bin/mogadm bin/mogstats bin/mogtool |