diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-10-16 08:36:28 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-10-16 08:36:28 +0000 |
commit | f64bd6119ad1d874acef16c415dd221f06d6e44e (patch) | |
tree | da6fcd15b40c59589ae2b8d4f5c4e433feb07c15 /sysutils/p5-MogileFS-Utils | |
parent | e3cd2b77e10f7a7b5fb4db2d062626284580d977 (diff) | |
download | ports-f64bd6119ad1d874acef16c415dd221f06d6e44e.tar.gz ports-f64bd6119ad1d874acef16c415dd221f06d6e44e.zip |
Notes
Diffstat (limited to 'sysutils/p5-MogileFS-Utils')
-rw-r--r-- | sysutils/p5-MogileFS-Utils/Makefile | 3 | ||||
-rw-r--r-- | sysutils/p5-MogileFS-Utils/distinfo | 6 | ||||
-rw-r--r-- | sysutils/p5-MogileFS-Utils/pkg-plist | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/p5-MogileFS-Utils/Makefile b/sysutils/p5-MogileFS-Utils/Makefile index 459f98d86f95..40b72e5215ca 100644 --- a/sysutils/p5-MogileFS-Utils/Makefile +++ b/sysutils/p5-MogileFS-Utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MogileFS-Utils -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= sysutils net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ @@ -21,5 +21,6 @@ RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ PERL_CONFIGURE= yes MAN1= mogadm.1 mogtool.1 +MAN3= MogileFS::Utils.3 .include <bsd.port.mk> diff --git a/sysutils/p5-MogileFS-Utils/distinfo b/sysutils/p5-MogileFS-Utils/distinfo index a59955718cea..d0fbe7a2f4c1 100644 --- a/sysutils/p5-MogileFS-Utils/distinfo +++ b/sysutils/p5-MogileFS-Utils/distinfo @@ -1,3 +1,3 @@ -MD5 (MogileFS-Utils-2.11.tar.gz) = aaff04be73e4b68fd5bb3fc2d85d2f23 -SHA256 (MogileFS-Utils-2.11.tar.gz) = 9dc47a6cb45a6b172b7ad419886b2de8ffc6ade25241d3e230f57a99ca274464 -SIZE (MogileFS-Utils-2.11.tar.gz) = 24105 +MD5 (MogileFS-Utils-2.12.tar.gz) = 69d2160ee6394efa63542eb4b5bb8c32 +SHA256 (MogileFS-Utils-2.12.tar.gz) = 54e4e94de7852f3109be7e551b324eb23a92b61e0c9fcd7fb942e818619f5475 +SIZE (MogileFS-Utils-2.12.tar.gz) = 26488 diff --git a/sysutils/p5-MogileFS-Utils/pkg-plist b/sysutils/p5-MogileFS-Utils/pkg-plist index 2f10397cb763..d7c751d3c59d 100644 --- a/sysutils/p5-MogileFS-Utils/pkg-plist +++ b/sysutils/p5-MogileFS-Utils/pkg-plist @@ -1,5 +1,7 @@ @comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS-Utils/.packlist +%%SITE_PERL%%/MogileFS/Utils.pm bin/mogadm bin/mogtool @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS-Utils +@dirrmtry %%SITE_PERL%%/MogileFS |