diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-03-05 20:10:34 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-03-05 20:10:34 +0000 |
commit | c53c357815e0b403d3a629e07d8c4786ff8e1b87 (patch) | |
tree | 70d6126e7d1050b0dcc335a9cea909f4704b3d04 | |
parent | 7708d0ddba85ced644e72ee47a7a9ce406660e42 (diff) | |
download | ports-c53c357815e0b403d3a629e07d8c4786ff8e1b87.tar.gz ports-c53c357815e0b403d3a629e07d8c4786ff8e1b87.zip |
Notes
-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 0842f7c90e27..40859990403e 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 a573189fc097..dec01d61a9ce 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 000000000000..17fff2f3de57 --- /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 36f1022ce616..2fe316151a86 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 43dbcaf94465..218d58fb032c 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 e0a4f1740faf..6f04b5a587e4 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 841a06db0738..d536f235edb8 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 42b59b8dc28e..80c4941b670c 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 000000000000..0137ae45840e --- /dev/null +++ b/sysutils/moosefs-netdump/pkg-plist @@ -0,0 +1,2 @@ +sbin/mfsnetdump +man/man8/mfsnetdump.8.gz |