svn commit: r394565 - head/ports-mgmt/pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Tue Aug 18 09:53:02 UTC 2015


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


More information about the svn-ports-all mailing list