diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-30 07:48:02 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-30 07:48:02 +0800 |
commit | 18cbe74bd4287961a0a7139ed08c6b561ce50cbd (patch) | |
tree | d2c927cde5be6577e2a1d4a3da26acc0810c77f7 /ports-mgmt | |
parent | 339a8b1f6f2b1d5b6e93e3389d8e9ff7f705aefa (diff) | |
download | freebsd-ports-gnome-18cbe74bd4287961a0a7139ed08c6b561ce50cbd.tar.gz freebsd-ports-gnome-18cbe74bd4287961a0a7139ed08c6b561ce50cbd.tar.zst freebsd-ports-gnome-18cbe74bd4287961a0a7139ed08c6b561ce50cbd.zip |
- Update to 3.16
This fixes a regression with non-pkgng usage that would invoke
the bootstrapper when upgrading ports. My testing did not
cover systems with the bootstrapper that did not use pkgng, so
this was missed.
The impact of this was just a hung build during deinstall.
Reported by: mandree
Pointyhat to: bdrewery
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 6 | ||||
-rw-r--r-- | ports-mgmt/portmaster/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index 7731d3ea0242..df18635c7903 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= portmaster -PORTVERSION= 3.15 +PORTVERSION= 3.16 CATEGORIES= ports-mgmt MASTER_SITES= GH \ LOCAL/bdrewery/${PORTNAME}/ \ @@ -15,13 +15,11 @@ LICENSE= BSD USE_GITHUB= yes GH_ACCOUNT= portmaster -GH_COMMIT= 36a0273 +GH_COMMIT= 2a29846 GH_TAGNAME= ${GH_COMMIT} OPTIONS_DEFINE= BASH ZSH -BROKEN= invokes pkgng bootstrapper when it should not - PLIST_FILES= sbin/portmaster etc/portmaster.rc.sample MAN8= portmaster.8 diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo index d1e8a12f9eea..6f66fa67d20a 100644 --- a/ports-mgmt/portmaster/distinfo +++ b/ports-mgmt/portmaster/distinfo @@ -1,2 +1,2 @@ -SHA256 (portmaster-portmaster-3.15-36a0273.tar.gz) = 87571acac8b74a7b1135fd6f13da61d86b90bd82df38b49a00fc9aee3f2c42b0 -SIZE (portmaster-portmaster-3.15-36a0273.tar.gz) = 44493 +SHA256 (portmaster-portmaster-3.16-2a29846.tar.gz) = 0e8dbaaa286348c98c8429c8e934b6d6bffe6c7325095a54d56692325194ba6a +SIZE (portmaster-portmaster-3.16-2a29846.tar.gz) = 44506 |