From owner-svn-ports-all@freebsd.org Wed Mar 9 08:53:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0632AAC8B8E; Wed, 9 Mar 2016 08:53:05 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF765C7D; Wed, 9 Mar 2016 08:53:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u298r3eH039898; Wed, 9 Mar 2016 08:53:03 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u298r304039896; Wed, 9 Mar 2016 08:53:03 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201603090853.u298r304039896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 9 Mar 2016 08:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410696 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 08:53:05 -0000 Author: marino Date: Wed Mar 9 08:53:03 2016 New Revision: 410696 URL: https://svnweb.freebsd.org/changeset/ports/410696 Log: 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. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Wed Mar 9 08:27:32 2016 (r410695) +++ head/ports-mgmt/synth/Makefile Wed Mar 9 08:53:03 2016 (r410696) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.21 +PORTVERSION= 1.22 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Wed Mar 9 08:27:32 2016 (r410695) +++ head/ports-mgmt/synth/distinfo Wed Mar 9 08:53:03 2016 (r410696) @@ -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