diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-17 16:48:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-17 16:48:40 +0000 |
commit | 0b0cb10555315bef7b6d5538b64e208be9d8448f (patch) | |
tree | e7d137594fd3351008d74377cbfc75b8ff04549b /ports-mgmt/pkg | |
parent | 8daf4dbedc45c3c701de78d5a2c299a274d5c5f5 (diff) | |
download | ports-0b0cb10555315bef7b6d5538b64e208be9d8448f.tar.gz ports-0b0cb10555315bef7b6d5538b64e208be9d8448f.zip |
Release 1.4.5
Changes:
- Enforce a bit more pkgname a unicity identifier
- Fix regression on pkg query with multiline
- Fix sql error on some pkg query
- Stop again caching files for file:/// repos
- Do not trust libarchive to apply modes
- Accept tar files in repositories
- Handle chflags
- Some updates in documentation
Notes
Notes:
svn path=/head/; revision=377237
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 003065b49427..941eba435dcd 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.4 +DISTVERSION= 1.4.5 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 97bd54c402c7..99c39c613ba1 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.4.tar.xz) = 9a33fda731d13806acca36f96e3fcd61b0a6296f265b00ac117a4e3ed43c3693 -SIZE (pkg-1.4.4.tar.xz) = 1799644 +SHA256 (pkg-1.4.5.tar.xz) = f9786e20aa51fe848f1a18c4200d0f902b0ec5c3163da45a3314e739bcd8b6a3 +SIZE (pkg-1.4.5.tar.xz) = 1809328 |