diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-04 05:14:01 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-04 05:14:01 +0800 |
commit | 2895a58be0576a7f74c95c579369e99de5e5fa33 (patch) | |
tree | 8d1335ed662cd18002a76900276ac280f9d9b891 /ports-mgmt | |
parent | 50b38811f4338440140b6f2d0697aeb9587796d7 (diff) | |
download | freebsd-ports-gnome-2895a58be0576a7f74c95c579369e99de5e5fa33.tar.gz freebsd-ports-gnome-2895a58be0576a7f74c95c579369e99de5e5fa33.tar.zst freebsd-ports-gnome-2895a58be0576a7f74c95c579369e99de5e5fa33.zip |
Update to 1.9.99.5
- In case of errors during pkg update exit with a non 0 status
- Fix pkg register issues with some version of libarchive:
* hardlinks not being made hardlinks sometime
* issues when PREFIX is a symlink to another directory
- Use portable mechanism to find the number of CPUs which allows pkg repo to be
faster on linux
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 2b6ed2ce1dd6..a5cefdd89fc9 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.9.99.4 +DISTVERSION= 1.9.99.5 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index ff64092e1554..3b012cb0456d 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479657039 -SHA256 (pkg-1.9.99.4.tar.xz) = 027dc28003a325e138355c43a9d8f948c0201a694b54c4bcc6a6ea5c28ac0033 -SIZE (pkg-1.9.99.4.tar.xz) = 1923452 +TIMESTAMP = 1480794805 +SHA256 (pkg-1.9.99.5.tar.xz) = a7915fdc404cefa08dbb7156ec7c46737aa4d4fb0a923fb2df9c162382de0fda +SIZE (pkg-1.9.99.5.tar.xz) = 1948340 |