From owner-svn-ports-all@freebsd.org Thu Oct 20 18:24:27 2016 Return-Path: Delivered-To: svn-ports-all@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 B948BC1987E; Thu, 20 Oct 2016 18:24:27 +0000 (UTC) (envelope-from marino@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 70B6D889; Thu, 20 Oct 2016 18:24:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KIOQd4031896; Thu, 20 Oct 2016 18:24:26 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KIOQ5b031894; Thu, 20 Oct 2016 18:24:26 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610201824.u9KIOQ5b031894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 20 Oct 2016 18:24:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424344 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 18:24:27 -0000 Author: marino Date: Thu Oct 20 18:24:26 2016 New Revision: 424344 URL: https://svnweb.freebsd.org/changeset/ports/424344 Log: ports-mgmt/synth: Upgrade version 1.61 => 1.62 Cosmetic: curses display Capitalize "Swap" and "Skipped" field labels Cosmetic: web report After the build completes, fade out the builders table in 2.5 seconds. Nobody needs to see a table showing all the builders in "shutdown" mode. Bandwidth: json files A history.json file holds up to 500 log entries. 16 bytes of spaces were removed which reduces the history file size by 8000 bytes. Spaces were also removed from summary.json which can account for 20%+ of the size. Only rewrite history files upon change: The last history.json file was being written/rewritten every 3 seconds regardless if there were changes to it or not. Now it's only written if it's changed since the previous write. This might help reduce errors seen by in nginx access log which are thought to occur when file changes as the file is being served. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Thu Oct 20 17:17:56 2016 (r424343) +++ head/ports-mgmt/synth/Makefile Thu Oct 20 18:24:26 2016 (r424344) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.61 +PORTVERSION= 1.62 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Thu Oct 20 17:17:56 2016 (r424343) +++ head/ports-mgmt/synth/distinfo Thu Oct 20 18:24:26 2016 (r424344) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476716706 -SHA256 (jrmarino-synth-v1.61_GH0.tar.gz) = 3c65fc13824da933a8daa1e19ed5c5a8e4e3cbc46b157b4acda42a66a9a2430b -SIZE (jrmarino-synth-v1.61_GH0.tar.gz) = 125333 +TIMESTAMP = 1476969671 +SHA256 (jrmarino-synth-v1.62_GH0.tar.gz) = 832a2fa37b1ecf8f57477db7375f939b1b0fe498b35eda0ad5526fb2e8c36fe2 +SIZE (jrmarino-synth-v1.62_GH0.tar.gz) = 125399