diff options
author | marino <marino@FreeBSD.org> | 2016-02-17 22:43:01 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-17 22:43:01 +0800 |
commit | b5206f650af80bc8ec788a5cec656fa49d4f5d49 (patch) | |
tree | 3a471e70c7da6c35c9e7a6cf6896f0f735162ded /ports-mgmt | |
parent | c300e469d9d198ec14fcb704bc8a7311292ea9bd (diff) | |
download | freebsd-ports-gnome-b5206f650af80bc8ec788a5cec656fa49d4f5d49.tar.gz freebsd-ports-gnome-b5206f650af80bc8ec788a5cec656fa49d4f5d49.tar.zst freebsd-ports-gnome-b5206f650af80bc8ec788a5cec656fa49d4f5d49.zip |
ports-mgmt/synth: Upgrade version 1.00 => 1.01 (echo fixed)
The echo and control-flow flags weren't being restored correctly in
general, and they weren't being restored at program exit. The result
on PuTTY was that nothing would echo to the terminal after Synth
exited, but the new version fixes it.
Diffstat (limited to 'ports-mgmt')
-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 45457f00f7b4..be203fe9b139 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.00 +PORTVERSION= 1.01 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index e6f89d64e892..8ab0a1bef5d1 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v1.00_GH0.tar.gz) = ac1d0a2bdc6db2eea9e88f4248451da09b95115ce57d7ca745d3616550a1e791 -SIZE (jrmarino-synth-v1.00_GH0.tar.gz) = 91578 +SHA256 (jrmarino-synth-v1.01_GH0.tar.gz) = d488b587d6a12d86758e9cd35cf84a225bd062750f1b5cc6e01a0ae019fdd7b8 +SIZE (jrmarino-synth-v1.01_GH0.tar.gz) = 91585 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 |