Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 18:09:26 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423361 - head/ports-mgmt/synth
Message-ID:  <201610051809.u95I9QCl040722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610051809.u95I9QCl040722>