From owner-svn-ports-head@freebsd.org Thu Jan 28 09:29:35 2016 Return-Path: Delivered-To: svn-ports-head@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 66F2CA6F184; Thu, 28 Jan 2016 09:29:35 +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 1FA7D173B; Thu, 28 Jan 2016 09:29:35 +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 u0S9TYOR011361; Thu, 28 Jan 2016 09:29:34 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0S9TYxI011359; Thu, 28 Jan 2016 09:29:34 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601280929.u0S9TYxI011359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 28 Jan 2016 09:29:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407404 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2016 09:29:35 -0000 Author: marino Date: Thu Jan 28 09:29:33 2016 New Revision: 407404 URL: https://svnweb.freebsd.org/changeset/ports/407404 Log: ports-mgmt/synth: two minor but important bug fixes 1) Fixed false "fetched failed" messages that always appear after prebuilt packages are fetched 2) Fix bug where "synth configure" command would not run if any directories were invalid. For new systems, /usr/ports/distfiles is always invalid 3) Following 2), greatly improve error message by saying exactly which directory is missing and which configuration letter it pertains to 4) If synth is configured to a non-existent /usr/ports/distfiles directory, also add a recommendation to consider a better location outside of the ports tree and remind them to set DISTDIR in /etc/make.conf too. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Thu Jan 28 09:18:30 2016 (r407403) +++ head/ports-mgmt/synth/Makefile Thu Jan 28 09:29:33 2016 (r407404) @@ -3,7 +3,7 @@ PORTNAME= synth PORTVERSION= 0.99 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -21,7 +21,7 @@ USES= ada:6 ncurses:port USE_GITHUB= yes GH_ACCOUNT= jrmarino GH_PROJECT= synth_external:bundle -GH_TAGNAME= v1.3:bundle 75cf4c3 +GH_TAGNAME= v1.3:bundle ab6e2f2 # When framework is moved to Ada6, the ada-util and ini-file-manager # libraries can be used as prebuilt (switch default.gpr url) Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Thu Jan 28 09:18:30 2016 (r407403) +++ head/ports-mgmt/synth/distinfo Thu Jan 28 09:29:33 2016 (r407404) @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.99-75cf4c3_GH0.tar.gz) = 45e9468cea56c0f33b8e5e68ce95c9d1d1a0f91c0f818afa52922cee706eb617 -SIZE (jrmarino-synth-v0.99-75cf4c3_GH0.tar.gz) = 81398 +SHA256 (jrmarino-synth-v0.99-ab6e2f2_GH0.tar.gz) = 765d4e88e7ee46a42b807ba92480934ab802366f3363800b0bf03c0af3e7a0bf +SIZE (jrmarino-synth-v0.99-ab6e2f2_GH0.tar.gz) = 81664 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283