diff options
author | feld <feld@FreeBSD.org> | 2016-03-06 04:10:34 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-03-06 04:10:34 +0800 |
commit | 2abb1469fa942b390b77fcc00234e633d9670dbe (patch) | |
tree | 70d6126e7d1050b0dcc335a9cea909f4704b3d04 /sysutils | |
parent | 7ad04034042b94b7f99d11d5e684a5761c0919b3 (diff) | |
download | freebsd-ports-graphics-2abb1469fa942b390b77fcc00234e633d9670dbe.tar.gz freebsd-ports-graphics-2abb1469fa942b390b77fcc00234e633d9670dbe.tar.zst freebsd-ports-graphics-2abb1469fa942b390b77fcc00234e633d9670dbe.zip |
sysutils/moosefs-*: Update to 2.0.88
Recent changes since MooseFS 2.0.84:
* MooseFS 2.0.88-1 (2016-03-02)
- (master) added METADATA_SAVE_FREQ option (allow to save metadata less frequently than every hour)
* MooseFS 2.0.87-1 (2016-02-23)
- (master) fixed status returned by writechunk after network down/up
* MooseFS 2.0.86-1 (2016-02-22)
- (master) fixed initialization of ATIME_MODE
* MooseFS 2.0.85-1 (2016-02-11)
- (master) added ATIME_MODE option to set atime modification behaviour
- (master) added using size and length quota to fix disk usage values (statfs)
- (all) changed address of FSF in GPL licence text
- (debian) removed obsolete conffiles
- (debian) fixed copyright file
- (mount) fixed parsing mfsmount.cfg (system options like nodev,noexec etc. were ommited)
- (tools) removed obsoleted command 'mfssnapshot'
PR: 207703, 207704, 207706, 207707, 207708
Approved by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/moosefs-chunkserver/pkg-plist | 1 | ||||
-rw-r--r-- | sysutils/moosefs-cli/Makefile | 2 | ||||
-rw-r--r-- | sysutils/moosefs-cli/pkg-plist | 2 | ||||
-rw-r--r-- | sysutils/moosefs-client/pkg-plist | 1 | ||||
-rw-r--r-- | sysutils/moosefs-master/Makefile | 2 | ||||
-rw-r--r-- | sysutils/moosefs-master/distinfo | 4 | ||||
-rw-r--r-- | sysutils/moosefs-master/pkg-plist | 1 | ||||
-rw-r--r-- | sysutils/moosefs-netdump/Makefile | 3 | ||||
-rw-r--r-- | sysutils/moosefs-netdump/pkg-plist | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/moosefs-chunkserver/pkg-plist b/sysutils/moosefs-chunkserver/pkg-plist index 0842f7c90e2..40859990403 100644 --- a/sysutils/moosefs-chunkserver/pkg-plist +++ b/sysutils/moosefs-chunkserver/pkg-plist @@ -5,6 +5,7 @@ sbin/mfschunktool man/man5/mfschunkserver.cfg.5.gz man/man5/mfshdd.cfg.5.gz man/man8/mfschunkserver.8.gz +man/man8/mfschunktool.8.gz @owner mfs @group mfs @dir %%MFS_WORKDIR%%/mfs diff --git a/sysutils/moosefs-cli/Makefile b/sysutils/moosefs-cli/Makefile index a573189fc09..dec01d61a9c 100644 --- a/sysutils/moosefs-cli/Makefile +++ b/sysutils/moosefs-cli/Makefile @@ -11,6 +11,4 @@ MFS_COMPONENT= cli MASTERDIR= ${.CURDIR}/../moosefs-master -PLIST_FILES= bin/mfscli - .include "${MASTERDIR}/Makefile" diff --git a/sysutils/moosefs-cli/pkg-plist b/sysutils/moosefs-cli/pkg-plist new file mode 100644 index 00000000000..17fff2f3de5 --- /dev/null +++ b/sysutils/moosefs-cli/pkg-plist @@ -0,0 +1,2 @@ +bin/mfscli +man/man1/mfscli.1.gz diff --git a/sysutils/moosefs-client/pkg-plist b/sysutils/moosefs-client/pkg-plist index 36f1022ce61..2fe316151a8 100644 --- a/sysutils/moosefs-client/pkg-plist +++ b/sysutils/moosefs-client/pkg-plist @@ -19,7 +19,6 @@ bin/mfsgetquota bin/mfssetquota bin/mfsdelquota bin/mfsfilepaths -bin/mfssnapshot bin/mfsmount bin/mfstools @sample etc/mfs/mfsmount.cfg.sample diff --git a/sysutils/moosefs-master/Makefile b/sysutils/moosefs-master/Makefile index 43dbcaf9446..218d58fb032 100644 --- a/sysutils/moosefs-master/Makefile +++ b/sysutils/moosefs-master/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs -PORTVERSION= 2.0.84 +PORTVERSION= 2.0.88 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master diff --git a/sysutils/moosefs-master/distinfo b/sysutils/moosefs-master/distinfo index e0a4f1740fa..6f04b5a587e 100644 --- a/sysutils/moosefs-master/distinfo +++ b/sysutils/moosefs-master/distinfo @@ -1,2 +1,2 @@ -SHA256 (moosefs-2.0.84-1.tar.gz) = f900fedd237dbaa7113125a53815fe9f9ecb689498cb6e0f74d23f49584b6e18 -SIZE (moosefs-2.0.84-1.tar.gz) = 964997 +SHA256 (moosefs-2.0.88-1.tar.gz) = 967d416b5df794aa384c13b4bcef67b2b0686face8a02d0e4a0ac3a42286b6e5 +SIZE (moosefs-2.0.88-1.tar.gz) = 968842 diff --git a/sysutils/moosefs-master/pkg-plist b/sysutils/moosefs-master/pkg-plist index 841a06db073..d536f235edb 100644 --- a/sysutils/moosefs-master/pkg-plist +++ b/sysutils/moosefs-master/pkg-plist @@ -8,6 +8,7 @@ man/man5/mfsexports.cfg.5.gz man/man5/mfsmaster.cfg.5.gz man/man5/mfstopology.cfg.5.gz man/man8/mfsmaster.8.gz +man/man8/mfsmetadump.8.gz man/man8/mfsmetarestore.8.gz @owner mfs @group mfs diff --git a/sysutils/moosefs-netdump/Makefile b/sysutils/moosefs-netdump/Makefile index 42b59b8dc28..80c4941b670 100644 --- a/sysutils/moosefs-netdump/Makefile +++ b/sysutils/moosefs-netdump/Makefile @@ -11,7 +11,4 @@ MFS_COMPONENT= netdump MASTERDIR= ${.CURDIR}/../moosefs-master -PLIST_FILES= sbin/mfsnetdump \ - man/man8/mfsnetdump.8.gz - .include "${MASTERDIR}/Makefile" diff --git a/sysutils/moosefs-netdump/pkg-plist b/sysutils/moosefs-netdump/pkg-plist new file mode 100644 index 00000000000..0137ae45840 --- /dev/null +++ b/sysutils/moosefs-netdump/pkg-plist @@ -0,0 +1,2 @@ +sbin/mfsnetdump +man/man8/mfsnetdump.8.gz |