diff options
author | marino <marino@FreeBSD.org> | 2016-03-09 16:53:03 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-03-09 16:53:03 +0800 |
commit | 677f1ccfb2c1d47e3047cf71f870709f2827cfe7 (patch) | |
tree | e55f11735cd9d29e584f639e6b965c7103535bc5 /ports-mgmt | |
parent | e26ac5c07d2600a87eadd7f4fc99115523b14818 (diff) | |
download | freebsd-ports-gnome-677f1ccfb2c1d47e3047cf71f870709f2827cfe7.tar.gz freebsd-ports-gnome-677f1ccfb2c1d47e3047cf71f870709f2827cfe7.tar.zst freebsd-ports-gnome-677f1ccfb2c1d47e3047cf71f870709f2827cfe7.zip |
ports-mgmt/synth: Upgrade version 1.21 => 1.22
Two minor bug fixes:
* A specific check during test mode would emit a failure to stdout when
testing devel/py-setuptools27. It turns out that there's a file there
with a space in the filename. The filename was an argument for
/usr/bin//file and it wasn't escaped. The file in question had
parentheses too which the shell was trying to process. The fix was
to escape the filename in the /usr/bin/file command.
* The builders were mounting the source directory from "/usr/src", not
$sysroot/usr/src as intended. This potentially causes breakage when
the $sysroot reflects a different versions/release than the host
machine has (e.g. making FreeBSD 10.2 packages on FreeBSD 11-current).
Now the source directory mount is relative to profile's $sysroot.
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 59a5b92fc38a..5a1de5492dc0 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.21 +PORTVERSION= 1.22 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index 889dc5f06f31..8ad07fc4e030 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v1.21_GH0.tar.gz) = a5af30be671401237496b0c81ea95b0354cd2af650cb1a4f657bb73896d93318 -SIZE (jrmarino-synth-v1.21_GH0.tar.gz) = 97433 +SHA256 (jrmarino-synth-v1.22_GH0.tar.gz) = c558114b53c82f329e61722eaf101f591d619ef37237219b20492d45e5f40b84 +SIZE (jrmarino-synth-v1.22_GH0.tar.gz) = 97465 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 |