1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

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.
This commit is contained in:
John Marino 2016-10-20 18:24:26 +00:00
parent cacd1fc7aa
commit 0fcb615212
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424344
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= synth
PORTVERSION= 1.61
PORTVERSION= 1.62
DISTVERSIONPREFIX= v
CATEGORIES= ports-mgmt

View File

@ -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