svn commit: r417464 - in head/ports-mgmt/pkg: . files
Baptiste Daroussin
bapt at FreeBSD.org
Sat Jun 25 11:48:15 UTC 2016
Author: bapt
Date: Sat Jun 25 11:48:14 2016
New Revision: 417464
URL: https://svnweb.freebsd.org/changeset/ports/417464
Log:
Release 1.8.6
- Important fixes in the solver
- When conflicts are found, they are explicitly printed
- Reduce namecache contention a bit
- Temporary files created during extraction are now hidden
- Accept symlinks to directories when pkg is expecting a directory
Deleted:
head/ports-mgmt/pkg/files/patch-upgrade_f
Modified:
head/ports-mgmt/pkg/Makefile
head/ports-mgmt/pkg/distinfo
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Sat Jun 25 11:41:18 2016 (r417463)
+++ head/ports-mgmt/pkg/Makefile Sat Jun 25 11:48:14 2016 (r417464)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.8.5
-PORTREVISION= 1
+DISTVERSION= 1.8.6
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo Sat Jun 25 11:41:18 2016 (r417463)
+++ head/ports-mgmt/pkg/distinfo Sat Jun 25 11:48:14 2016 (r417464)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465507093
-SHA256 (pkg-1.8.5.tar.xz) = 594debd677e11e3bf85cad73bbf0f88e3a757f485aee3497405bc444ac1da935
-SIZE (pkg-1.8.5.tar.xz) = 1944516
+TIMESTAMP = 1466854928
+SHA256 (pkg-1.8.6.tar.xz) = e00b66da2670d52c06d69d58362c281a18a02a3f956e3c313a009deb3a07c056
+SIZE (pkg-1.8.6.tar.xz) = 1917592
More information about the svn-ports-all
mailing list