diff options
author | marino <marino@FreeBSD.org> | 2016-02-04 03:55:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-04 03:55:58 +0800 |
commit | eb5011a8998d1ff56841b2a62d647402a9a8ca01 (patch) | |
tree | 20b492c7523315c54b74a9d26afbccb90d0105ed | |
parent | b120e1503efd6ac9e2bbf24787e7885d05933d40 (diff) | |
download | freebsd-ports-gnome-eb5011a8998d1ff56841b2a62d647402a9a8ca01.tar.gz freebsd-ports-gnome-eb5011a8998d1ff56841b2a62d647402a9a8ca01.tar.zst freebsd-ports-gnome-eb5011a8998d1ff56841b2a62d647402a9a8ca01.zip |
ports-mgmt/synth: new feature, minor bug fixes and improvements
This is a minor update to synth, which includes:
* Support for the WHYFAIL environment variable. If this variable
is defined (to any value) in the environment, Synth will turn on
the "debug" mode for dependency and option sanity checks. This
mode will provide exact details on how the package failed the check.
* README.md: editorial corrections, 3 images replaced to reflect current
version of Synth
* Man page: editorial correction, WHYFAIL documented, and the "Impulse"
indicator was documented (in NOTES section)
* Significantly improve ports scan error messages. In particular,
eliminate the 'bad value ""' messages that are caused by ports that
are partially or completely missing. Also propagate exception
messages when helping.
* Log 03 (ignored ports) did not list the actual ports, only the reason
the port was ignored. Fix bug to show category/port too.
Erratum on previous commit message: The "Graceful Shutdown" is initiated
with Control-Q, not Control-C! The typo is doubly unfortunate because
Control-C will exit Synth without cleaning up the mounts.
-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 1e8b51ea2f20..b1be3d590234 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -3,7 +3,7 @@ PORTNAME= synth PORTVERSION= 0.99 -PORTREVISION= 3 +PORTREVISION= 4 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 132fd75 +GH_TAGNAME= v1.3:bundle 39e7bf5 # 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 3b3e2791c987..410ec897a8a3 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.99-132fd75_GH0.tar.gz) = aea0c09b16cb0bbccf7371cb3394312822bed03744b701eb05f13c9c119694d8 -SIZE (jrmarino-synth-v0.99-132fd75_GH0.tar.gz) = 82174 +SHA256 (jrmarino-synth-v0.99-39e7bf5_GH0.tar.gz) = 3b16f0c20db2353bb4a6bbac4d9b95767d5aba65f87070b82e496a9aa7974f66 +SIZE (jrmarino-synth-v0.99-39e7bf5_GH0.tar.gz) = 83548 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 |