Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 09:53:02 +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: r394565 - head/ports-mgmt/pkg-devel
Message-ID:  <201508180953.t7I9r2Dx047108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Aug 18 09:53:01 2015
New Revision: 394565
URL: https://svnweb.freebsd.org/changeset/ports/394565

Log:
  Update to 1.5.99.8
  Changes:
  - Fix endless cycle of reinstall/deinstall of packages
  - Reduce a bit memory usage
  - New context aware messages (only show a message depending on where you are upgrading from)
  - Fix a bug about pkg messages not being properly decoded
  - Reduce code duplication

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	Tue Aug 18 09:43:23 2015	(r394564)
+++ head/ports-mgmt/pkg-devel/Makefile	Tue Aug 18 09:53:01 2015	(r394565)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.5.99.7
+DISTVERSION=	1.5.99.8
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Tue Aug 18 09:43:23 2015	(r394564)
+++ head/ports-mgmt/pkg-devel/distinfo	Tue Aug 18 09:53:01 2015	(r394565)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.5.99.7.tar.xz) = 0ff01edc771bc340aa2d1788332a416a59a6c25dba19eb5d9dcbb65e220ec56b
-SIZE (pkg-1.5.99.7.tar.xz) = 1894664
+SHA256 (pkg-1.5.99.8.tar.xz) = f495c50fd9507270023e8ccf9d626e95de7e603bfc0381f94e4a7b900c1b6d8a
+SIZE (pkg-1.5.99.8.tar.xz) = 1918896



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