Date: Tue, 2 Feb 2016 21:47:55 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407849 - head/ports-mgmt/synth Message-ID: <201602022147.u12Lltb7065352@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Feb 2 21:47:55 2016 New Revision: 407849 URL: https://svnweb.freebsd.org/changeset/ports/407849 Log: 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) Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Tue Feb 2 20:48:06 2016 (r407848) +++ head/ports-mgmt/synth/Makefile Tue Feb 2 21:47:55 2016 (r407849) @@ -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) Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Tue Feb 2 20:48:06 2016 (r407848) +++ head/ports-mgmt/synth/distinfo Tue Feb 2 21:47:55 2016 (r407849) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602022147.u12Lltb7065352>