diff options
author | marino <marino@FreeBSD.org> | 2016-02-03 05:47:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-03 05:47:55 +0800 |
commit | b46a911fb640150a40a0eadf752efdc94720731a (patch) | |
tree | 9c0a60e82ca11b74abec0e29f5af5728234327ad /ports-mgmt/synth | |
parent | 1e15da934aa9cbd2330f1ed97e826d8a104326e9 (diff) | |
download | freebsd-ports-gnome-b46a911fb640150a40a0eadf752efdc94720731a.tar.gz freebsd-ports-gnome-b46a911fb640150a40a0eadf752efdc94720731a.tar.zst freebsd-ports-gnome-b46a911fb640150a40a0eadf752efdc94720731a.zip |
build/synth: bug fixes, new features
WARNING: rebuild-repository command has changed action! see below!
The follow changes have been made since v0.99_2:
* Change the graceful shutdown key from "Escape" to Control-C.
The former was easy to hit inadvertently (reported) and could be
interfered with by terminal ANSI codes and/or mouse wheels. The
documentation has also been modified to reflect this change.
* Fixed bug where installed packages that no longer had a port
might cause the scan to fail rather than be ignored as advertised
* New feature: SYNTHPROFILE environment variable
When SYNTHPROFILE is set toTill be loaded rather than the default
profile. This is aimed for synth's use in scripts.
* The "rebuild-repository" command has been renamed to "prepare-system".
This is partly because the former command will be repurposed.
* A new command assumed the name "rebuild-repository"; it performs a
sanity check on all the built packages, removes the bad ones, and
rebuilds the local Synth repository on command. It is primarily for
scripting use, but it has other legitimate uses.
* Fix case where prefetching packages would try to update a non-existent
local Synth directory. As a consequence, prefetching is only done
from a single external repository (the normal use case thought)
Diffstat (limited to 'ports-mgmt/synth')
-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 6eaf7bfc4159..1e8b51ea2f20 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -3,7 +3,7 @@ PORTNAME= synth PORTVERSION= 0.99 -PORTREVISION= 2 +PORTREVISION= 3 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 ab6e2f2 +GH_TAGNAME= v1.3:bundle 132fd75 # 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 0150654dc97e..3b3e2791c987 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.99-ab6e2f2_GH0.tar.gz) = 765d4e88e7ee46a42b807ba92480934ab802366f3363800b0bf03c0af3e7a0bf -SIZE (jrmarino-synth-v0.99-ab6e2f2_GH0.tar.gz) = 81664 +SHA256 (jrmarino-synth-v0.99-132fd75_GH0.tar.gz) = aea0c09b16cb0bbccf7371cb3394312822bed03744b701eb05f13c9c119694d8 +SIZE (jrmarino-synth-v0.99-132fd75_GH0.tar.gz) = 82174 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 |