From owner-svn-ports-head@freebsd.org Wed Feb 17 14:43:03 2016 Return-Path: Delivered-To: svn-ports-head@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 5D798AAA8FC; Wed, 17 Feb 2016 14:43:03 +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 2E8E219CE; Wed, 17 Feb 2016 14:43:03 +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 u1HEh2BA054612; Wed, 17 Feb 2016 14:43:02 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HEh2T9054610; Wed, 17 Feb 2016 14:43:02 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602171443.u1HEh2T9054610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 17 Feb 2016 14:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409048 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 14:43:03 -0000 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