Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 23:14:18 +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: r397901 - head/ports-mgmt/pkg
Message-ID:  <201509252314.t8PNEI5t002953@repo.freebsd.org>

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



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