diff options
author | bapt <bapt@FreeBSD.org> | 2016-05-09 01:51:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-05-09 01:51:10 +0800 |
commit | 768699c176889b7c51caa10d6122ce4cf5469289 (patch) | |
tree | 6d76a99b951de3ba7d304bd432eeb20ffbe6537b /ports-mgmt | |
parent | 5d7038380ab789cba7d474a13770391fe95dd9a4 (diff) | |
download | freebsd-ports-gnome-768699c176889b7c51caa10d6122ce4cf5469289.tar.gz freebsd-ports-gnome-768699c176889b7c51caa10d6122ce4cf5469289.tar.zst freebsd-ports-gnome-768699c176889b7c51caa10d6122ce4cf5469289.zip |
Update to 1.7.99.9
Changes:
- rename install --from-root into install --recursive to avoid confusions
- cleanup old packages later which reduces the window when the filesystem is "unstable"
- fix issue with recursive deps when using pkg add
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 447ce0035e7e..cf273a7272d5 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.7.99.8 +DISTVERSION= 1.7.99.9 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index a2426143de7d..a218c6db218b 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.7.99.8.tar.xz) = 3109e734cf553fbc46e4ecedb2134307dbbd6da06f64dac71d2a7e3758d8f510 -SIZE (pkg-1.7.99.8.tar.xz) = 1946632 +SHA256 (pkg-1.7.99.9.tar.xz) = 7a964b9ee05ee928358cdb482d6e26c27106bed4a456bd976810c201c94034db +SIZE (pkg-1.7.99.9.tar.xz) = 1940600 |