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.
This commit is contained in:
parent
5bdf57cfaf
commit
d864a89344
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432419
@ -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/libncurses.a:devel/ncurses \
|
||||
USES= ada:6
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jrmarino
|
||||
GH_TAGNAME= 4d9f5ea
|
||||
|
||||
GPR= ${LOCALBASE}/lib/gnat
|
||||
MAKE_ENV= NCURSES_LINK=static
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user