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

John Marino marino at FreeBSD.org
Mon Feb 29 19:44:43 UTC 2016


Author: marino
Date: Mon Feb 29 19:44:41 2016
New Revision: 409824
URL: https://svnweb.freebsd.org/changeset/ports/409824

Log:
  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]

Modified:
  head/ports-mgmt/synth/Makefile
  head/ports-mgmt/synth/distinfo

Modified: head/ports-mgmt/synth/Makefile
==============================================================================
--- head/ports-mgmt/synth/Makefile	Mon Feb 29 18:36:57 2016	(r409823)
+++ head/ports-mgmt/synth/Makefile	Mon Feb 29 19:44:41 2016	(r409824)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	synth
-PORTVERSION=	1.02
+PORTVERSION=	1.03
 DISTVERSIONPREFIX=	v
 CATEGORIES=	ports-mgmt
 

Modified: head/ports-mgmt/synth/distinfo
==============================================================================
--- head/ports-mgmt/synth/distinfo	Mon Feb 29 18:36:57 2016	(r409823)
+++ head/ports-mgmt/synth/distinfo	Mon Feb 29 19:44:41 2016	(r409824)
@@ -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


More information about the svn-ports-all mailing list