From owner-svn-ports-all@freebsd.org Wed Jun 22 21:22:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC479B726AC; Wed, 22 Jun 2016 21:22:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9502A145D; Wed, 22 Jun 2016 21:22:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5MLM6DK096644; Wed, 22 Jun 2016 21:22:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5MLM69B096642; Wed, 22 Jun 2016 21:22:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201606222122.u5MLM69B096642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 22 Jun 2016 21:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417334 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2016 21:22:07 -0000 Author: bapt Date: Wed Jun 22 21:22:06 2016 New Revision: 417334 URL: https://svnweb.freebsd.org/changeset/ports/417334 Log: Update to 1.8.99.7 - Lots of important fixes in the solver - Fix pkg upgrade -f - Reduce namecache contention a bit - Prefix all temporary files with a . so they are hidden - Explicitly tell the users which conflicts were found - Do not fork pkg when being ptraced (only on FreeBSD) - Implement repo pinning so once installed a package will keep coming from a given repo - Fix repository priority handling on directly requested packages Big thanks az@ and vsevolod@ for the thank less help provided Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Wed Jun 22 20:37:42 2016 (r417333) +++ head/ports-mgmt/pkg-devel/Makefile Wed Jun 22 21:22:06 2016 (r417334) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.8.99.6 +DISTVERSION= 1.8.99.7 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Wed Jun 22 20:37:42 2016 (r417333) +++ head/ports-mgmt/pkg-devel/distinfo Wed Jun 22 21:22:06 2016 (r417334) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465509995 -SHA256 (pkg-1.8.99.6.tar.xz) = 035045376910598034576d358acf2566a23c665a17326fe0262b2b2052ae3004 -SIZE (pkg-1.8.99.6.tar.xz) = 1911724 +TIMESTAMP = 1466630077 +SHA256 (pkg-1.8.99.7.tar.xz) = 947fce640497755b7078c84b2c5494a2f11cdaca54ded345942cacd8ac3b1532 +SIZE (pkg-1.8.99.7.tar.xz) = 1946500