diff options
author | John Marino <marino@FreeBSD.org> | 2016-06-12 09:37:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-06-12 09:37:12 +0000 |
commit | 7239a38b5300c2d11c55be1b74b2990e5e8aa089 (patch) | |
tree | 4bca8e15ec1668a75d6f0a638beeb1a1253ec840 /ports-mgmt | |
parent | 1cb3d0dde36ec25f0a5bd4025023d26c2ec2f0e6 (diff) | |
download | ports-7239a38b5300c2d11c55be1b74b2990e5e8aa089.tar.gz ports-7239a38b5300c2d11c55be1b74b2990e5e8aa089.zip |
ports-mgmt/synth: Upgrade version 1.34 => 1.40
This release brings a behavioral change to Synth. The action of building
package repositories is much more conservative now; packages that would
fail sanity checks are only removed under the following commands:
* synth prepare-system
* synth upgrade-system
* synth rebuild-repository
* synth everything
That means the following commands will never result in built packages
being removed now:
* synth install
* synth build (followed by "yes" to rebuild repo question)
* synth force (followed by "yes" to rebuild repo question)
Other changes/fixes:
* The PORTSCAN.SEEK_FAILURE exception is usually a false positive and
should be fixed now
* Under test mode leftover check, all changes to /var/db between
installation and deinstallation are ignored rather than being flagged
as a failure (see databases/mysql56-server test failure)
* Add support for DragonFly's /boot/modules.local (similar to FreeBSD's
/boot/modules)
* Bring in ports patch to use installed libraries instead of the bundled
versions
Notes
Notes:
svn path=/head/; revision=416781
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/synth/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 5 | ||||
-rw-r--r-- | ports-mgmt/synth/files/patch-default.gpr | 13 |
3 files changed, 4 insertions, 16 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 397334652b12..c9a024093d84 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.34 +PORTVERSION= 1.40 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index d2581d3f0993..42352fa9d12e 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,2 +1,3 @@ -SHA256 (jrmarino-synth-v1.34_GH0.tar.gz) = c7f0150ff1ee12cb6006797bc2c7b0c4a2b1478f689b7d0f73b02a420d57bcb2 -SIZE (jrmarino-synth-v1.34_GH0.tar.gz) = 101000 +TIMESTAMP = 1465723186 +SHA256 (jrmarino-synth-v1.40_GH0.tar.gz) = bd7ab4b5d82d80508f68a8f525bc8351cee723aa9c3f3c2c0042d81a78605656 +SIZE (jrmarino-synth-v1.40_GH0.tar.gz) = 101245 diff --git a/ports-mgmt/synth/files/patch-default.gpr b/ports-mgmt/synth/files/patch-default.gpr deleted file mode 100644 index 8e33ac448b09..000000000000 --- a/ports-mgmt/synth/files/patch-default.gpr +++ /dev/null @@ -1,13 +0,0 @@ ---- default.gpr.orig 2016-04-19 08:59:22 UTC -+++ default.gpr -@@ -1,8 +1,5 @@ --with "external/lib/gnat/ini_file_manager.gpr"; --with "external/lib/gnat/adacurses.gpr"; -- ---- with "ini_file_manager.gpr"; ---- with "adacurses.gpr"; -+with "ini_file_manager.gpr"; -+with "adacurses.gpr"; - - project Default is - |