diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-14 22:04:19 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-14 22:04:19 +0800 |
commit | 61ccdb94eaef49256d434f21375f22af0516ef1c (patch) | |
tree | 99a9fdf124cd3aba85d5bbcee427bbdefa35882b /ports-mgmt/pkg | |
parent | 3149cd6fe826d4bac626019f3188008d97b015ea (diff) | |
download | freebsd-ports-gnome-61ccdb94eaef49256d434f21375f22af0516ef1c.tar.gz freebsd-ports-gnome-61ccdb94eaef49256d434f21375f22af0516ef1c.tar.zst freebsd-ports-gnome-61ccdb94eaef49256d434f21375f22af0516ef1c.zip |
Release pkg 1.5.5
Changes:
- Manpages updates
- Add a random delay to pkg-audit when invoked without a TTY
- Update zsh completion
- Add a new AUTOCLEAN option to automatically clean the cache directory
- Don't attempt to set file ownership when INSTALL_AS_USER is set
- Add a new configuration item to define custom HTTP User-Agent
- Fix an integer overflow when displaying package size for packages larger than 2GiB.
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 8230952190c9..baffe396eea8 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.4 +DISTVERSION= 1.5.5 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 6c0bcce5440f..af1988c0b344 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.4.tar.xz) = 0baa890d8c81e2308196261cf6f1da8e72283781e89bc5d278d6b89be6ec215a -SIZE (pkg-1.5.4.tar.xz) = 1896980 +SHA256 (pkg-1.5.5.tar.xz) = 5d19b4cca5574f3e4d5299e65cd6ef3e31eff9c2bba06223119587137d750a1f +SIZE (pkg-1.5.5.tar.xz) = 1897720 |