diff options
author | marino <marino@FreeBSD.org> | 2016-03-27 22:21:49 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-03-27 22:21:49 +0800 |
commit | b739bc156f0fbe0af8c7712bbaa61ce8efa440b9 (patch) | |
tree | ad7117bed5272b5c6af2aeac4c0673cef8d4015c /ports-mgmt/synth | |
parent | 52d476598d999cc0579a66811fe14ff7ab4a4b72 (diff) | |
download | freebsd-ports-gnome-b739bc156f0fbe0af8c7712bbaa61ce8efa440b9.tar.gz freebsd-ports-gnome-b739bc156f0fbe0af8c7712bbaa61ce8efa440b9.tar.zst freebsd-ports-gnome-b739bc156f0fbe0af8c7712bbaa61ce8efa440b9.zip |
ports-mgmt/synth: Upgrade version 1.32 => 1.33
Prefetching option fix:
Until now, if the "prefetch suitable packages" option was enabled, it
could happen that "synth force" and "synth test" commands wouldn't do
anything. Moreover, even though it wouldn't build, it would delete the
existing package and refetch it because force/test always pre-deletes
existing packages.
Now, ports listed with "force" and "test" commands are always built,
even if suitable remote packages are available.
Improvements with test mode:
1) Changes to /var/tmp are now ignored. These are legal modifications
2) Access time modification to the builder mount are now ignored. This
was possible if changes to /tmp or /var propagates upward (legally).
3) A new environment variable is added for test command, "LOCK". If it
defined to any value, the builder's localbase will be remounted as
read-only during the configure and build phases. This is a
diagnostic tool to help pinpoint where ports are committing file
system violations by writing to localbase during these phases.
New notice to user regard CONSERVATIVE_UPGRADE:
At the end of the "synth rebuild-repository" command, Synth will probe
the host pkg(8) to see if it's configured with CONSERVATIVE_UPGRADE.
If so, Synth will emit a notice because chances are good that the
user built repository for the local system and may try to upgrade the
system with pkg(8), and in this case, they may wish to turn off the
CONSERVATIVE_UPGRADE setting.
Diffstat (limited to 'ports-mgmt/synth')
-rw-r--r-- | ports-mgmt/synth/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 52478eb07fe7..7f2b2da19b47 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.32 +PORTVERSION= 1.33 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index ac917c8c36cf..ddb0e4de701a 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v1.32_GH0.tar.gz) = 3a04c9c7b3287d48ea12620ea0deb86282894cceb8bee630b13b891c1f2f00f4 -SIZE (jrmarino-synth-v1.32_GH0.tar.gz) = 99037 +SHA256 (jrmarino-synth-v1.33_GH0.tar.gz) = 92178e08bcc56a3189e242926fcd57192801a02bf1a530c3ec32b2b883c1deb4 +SIZE (jrmarino-synth-v1.33_GH0.tar.gz) = 101016 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 |