From owner-svn-ports-head@freebsd.org Wed Feb 17 18:24:22 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 B0A9DAABEC4; Wed, 17 Feb 2016 18:24:22 +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 83FCF1A40; Wed, 17 Feb 2016 18:24:22 +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 u1HIOLhb019495; Wed, 17 Feb 2016 18:24:21 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HIOLuv019493; Wed, 17 Feb 2016 18:24:21 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602171824.u1HIOLuv019493@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 18:24:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409059 - 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 18:24:22 -0000 Author: marino Date: Wed Feb 17 18:24:21 2016 New Revision: 409059 URL: https://svnweb.freebsd.org/changeset/ports/409059 Log: ports-mgmt/synth: Upgrade version 1.01 => 1.02 (tty checked) Any attempt to alter echo and control flags when the standard input stream is not connected to a tty will fail. Fix the resulting nuisance messages by skipping these steps if a tty is not present. Reported by kmoore@ on jenkins 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 18:20:46 2016 (r409058) +++ head/ports-mgmt/synth/Makefile Wed Feb 17 18:24:21 2016 (r409059) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.01 +PORTVERSION= 1.02 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Wed Feb 17 18:20:46 2016 (r409058) +++ head/ports-mgmt/synth/distinfo Wed Feb 17 18:24:21 2016 (r409059) @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v1.01_GH0.tar.gz) = d488b587d6a12d86758e9cd35cf84a225bd062750f1b5cc6e01a0ae019fdd7b8 -SIZE (jrmarino-synth-v1.01_GH0.tar.gz) = 91585 +SHA256 (jrmarino-synth-v1.02_GH0.tar.gz) = 2d7c5f08308b09836e63122c667c1d3dc2082095716c5fafdc5d46648d62087a +SIZE (jrmarino-synth-v1.02_GH0.tar.gz) = 91614 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283