diff options
author | bapt <bapt@FreeBSD.org> | 2015-01-23 23:57:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-01-23 23:57:20 +0800 |
commit | d96db69ae99bc35ecbaae906c17d3ff1b5202492 (patch) | |
tree | 03122f45db615caf961af7e5ca433c900d00db45 /ports-mgmt/pkg | |
parent | b53f0948341c4a9eb2f9a8599d71cc8381e0cd6c (diff) | |
download | freebsd-ports-gnome-d96db69ae99bc35ecbaae906c17d3ff1b5202492.tar.gz freebsd-ports-gnome-d96db69ae99bc35ecbaae906c17d3ff1b5202492.tar.zst freebsd-ports-gnome-d96db69ae99bc35ecbaae906c17d3ff1b5202492.zip |
Release 1.4.7:
Changes:
- pkg updating now support case insensitive matching
- pkg_printf(3) support %x (so print the size of the package tarball)
- Use SI symbols (MiB instead of MB)
- When using procctl on an older kernel that does not implement the reaper
functionnality, be explicit about the failing syscall.
- Lofs of fixes on the chflags handling
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 54013516bedc..eeee070ffeab 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.6 +DISTVERSION= 1.4.7 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 7131949a2fec..069326519868 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.6.tar.xz) = 7e368e339990386a8e2f710d8ded094990df8cb1c8f298c14faa09a09e2f3817 -SIZE (pkg-1.4.6.tar.xz) = 1778964 +SHA256 (pkg-1.4.7.tar.xz) = 14ab3c611c7b287e4c22cc4f84c3437ccae3537ea677dee981b8f739f822f958 +SIZE (pkg-1.4.7.tar.xz) = 1772652 |