diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-14 23:00:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-14 23:00:04 +0000 |
commit | 627d890c90146855fcb7aa017195331e6b3200d9 (patch) | |
tree | ad03c3ae409b6bffb3302510eaaf3e796ffe171e | |
parent | b3568403b819db783c0a17ec263dd258a2c384e9 (diff) | |
download | freebsd-ports-627d890c90146855fcb7aa017195331e6b3200d9.zip |
Update to 1.4.0-alpha15
Changes:
- pkg register checks conflicts before installing the files
- do not provide any shlibs if the "no_provide_shlib" annotation is set
- fix invalid free() in keywords arguments parsing
- Add ability to select usage of IPv4/IPv6 via config, repository config or command line
- some documentation fixes and improvements
- If one of -P, -I or -R is not explicitly given on the command line, do
not emit error messages while searching for a mechanism to find data
about the latest available ports.
- Rework automatic directory deletion
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 14e768e61068..78b97c85f601 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.0.pre-alpha14 +DISTVERSION= 1.4.0.pre-alpha15 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 02840d880cee..8a8033eb2cec 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.0.pre-alpha14.tar.xz) = 164e5fe1661984f8a07abaae8249f56ea261845e2d1d9e43ee0955178287c4e7 -SIZE (pkg-1.4.0.pre-alpha14.tar.xz) = 1756252 +SHA256 (pkg-1.4.0.pre-alpha15.tar.xz) = db5afc24d2623e06aea26580a2972be48fea2b029e8ccef8a84c5ee57d279890 +SIZE (pkg-1.4.0.pre-alpha15.tar.xz) = 1748132 |