Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2016 21:22:06 +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: r417334 - head/ports-mgmt/pkg-devel
Message-ID:  <201606222122.u5MLM69B096642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606222122.u5MLM69B096642>