Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 18:02:48 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424192 - head/ports-mgmt/synth
Message-ID:  <201610181802.u9II2m3i010699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Oct 18 18:02:48 2016
New Revision: 424192
URL: https://svnweb.freebsd.org/changeset/ports/424192

Log:
  ports-mgmt/synth: Upgrade version 1.60 => 1.61
  
  Address "[N] Fetch prebuilt packages" bug:
  
    Once the /usr/local/etc/pkg/repos/00_synth.conf file was created, there
    was a good change that fetching prebuilt packages would stop with a
    fetch error that the checksum didn't match.  This seems to be caused by
    pkg(8) using both the FreeBSD and the Synth repositories and often
    deferring to the latter.  This is incorrect behavior as only the FreeBSD
    repository should be used for prefetching.  This issue is hopefully
    resolved now.
  
  Web report behavior change:
  
    Any existing ??_history.json files are now deleted at the start of
    each run.  They were only litter as the javascript did not pull in old
    files, so this change just removes them.
  
    While here, rename the "Elapsed" column on the builders table to
    "Duration" to match the history table lable and also adjust the widths
    of the origin and information columns on the history table.

Modified:
  head/ports-mgmt/synth/Makefile
  head/ports-mgmt/synth/distinfo

Modified: head/ports-mgmt/synth/Makefile
==============================================================================
--- head/ports-mgmt/synth/Makefile	Tue Oct 18 18:01:39 2016	(r424191)
+++ head/ports-mgmt/synth/Makefile	Tue Oct 18 18:02:48 2016	(r424192)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	synth
-PORTVERSION=	1.60
+PORTVERSION=	1.61
 DISTVERSIONPREFIX=	v
 CATEGORIES=	ports-mgmt
 

Modified: head/ports-mgmt/synth/distinfo
==============================================================================
--- head/ports-mgmt/synth/distinfo	Tue Oct 18 18:01:39 2016	(r424191)
+++ head/ports-mgmt/synth/distinfo	Tue Oct 18 18:02:48 2016	(r424192)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476562365
-SHA256 (jrmarino-synth-v1.60_GH0.tar.gz) = ea7bfd545a5651c8c102c820846e024c459e9a28124d764d2c65cdf3e76ab73e
-SIZE (jrmarino-synth-v1.60_GH0.tar.gz) = 125239
+TIMESTAMP = 1476716706
+SHA256 (jrmarino-synth-v1.61_GH0.tar.gz) = 3c65fc13824da933a8daa1e19ed5c5a8e4e3cbc46b157b4acda42a66a9a2430b
+SIZE (jrmarino-synth-v1.61_GH0.tar.gz) = 125333



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610181802.u9II2m3i010699>