diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-02 23:09:07 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-02 23:09:07 +0800 |
commit | 53dca1a4eb80c8521b924cbbe1f3dda4bad8f925 (patch) | |
tree | 93f90a105209339988ef9e9bb07bd5b1998151c6 /ports-mgmt | |
parent | 448871b4dea96a8efc7c3c6ed3e4e290364bf921 (diff) | |
download | freebsd-ports-gnome-53dca1a4eb80c8521b924cbbe1f3dda4bad8f925.tar.gz freebsd-ports-gnome-53dca1a4eb80c8521b924cbbe1f3dda4bad8f925.tar.zst freebsd-ports-gnome-53dca1a4eb80c8521b924cbbe1f3dda4bad8f925.zip |
Release 1.4.4
Changes:
- Remove lots of dead code
- Fix pkg stat reporting the size of remote repositories
- Remove execinfo dependency
- Fix pkg check with no active remote db
- Remove outdated example from manpages
- More accurate error messages in pkg check
- Use the new procctl(2) features when possible to prevent script from spawning daemons
- More fixes in integrity check
- Improvements in zsh completion
Diffstat (limited to 'ports-mgmt')
-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 fe4568c6455c..003065b49427 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.3 +DISTVERSION= 1.4.4 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 893a5815a339..97bd54c402c7 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.3.tar.xz) = f158139f7b6007a880e1c3f9440ca79b4ad8ae0ca342e7c967f8c49630365633 -SIZE (pkg-1.4.3.tar.xz) = 1805116 +SHA256 (pkg-1.4.4.tar.xz) = 9a33fda731d13806acca36f96e3fcd61b0a6296f265b00ac117a4e3ed43c3693 +SIZE (pkg-1.4.4.tar.xz) = 1799644 |