Date: Wed, 25 Jan 2017 15:02:41 +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: r432419 - head/ports-mgmt/synth Message-ID: <201701251502.v0PF2f4V060025@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701251502.v0PF2f4V060025>