Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2016 13:25:54 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410750 - head/ports-mgmt/synth
Message-ID:  <201603101325.u2ADPsME061582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Mar 10 13:25:54 2016
New Revision: 410750
URL: https://svnweb.freebsd.org/changeset/ports/410750

Log:
  ports-mgmt/synth: Upgrade version 1.22 => 1.30
  
  This is an enhancement release that contains a bug fix.
  
  Description of bug:
    If synth is launched from mountpoint of the ports directory
    (e.g. /usr/ports), it may malfunction with strange messages such
    as "invalid origins" and printing strange symbols to the screen
    along with parts of a directory.
  
    As a result, Synth now detects this launch location (as it already
    did with /usr/local) and refuses to run until the current directory
    is changed outside of the ports tree.
  
  Enhancement 1:
    It is now possible to remove alternate profiles.  When more than
    one profile exists, a menu option "<" appears that provides the
    user with an opportunity to remove one to all inactive profiles
    from the configuration.  The man page has been updated as well.
  
  Enhancement 2:
    Synth will automatically convert any directory inputs on the
    configure command to the true path.  For example, if somebody types
    in "/usr/xports" for the ports directory, but that's just a
    symbolic link to /vcs/freebsd-ports", the entry will automatically
    convert to its true resolved path (e.g. /vcs/freebsd-ports). This
    enables the cwd detection of the bug fix above to always work.

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

Modified: head/ports-mgmt/synth/Makefile
==============================================================================
--- head/ports-mgmt/synth/Makefile	Thu Mar 10 11:43:44 2016	(r410749)
+++ head/ports-mgmt/synth/Makefile	Thu Mar 10 13:25:54 2016	(r410750)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	synth
-PORTVERSION=	1.22
+PORTVERSION=	1.30
 DISTVERSIONPREFIX=	v
 CATEGORIES=	ports-mgmt
 

Modified: head/ports-mgmt/synth/distinfo
==============================================================================
--- head/ports-mgmt/synth/distinfo	Thu Mar 10 11:43:44 2016	(r410749)
+++ head/ports-mgmt/synth/distinfo	Thu Mar 10 13:25:54 2016	(r410750)
@@ -1,4 +1,4 @@
-SHA256 (jrmarino-synth-v1.22_GH0.tar.gz) = c558114b53c82f329e61722eaf101f591d619ef37237219b20492d45e5f40b84
-SIZE (jrmarino-synth-v1.22_GH0.tar.gz) = 97465
+SHA256 (jrmarino-synth-v1.30_GH0.tar.gz) = 1404cdde2409301c9b4f8ec1092844522ab882dc248683d16af2973f0b8a60c8
+SIZE (jrmarino-synth-v1.30_GH0.tar.gz) = 98649
 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44
 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603101325.u2ADPsME061582>