From owner-svn-ports-all@freebsd.org Wed Oct 5 18:09:27 2016 Return-Path: Delivered-To: svn-ports-all@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 9870AAF6787; Wed, 5 Oct 2016 18:09:27 +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 4DD11E40; Wed, 5 Oct 2016 18:09:27 +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 u95I9Q0W040724; Wed, 5 Oct 2016 18:09:26 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u95I9QCl040722; Wed, 5 Oct 2016 18:09:26 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610051809.u95I9QCl040722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 5 Oct 2016 18:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423361 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 18:09:27 -0000 Author: marino Date: Wed Oct 5 18:09:26 2016 New Revision: 423361 URL: https://svnweb.freebsd.org/changeset/ports/423361 Log: ports-mgmt/synth: Upgrade version 1.52 => 1.53 Major bug fix: ncurses display resize hang fixed Until now, resizing the window why synth is running in ncurses mode caused synth to hang (it would finish the builds it was working on but the display wouldn't update and no new jobs would start). This was due to an unhandled exception thown by ncurses binding as a result of the resize event, and now these are handled. Minor fix: Ports with @info in pkg-plist now pass in test mode The mtree exclusion file was improved to allow these leftover info directories to be ignored (as is done in poudriere. Before only info/dir was ignored, but the presence of "dir" prevented "info" from being removed by pkg(8) upon deinstallation. enhancement: Augment text mode (requested) Now when a builder starts on a new package, the port origin will be shown in the running log (before only the completion was logged.) Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Wed Oct 5 18:06:19 2016 (r423360) +++ head/ports-mgmt/synth/Makefile Wed Oct 5 18:09:26 2016 (r423361) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.52 +PORTVERSION= 1.53 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Wed Oct 5 18:06:19 2016 (r423360) +++ head/ports-mgmt/synth/distinfo Wed Oct 5 18:09:26 2016 (r423361) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475060549 -SHA256 (jrmarino-synth-v1.52_GH0.tar.gz) = 2bce858232aa37bfc8cbcd930477edfbdd89cfd4048b29ce8e9e8710835d2bd6 -SIZE (jrmarino-synth-v1.52_GH0.tar.gz) = 103375 +TIMESTAMP = 1475653545 +SHA256 (jrmarino-synth-v1.53_GH0.tar.gz) = 8c83ad4ad45c792d2d18b65d4fde4b6d00f65ea7815af0300f928c08a810c0c8 +SIZE (jrmarino-synth-v1.53_GH0.tar.gz) = 103624