diff options
author | marino <marino@FreeBSD.org> | 2016-01-28 17:29:33 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-28 17:29:33 +0800 |
commit | e0b9e49101033f93beb451a1a14e91b027ab6352 (patch) | |
tree | 73f7d31dcad918229dd4715d53bb8c9d69099986 /ports-mgmt | |
parent | 8ec21d0615eef920bf422c63112b3e4c1deaa285 (diff) | |
download | freebsd-ports-gnome-e0b9e49101033f93beb451a1a14e91b027ab6352.tar.gz freebsd-ports-gnome-e0b9e49101033f93beb451a1a14e91b027ab6352.tar.zst freebsd-ports-gnome-e0b9e49101033f93beb451a1a14e91b027ab6352.zip |
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.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/synth/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 80d013cbdb68..6eaf7bfc4159 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -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) diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index 10199b3a61ef..0150654dc97e 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -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 |