From owner-svn-ports-all@freebsd.org Thu Mar 10 13:25:56 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 4EEFDACA0D1; Thu, 10 Mar 2016 13:25:56 +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 05B8C8D5; Thu, 10 Mar 2016 13:25:55 +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 u2ADPtCl061584; Thu, 10 Mar 2016 13:25:55 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2ADPsME061582; Thu, 10 Mar 2016 13:25:54 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201603101325.u2ADPsME061582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 10 Mar 2016 13:25:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410750 - 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: Thu, 10 Mar 2016 13:25:56 -0000 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