From owner-svn-ports-all@freebsd.org Fri Sep 25 23:14:19 2015 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 8606BA086B4; Fri, 25 Sep 2015 23:14:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5D61313E4; Fri, 25 Sep 2015 23:14:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PNEJ1i002955; Fri, 25 Sep 2015 23:14:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PNEI5t002953; Fri, 25 Sep 2015 23:14:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509252314.t8PNEI5t002953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2015 23:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397901 - head/ports-mgmt/pkg 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.20 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: Fri, 25 Sep 2015 23:14:19 -0000 Author: bapt Date: Fri Sep 25 23:14:18 2015 New Revision: 397901 URL: https://svnweb.freebsd.org/changeset/ports/397901 Log: Release pkg-1.6.0 Changes since pkg-1.5 series - Lots of improvements in the solver (in particular fixes the case like the recent jpeg upgrade) - Lots of fixes in the 3 way merge code - pkg add can now work without a version specified in the dependency line - pkg check -d now also check the required libraries - Improved support for partial upgrades - Improved zsh completion support - Improved linux support (now all regression tests passes on linux) - Messages can now be context aware: (only print a given message during installation, upgrade - version aware -, removal, or always) - @keywords now accepts new entries to add context aware messages - Add the ability to generate graphiz's dot format representation of the solver's problem - pkg search now default on showing the comments of of the matched packages - Lots of bug fixes and code cleanup - Document @{pre,post}[un]exec in plist added in pkg 1.5 Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Fri Sep 25 22:08:20 2015 (r397900) +++ head/ports-mgmt/pkg/Makefile Fri Sep 25 23:14:18 2015 (r397901) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.6 +DISTVERSION= 1.6.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Fri Sep 25 22:08:20 2015 (r397900) +++ head/ports-mgmt/pkg/distinfo Fri Sep 25 23:14:18 2015 (r397901) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.6.tar.xz) = 30c772e97e306ad85dcc652e2a9951ad49b0827337066f44dba5d91882ad92b1 -SIZE (pkg-1.5.6.tar.xz) = 1900900 +SHA256 (pkg-1.6.0.tar.xz) = ed8b651abaf613723bbec8363e7d1c4f8edfb487adb689d22880430026ab7912 +SIZE (pkg-1.6.0.tar.xz) = 1895636