Date: Sat, 25 Jun 2016 11:48:14 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417464 - in head/ports-mgmt/pkg: . files Message-ID: <201606251148.u5PBmEae009498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606251148.u5PBmEae009498>