From owner-svn-ports-all@freebsd.org Tue Oct 18 18:02:49 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 ABC5EC17DD6; Tue, 18 Oct 2016 18:02:49 +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 63298206; Tue, 18 Oct 2016 18:02:49 +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 u9II2mw2010701; Tue, 18 Oct 2016 18:02:48 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9II2m3i010699; Tue, 18 Oct 2016 18:02:48 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610181802.u9II2m3i010699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 18 Oct 2016 18:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424192 - 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: Tue, 18 Oct 2016 18:02:49 -0000 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