diff options
-rw-r--r-- | sysutils/p5-MogileFS-Server/Makefile | 3 | ||||
-rw-r--r-- | sysutils/p5-MogileFS-Server/distinfo | 4 | ||||
-rw-r--r-- | sysutils/p5-MogileFS-Server/pkg-plist | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/p5-MogileFS-Server/Makefile b/sysutils/p5-MogileFS-Server/Makefile index 2ec9d71214b3..6496c48a0c6f 100644 --- a/sysutils/p5-MogileFS-Server/Makefile +++ b/sysutils/p5-MogileFS-Server/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MogileFS-Server -PORTVERSION= 2.67 +PORTVERSION= 2.68 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DORMANDO @@ -43,6 +43,7 @@ MAN3= MogileFS::Checksum.3 \ MogileFS::IOStatWatcher.3 \ MogileFS::Overview.3 \ MogileFS::ReplicationPolicy.3 \ + MogileFS::ReplicationPolicy::MultipleDevices.3 \ MogileFS::ReplicationPolicy::MultipleHosts.3 \ MogileFS::ReplicationPolicy::Union.3 \ MogileFS::Server.3 \ diff --git a/sysutils/p5-MogileFS-Server/distinfo b/sysutils/p5-MogileFS-Server/distinfo index 3c48d36dab00..305afed81bb3 100644 --- a/sysutils/p5-MogileFS-Server/distinfo +++ b/sysutils/p5-MogileFS-Server/distinfo @@ -1,2 +1,2 @@ -SHA256 (MogileFS-Server-2.67.tar.gz) = 9347f762875ec99b132a096b9ef74237d79fcb1f198372e78b1764d3569071dd -SIZE (MogileFS-Server-2.67.tar.gz) = 181847 +SHA256 (MogileFS-Server-2.68.tar.gz) = 535fb28a3ec40fd6eb7f62712fd19c03544e0c502d8494d789e124f9841da6b1 +SIZE (MogileFS-Server-2.68.tar.gz) = 186022 diff --git a/sysutils/p5-MogileFS-Server/pkg-plist b/sysutils/p5-MogileFS-Server/pkg-plist index 3e0c41f1368a..29e4215063a3 100644 --- a/sysutils/p5-MogileFS-Server/pkg-plist +++ b/sysutils/p5-MogileFS-Server/pkg-plist @@ -26,6 +26,7 @@ bin/mogstored %%SITE_PERL%%/MogileFS/ProcManager.pm %%SITE_PERL%%/MogileFS/Rebalance.pm %%SITE_PERL%%/MogileFS/ReplicationPolicy.pm +%%SITE_PERL%%/MogileFS/ReplicationPolicy/MultipleDevices.pm %%SITE_PERL%%/MogileFS/ReplicationPolicy/MultipleHosts.pm %%SITE_PERL%%/MogileFS/ReplicationPolicy/Union.pm %%SITE_PERL%%/MogileFS/ReplicationRequest.pm |