Date: Sat, 6 May 2017 13:54:46 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440262 - in head/sysutils: moosefs3-client moosefs3-master Message-ID: <201705061354.v46DskRm076054@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Sat May 6 13:54:45 2017 New Revision: 440262 URL: https://svnweb.freebsd.org/changeset/ports/440262 Log: update sysutils/moosefs3-* to 3.0.92 * MooseFS 3.0.92-1 (2017-04-27) - (master+tools) added chunk slices to mfsappendchunks - (tools) added archive mode tools - (master+mount) fixed getfacl (unnecessary check for read rights for uid/gid) - (master) fixed changing acl mask during setattr PR: 219087 Submitted by: freebsd@moosefs.com (maintainer) Modified: head/sysutils/moosefs3-client/pkg-plist head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo Modified: head/sysutils/moosefs3-client/pkg-plist ============================================================================== --- head/sysutils/moosefs3-client/pkg-plist Sat May 6 13:11:46 2017 (r440261) +++ head/sysutils/moosefs3-client/pkg-plist Sat May 6 13:54:45 2017 (r440262) @@ -30,6 +30,9 @@ bin/mfsgetquota bin/mfssetquota bin/mfsdelquota bin/mfscopyquota +bin/mfschkarchive +bin/mfsclrarchive +bin/mfssetarchive bin/mfsfilepaths bin/mfsscadmin bin/mfstools @@ -63,11 +66,15 @@ man/man1/mfsgetquota.1.gz man/man1/mfssetquota.1.gz man/man1/mfsdelquota.1.gz man/man1/mfscopyquota.1.gz +man/man1/mfschkarchive.1.gz +man/man1/mfsclrarchive.1.gz +man/man1/mfssetarchive.1.gz man/man1/mfsfilepaths.1.gz man/man1/mfsgoal.1.gz man/man1/mfstrashtime.1.gz man/man1/mfseattr.1.gz man/man1/mfsquota.1.gz +man/man1/mfsarchive.1.gz man/man1/mfssnapshots.1.gz man/man1/mfsdiagtools.1.gz man/man1/mfssclass.1.gz Modified: head/sysutils/moosefs3-master/Makefile ============================================================================== --- head/sysutils/moosefs3-master/Makefile Sat May 6 13:11:46 2017 (r440261) +++ head/sysutils/moosefs3-master/Makefile Sat May 6 13:54:45 2017 (r440262) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs3 -PORTVERSION= 3.0.91 +PORTVERSION= 3.0.92 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master Modified: head/sysutils/moosefs3-master/distinfo ============================================================================== --- head/sysutils/moosefs3-master/distinfo Sat May 6 13:11:46 2017 (r440261) +++ head/sysutils/moosefs3-master/distinfo Sat May 6 13:54:45 2017 (r440262) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491694616 -SHA256 (moosefs-3.0.91-1.tar.gz) = 40fe30fb87eb396df3dfa5d54bb7737a5c75449bffc3b384d4ad7333a51fa519 -SIZE (moosefs-3.0.91-1.tar.gz) = 1110532 +TIMESTAMP = 1493924147 +SHA256 (moosefs-3.0.92-1.tar.gz) = 4a80170797cdd4afe4cf84601440e49d5e3ba879926d9525dbbedf5c5e6d8c85 +SIZE (moosefs-3.0.92-1.tar.gz) = 1113254
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705061354.v46DskRm076054>