diff options
author | marino <marino@FreeBSD.org> | 2016-02-04 22:26:25 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-04 22:26:25 +0800 |
commit | 0544ddbe432d13ef2f52585cd2050edd2c36c9f2 (patch) | |
tree | 6106325d11cceacdc27d19d73da33122a82ea865 /ports-mgmt | |
parent | 073b32482bc3e65b31332add1fff8bcb240b501f (diff) | |
download | freebsd-ports-gnome-0544ddbe432d13ef2f52585cd2050edd2c36c9f2.tar.gz freebsd-ports-gnome-0544ddbe432d13ef2f52585cd2050edd2c36c9f2.tar.zst freebsd-ports-gnome-0544ddbe432d13ef2f52585cd2050edd2c36c9f2.zip |
ports-mgmt/synth: Fix end-run regression
A fairly recent change caused a regression after a build was complete.
Previously a "tally" or summary of the build would appear after the
ncurses screen was restored to the regular terminal mode. It would
list how many ports were built, failed, etc. After the regressin, it
just ended abruptly.
This commit restores the tally to show as it did previously.
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 b1be3d590234..224fbd04bcf8 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -3,7 +3,7 @@ PORTNAME= synth PORTVERSION= 0.99 -PORTREVISION= 4 +PORTREVISION= 5 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 39e7bf5 +GH_TAGNAME= v1.3:bundle 75a342d # 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 410ec897a8a3..3f6d85a72c24 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.99-39e7bf5_GH0.tar.gz) = 3b16f0c20db2353bb4a6bbac4d9b95767d5aba65f87070b82e496a9aa7974f66 -SIZE (jrmarino-synth-v0.99-39e7bf5_GH0.tar.gz) = 83548 +SHA256 (jrmarino-synth-v0.99-75a342d_GH0.tar.gz) = 88c50fce494a09a431e9810996beab3364c151f84aec97beb1f61ef73d7e444c +SIZE (jrmarino-synth-v0.99-75a342d_GH0.tar.gz) = 84582 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 |