From owner-svn-ports-head@freebsd.org Wed Jan 25 15:02:43 2017 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 13420CC1AD2; Wed, 25 Jan 2017 15:02:43 +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 BD4529FF; Wed, 25 Jan 2017 15:02:42 +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 v0PF2fe9060026; Wed, 25 Jan 2017 15:02:41 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0PF2f4V060025; Wed, 25 Jan 2017 15:02:41 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201701251502.v0PF2f4V060025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 25 Jan 2017 15:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432419 - 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.23 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, 25 Jan 2017 15:02:43 -0000 Author: marino Date: Wed Jan 25 15:02:41 2017 New Revision: 432419 URL: https://svnweb.freebsd.org/changeset/ports/432419 Log: ports-mgmt/synth: Upgrade version 1.66 => 1.67 This version blocks TTY signals to and from background processes, allowing lang/sbcl to build as well as avoiding disruption of an active ncurses display by "you've got mail" message. It also includes a minor duration time formatting fix on build logs and the many-thousands-open-file-descriptor problem fix on purge-distfiles command provided by 1.66_1 between releases. There is also a change in the build order algorithm. Previously the categories were ordered alphabetically, but rather scanned in the order that appears by walking the directory. Now when the "nothing depends on these ports" ports block starts building, it's in A-Z order by category/ portname whereas before ony the portname was ordered A-Z (the categories were blocks in random order). There is no real benefit to the reordering; it's mainly to satisfy those bothered by disorder. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Wed Jan 25 14:46:52 2017 (r432418) +++ head/ports-mgmt/synth/Makefile Wed Jan 25 15:02:41 2017 (r432419) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.66 -PORTREVISION= 1 +PORTVERSION= 1.67 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -20,7 +19,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libncurs USES= ada:6 USE_GITHUB= yes GH_ACCOUNT= jrmarino -GH_TAGNAME= 4d9f5ea GPR= ${LOCALBASE}/lib/gnat MAKE_ENV= NCURSES_LINK=static Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Wed Jan 25 14:46:52 2017 (r432418) +++ head/ports-mgmt/synth/distinfo Wed Jan 25 15:02:41 2017 (r432419) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484861755 -SHA256 (jrmarino-synth-v1.66-4d9f5ea_GH0.tar.gz) = 7b3eba1c84b9f10db9d82b61fd29d217d17edb5da51f747b07a4daf17214b56e -SIZE (jrmarino-synth-v1.66-4d9f5ea_GH0.tar.gz) = 137605 +TIMESTAMP = 1485334041 +SHA256 (jrmarino-synth-v1.67_GH0.tar.gz) = 508214a846c8be1c5b4bc5201de638626d7a5f94ba95d18fb1013d1e9beb6d62 +SIZE (jrmarino-synth-v1.67_GH0.tar.gz) = 137954