summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-03-09 08:53:03 +0000
committerJohn Marino <marino@FreeBSD.org>2016-03-09 08:53:03 +0000
commit3559a7db78405e20cca04c0dfac2b45610b5cafa (patch)
treee55f11735cd9d29e584f639e6b965c7103535bc5 /ports-mgmt
parentastro/routino: Update version 3.0=>3.1.1 (diff)
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.
Notes
Notes: svn path=/head/; revision=410696
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/synth/Makefile2
-rw-r--r--ports-mgmt/synth/distinfo4
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