diff options
author | marino <marino@FreeBSD.org> | 2016-03-08 16:23:00 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-03-08 16:23:00 +0800 |
commit | 4e0bc70887c89c310f68fa30fd7989a345495b1a (patch) | |
tree | 49e83e228b8880447c877eb0a5fd92302db0f36f | |
parent | 9682384542d3f4f72f1fcf6ad3bdafb85838ba29 (diff) | |
download | freebsd-ports-gnome-4e0bc70887c89c310f68fa30fd7989a345495b1a.tar.gz freebsd-ports-gnome-4e0bc70887c89c310f68fa30fd7989a345495b1a.tar.zst freebsd-ports-gnome-4e0bc70887c89c310f68fa30fd7989a345495b1a.zip |
ports-mgmt/synth: Upgrade version 1.20 => 1.21
I knew the repository signing enhancements weren't fully tested, but it
was important to get the regressions fixed. I thought that if there were
any problems with the signing, people not using those features (e.g. 99%
of users) would not be affected. Unfortunately, that's not true.
Due to a simple boolean logic error, an inaccurate and harmless warning
about not finding the signature fingerprint will show every time the
repository is rebuild. This minor releases fixes that logic.
-rw-r--r-- | ports-mgmt/synth/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 94e96d69f7de..59a5b92fc38a 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.20 +PORTVERSION= 1.21 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index 8154a5aa10f8..889dc5f06f31 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v1.20_GH0.tar.gz) = ea9c83d6e4f0302bd295701140f85299d1a1101dbf15e3eef3c247a758eab069 -SIZE (jrmarino-synth-v1.20_GH0.tar.gz) = 97431 +SHA256 (jrmarino-synth-v1.21_GH0.tar.gz) = a5af30be671401237496b0c81ea95b0354cd2af650cb1a4f657bb73896d93318 +SIZE (jrmarino-synth-v1.21_GH0.tar.gz) = 97433 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 |