svn commit: r410696 - head/ports-mgmt/synth

John Marino marino at FreeBSD.org
Wed Mar 9 08:53:05 UTC 2016


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


More information about the svn-ports-head mailing list