From owner-svn-ports-head@freebsd.org Thu Feb 4 14:26:26 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 CBBC0A9B990; Thu, 4 Feb 2016 14:26:26 +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 8334A17B; Thu, 4 Feb 2016 14:26:26 +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 u14EQPxI001145; Thu, 4 Feb 2016 14:26:25 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u14EQPZY001143; Thu, 4 Feb 2016 14:26:25 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602041426.u14EQPZY001143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 4 Feb 2016 14:26:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408035 - 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: Thu, 04 Feb 2016 14:26:26 -0000 Author: marino Date: Thu Feb 4 14:26:25 2016 New Revision: 408035 URL: https://svnweb.freebsd.org/changeset/ports/408035 Log: ports-mgmt/synth: Fix end-run regression A fairly recent change caused a regression after a build was complete. Previously a "tally" or summary of the build would appear after the ncurses screen was restored to the regular terminal mode. It would list how many ports were built, failed, etc. After the regressin, it just ended abruptly. This commit restores the tally to show as it did previously. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Thu Feb 4 14:18:07 2016 (r408034) +++ head/ports-mgmt/synth/Makefile Thu Feb 4 14:26:25 2016 (r408035) @@ -3,7 +3,7 @@ PORTNAME= synth PORTVERSION= 0.99 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -21,7 +21,7 @@ USES= ada:6 ncurses:port USE_GITHUB= yes GH_ACCOUNT= jrmarino GH_PROJECT= synth_external:bundle -GH_TAGNAME= v1.3:bundle 39e7bf5 +GH_TAGNAME= v1.3:bundle 75a342d # When framework is moved to Ada6, the ada-util and ini-file-manager # libraries can be used as prebuilt (switch default.gpr url) Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Thu Feb 4 14:18:07 2016 (r408034) +++ head/ports-mgmt/synth/distinfo Thu Feb 4 14:26:25 2016 (r408035) @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.99-39e7bf5_GH0.tar.gz) = 3b16f0c20db2353bb4a6bbac4d9b95767d5aba65f87070b82e496a9aa7974f66 -SIZE (jrmarino-synth-v0.99-39e7bf5_GH0.tar.gz) = 83548 +SHA256 (jrmarino-synth-v0.99-75a342d_GH0.tar.gz) = 88c50fce494a09a431e9810996beab3364c151f84aec97beb1f61ef73d7e444c +SIZE (jrmarino-synth-v0.99-75a342d_GH0.tar.gz) = 84582 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283