From owner-svn-ports-head@freebsd.org Fri Mar 31 14:36:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45624D27BFE; Fri, 31 Mar 2017 14:36:08 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2A2DFBF; Fri, 31 Mar 2017 14:36:07 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VEa7nc094778; Fri, 31 Mar 2017 14:36:07 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VEa7NU094776; Fri, 31 Mar 2017 14:36:07 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201703311436.v2VEa7NU094776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 31 Mar 2017 14:36:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437361 - head/sysutils/moosefs3-master X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 14:36:08 -0000 Author: lifanov Date: Fri Mar 31 14:36:06 2017 New Revision: 437361 URL: https://svnweb.freebsd.org/changeset/ports/437361 Log: update sysutils/moosefs3-master to 3.0.90 Recent changes since MooseFS 3.0.88: * MooseFS 3.0.90-1 (2017-03-15) - (master) fixed 'move/rename' with quota - (master) fixed chunk counters shown in cli/cgi - (master+tools) added option 'preserve hardlinks' to mfsmakesnapshot - (master) fixed acl copying during mfsmakesnapshot * MooseFS 3.0.89-1 (2017-02-21) - (mount) added fixing file length in all inodes after write - (cs) split bitfiled into separate bytes (fixed potential race condition) - (master) setting operation to NONE before sending status (silence unnecessary messages in some cases) - (cs) increased verbosity of crc-error messages - (cs) fixed invalidating preserved block in case of truncate down followed by truncate up - (mount) increased master-proxy buffer sizes PR: 218222 Submitted by: freebsd@moosefs.com (maintainer) Modified: head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo Modified: head/sysutils/moosefs3-master/Makefile ============================================================================== --- head/sysutils/moosefs3-master/Makefile Fri Mar 31 14:32:02 2017 (r437360) +++ head/sysutils/moosefs3-master/Makefile Fri Mar 31 14:36:06 2017 (r437361) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs3 -PORTVERSION= 3.0.88 +PORTVERSION= 3.0.90 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master Modified: head/sysutils/moosefs3-master/distinfo ============================================================================== --- head/sysutils/moosefs3-master/distinfo Fri Mar 31 14:32:02 2017 (r437360) +++ head/sysutils/moosefs3-master/distinfo Fri Mar 31 14:36:06 2017 (r437361) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486746875 -SHA256 (moosefs-3.0.88-1.tar.gz) = 5fae4eab7725df82fe4f82390111e872e107ec4db0f0bbd244b4acb1b0d6d533 -SIZE (moosefs-3.0.88-1.tar.gz) = 1101860 +TIMESTAMP = 1490841822 +SHA256 (moosefs-3.0.90-1.tar.gz) = 4e24d4e79c66986c3f4b0f20b9078fc17acc5654601972b7231dd8bf4fa5928b +SIZE (moosefs-3.0.90-1.tar.gz) = 1106247