diff options
author | John Marino <marino@FreeBSD.org> | 2016-10-19 02:02:48 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-10-19 02:02:48 +0800 |
commit | c7753953da329c1bf4aa5140265725a121ec4944 (patch) | |
tree | ede096ca84a582fdfa66ce46dc1d9db06dc9fce9 /ports-mgmt | |
parent | 9e4eaad131e2333f541f1fcf35699cd5122fcbc1 (diff) | |
download | freebsd-ports-gnome-c7753953da329c1bf4aa5140265725a121ec4944.tar.gz freebsd-ports-gnome-c7753953da329c1bf4aa5140265725a121ec4944.tar.zst freebsd-ports-gnome-c7753953da329c1bf4aa5140265725a121ec4944.zip |
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.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/synth/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index c7df6ee29157..a49e6c6b579e 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.60 +PORTVERSION= 1.61 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index 2c3686c91298..775ae4157f38 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -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 |