svn commit: r419480 - head/sysutils/moosefs3-master
Mark Felder
feld at FreeBSD.org
Tue Aug 2 15:23:24 UTC 2016
Author: feld
Date: Tue Aug 2 15:23:22 2016
New Revision: 419480
URL: https://svnweb.freebsd.org/changeset/ports/419480
Log:
sysutils/moosefs3-master: Update to 3.0.81
- Pet PORTLINT as well
Changelog:
* MooseFS 3.0.81-1 (2016-07-25)
- (mount) fixed oom killer disabling (setting oom_adj and oom_score_adj)
- (cli) fixed displaying inactive mounts
- (mount) added fsync before removing any locks
- (daemons) added disabling oom killer (Linux only)
- (all) small fixes in manpages
- (mount) fixed handling nonblocking lock commands (unlock and try) in both locking mechanisms
- (daemons+mount) changed default settings for limiting malloc arenas (Linux only)
PR: 211527
Modified:
head/sysutils/moosefs3-master/Makefile
head/sysutils/moosefs3-master/distinfo
Modified: head/sysutils/moosefs3-master/Makefile
==============================================================================
--- head/sysutils/moosefs3-master/Makefile Tue Aug 2 13:33:38 2016 (r419479)
+++ head/sysutils/moosefs3-master/Makefile Tue Aug 2 15:23:22 2016 (r419480)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= moosefs3
-PORTVERSION= 3.0.80
+PORTVERSION= 3.0.81
CATEGORIES= sysutils
MASTER_SITES= http://ppa.moosefs.com/src/
PKGNAMESUFFIX?= -master
@@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --localstatedir=${MFS_W
--with-default-user=${MFS_USER} \
--with-default-group=${MFS_GROUP}
-CONFLICTS= moosefs2-${MFS_COMPONENT}-*
+CONFLICTS= moosefs2-${MFS_COMPONENT}-*
.if ${MFS_COMPONENT} == cgi
MFS_CGIDIR= ${PREFIX}/share/mfscgi
Modified: head/sysutils/moosefs3-master/distinfo
==============================================================================
--- head/sysutils/moosefs3-master/distinfo Tue Aug 2 13:33:38 2016 (r419479)
+++ head/sysutils/moosefs3-master/distinfo Tue Aug 2 15:23:22 2016 (r419480)
@@ -1,2 +1,2 @@
-SHA256 (moosefs-3.0.80-1.tar.gz) = f1a7fea882d44af71f4b09e04df4683cd4ee064e9b0a2ad32116263e60c7b4e7
-SIZE (moosefs-3.0.80-1.tar.gz) = 1097759
+SHA256 (moosefs-3.0.81-1.tar.gz) = 435a49565b60b1443a71a69d608ed02c7c3079058e528ecf7c8609f545004f9b
+SIZE (moosefs-3.0.81-1.tar.gz) = 1099179
More information about the svn-ports-head
mailing list