diff options
author | marino <marino@FreeBSD.org> | 2016-03-01 03:44:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-03-01 03:44:41 +0800 |
commit | 86b744b5320ba5b78968a5b7dca257a6be13d08d (patch) | |
tree | 71fe95aa03b84a10f0cefabff4158b8ad380f730 /ports-mgmt | |
parent | 256cb3a1b463fdb157031d4d9edba8ff4b99ec96 (diff) | |
download | freebsd-ports-gnome-86b744b5320ba5b78968a5b7dca257a6be13d08d.tar.gz freebsd-ports-gnome-86b744b5320ba5b78968a5b7dca257a6be13d08d.tar.zst freebsd-ports-gnome-86b744b5320ba5b78968a5b7dca257a6be13d08d.zip |
ports-mgmt/synth: Upgrade version 1.02 => 1.03
bug fixes:
* cron operation fixed
The terminal is unset for cron jobs. The setting of TERM to "cons25"
in the environment caused a failure, but it's fixed by changing the
value to "dumb". Note that curses must be off in the profile invoked
by cron.
* dtrace building fixed [1]
On FreeBSD, /boot is now read-only null-mounted if it exists in the
profile's system root. This fixes building dtrace probes when the
option is set.
* fix muted pipe exit status
Pipes have to be read even when no output is expected in order to get
the correct exit status
* fix pipe child exit status
The previous implementation mixed child and parent exit statuses in
error; now they are isolated and returned correctly.
Enhancement:
If a muted pipe command fails, an appropriate error message is given
including which command failed. This helps identify the real error
instead of repercussions appearing later which mask the problem.
PR: 207361 [1]
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/synth/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index dfcd267f83e2..c0806be0a7fe 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.02 +PORTVERSION= 1.03 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index 6d0026b83183..ff208d7f99f1 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v1.02_GH0.tar.gz) = 2d7c5f08308b09836e63122c667c1d3dc2082095716c5fafdc5d46648d62087a -SIZE (jrmarino-synth-v1.02_GH0.tar.gz) = 91614 +SHA256 (jrmarino-synth-v1.03_GH0.tar.gz) = afecbe38bef08b18ca9e7594541ea80f4265f5e122c9cc1e628a5d8f25ec2ee1 +SIZE (jrmarino-synth-v1.03_GH0.tar.gz) = 91737 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 |