diff options
author | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2019-01-21 09:12:16 +0000 |
---|---|---|
committer | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2019-01-21 09:12:16 +0000 |
commit | dd92b999cd150268122a7f6faa07dc893ccda634 (patch) | |
tree | ce41fb45ab3f6e9476b2920b3bc90234640295d7 /sysutils/moosefs3-master | |
parent | 2fed156f705f61fac7ce8f60343a1c89ffad3143 (diff) |
sysutils/moosefs3-master: Update to 3.0.103
The master port will upgrade all the moosefs3-* related ports as well.
Changelog available in the PR.
PR: 235028
Submitted by: maintaner
Notes
Notes:
svn path=/head/; revision=490839
Diffstat (limited to 'sysutils/moosefs3-master')
-rw-r--r-- | sysutils/moosefs3-master/Makefile | 5 | ||||
-rw-r--r-- | sysutils/moosefs3-master/distinfo | 6 | ||||
-rw-r--r-- | sysutils/moosefs3-master/pkg-plist | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/moosefs3-master/Makefile b/sysutils/moosefs3-master/Makefile index b814b8583977..b2b3cfdbb4b0 100644 --- a/sysutils/moosefs3-master/Makefile +++ b/sysutils/moosefs3-master/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs3 -PORTVERSION= 3.0.101 +PORTVERSION= 3.0.103 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master @@ -74,7 +74,8 @@ CONFIGURE_ARGS+= --disable-mfscli .endif .if ${MFS_COMPONENT} == client -USES= fuse pkgconfig +USES= fuse pkgconfig libtool +USE_LDCONFIG= yes CONFIGURE_ARGS+= --enable-mfsmount .else CONFIGURE_ARGS+= --disable-mfsmount diff --git a/sysutils/moosefs3-master/distinfo b/sysutils/moosefs3-master/distinfo index 100391ebffb6..282bc41eebfe 100644 --- a/sysutils/moosefs3-master/distinfo +++ b/sysutils/moosefs3-master/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532378658 -SHA256 (moosefs-3.0.101-1.tar.gz) = f1dbf1d24f701d980631b0d394a3c951e7f45bcc3eff0c038e0ec4b23c746175 -SIZE (moosefs-3.0.101-1.tar.gz) = 1125156 +TIMESTAMP = 1547722128 +SHA256 (moosefs-3.0.103-1.tar.gz) = d8dc9fb7fb72b6f6991e422cbd32320811fa40207c5ced14aebb0ad89dd6af43 +SIZE (moosefs-3.0.103-1.tar.gz) = 1162613 diff --git a/sysutils/moosefs3-master/pkg-plist b/sysutils/moosefs3-master/pkg-plist index b57f54215fc8..0318030c05d6 100644 --- a/sysutils/moosefs3-master/pkg-plist +++ b/sysutils/moosefs3-master/pkg-plist @@ -3,6 +3,7 @@ @sample etc/mfs/mfstopology.cfg.sample sbin/mfsmaster sbin/mfsmetadump +sbin/mfsmetadirinfo sbin/mfsmetarestore sbin/mfsstatsdump man/man5/mfsexports.cfg.5.gz @@ -11,6 +12,7 @@ man/man5/mfstopology.cfg.5.gz man/man8/mfsmaster.8.gz man/man8/mfsmetarestore.8.gz man/man8/mfsmetadump.8.gz +man/man8/mfsmetadirinfo.8.gz man/man8/mfsstatsdump.8.gz @owner mfs @group mfs |