diff options
author | marino <marino@FreeBSD.org> | 2016-01-27 20:59:07 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-27 20:59:07 +0800 |
commit | 26a71ff827d030fb27c3235a0f055bfd409378c0 (patch) | |
tree | 4d2e1efd50157957997ecf451eb936d813bf5803 /ports-mgmt | |
parent | ba8c64c358a44e6dcc09db7b296169470f476a6d (diff) | |
download | freebsd-ports-gnome-26a71ff827d030fb27c3235a0f055bfd409378c0.tar.gz freebsd-ports-gnome-26a71ff827d030fb27c3235a0f055bfd409378c0.tar.zst freebsd-ports-gnome-26a71ff827d030fb27c3235a0f055bfd409378c0.zip |
ports-mgmt/synth: minor fixes plus linprocfs fix
1) When using prefetch option, list the packages that failed to download
rather than just say, "at least one failed to download"
2) sysutils/htop requires linprocfs but doesn't set USE_LINUX. Set this
port to mount linprocfs based on its origin
3) Fix linprocfs implementation, it was mounting out of order, basically
resulting in that it was non-functional
4) Close all the logs in the case where no packages are built. In that
case, the logs were never modified. Changes discarded?
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/synth/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 3cb9f527921e..80d013cbdb68 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -3,6 +3,7 @@ PORTNAME= synth PORTVERSION= 0.99 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -20,7 +21,7 @@ USES= ada:6 ncurses:port USE_GITHUB= yes GH_ACCOUNT= jrmarino GH_PROJECT= synth_external:bundle -GH_TAGNAME= v1.3:bundle +GH_TAGNAME= v1.3:bundle 75cf4c3 # 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 f07808dd1d5f..10199b3a61ef 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.99_GH0.tar.gz) = e1b29a736a94aee989f4ef1d8cb05b5d71b643713fc221cae0ed171d72986724 -SIZE (jrmarino-synth-v0.99_GH0.tar.gz) = 81351 +SHA256 (jrmarino-synth-v0.99-75cf4c3_GH0.tar.gz) = 45e9468cea56c0f33b8e5e68ce95c9d1d1a0f91c0f818afa52922cee706eb617 +SIZE (jrmarino-synth-v0.99-75cf4c3_GH0.tar.gz) = 81398 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 |