svn commit: r409048 - head/ports-mgmt/synth

John Marino marino at FreeBSD.org
Wed Feb 17 14:43:03 UTC 2016


Author: marino
Date: Wed Feb 17 14:43:01 2016
New Revision: 409048
URL: https://svnweb.freebsd.org/changeset/ports/409048

Log:
  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.

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

Modified: head/ports-mgmt/synth/Makefile
==============================================================================
--- head/ports-mgmt/synth/Makefile	Wed Feb 17 14:28:12 2016	(r409047)
+++ head/ports-mgmt/synth/Makefile	Wed Feb 17 14:43:01 2016	(r409048)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	synth
-PORTVERSION=	1.00
+PORTVERSION=	1.01
 DISTVERSIONPREFIX=	v
 CATEGORIES=	ports-mgmt
 

Modified: head/ports-mgmt/synth/distinfo
==============================================================================
--- head/ports-mgmt/synth/distinfo	Wed Feb 17 14:28:12 2016	(r409047)
+++ head/ports-mgmt/synth/distinfo	Wed Feb 17 14:43:01 2016	(r409048)
@@ -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


More information about the svn-ports-all mailing list