svn commit: r415711 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Mon May 23 09:53:16 UTC 2016


Author: bapt
Date: Mon May 23 09:53:15 2016
New Revision: 415711
URL: https://svnweb.freebsd.org/changeset/ports/415711

Log:
  Update to 1.8.1
  Changes:
  - Fix double free in pkg updating
  - Drop failures on POST-DEINSTALL (still too many failures in ports there :()

Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon May 23 09:31:28 2016	(r415710)
+++ head/ports-mgmt/pkg/Makefile	Mon May 23 09:53:15 2016	(r415711)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.8.0
+DISTVERSION=	1.8.1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Mon May 23 09:31:28 2016	(r415710)
+++ head/ports-mgmt/pkg/distinfo	Mon May 23 09:53:15 2016	(r415711)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463928580
-SHA256 (pkg-1.8.0.tar.xz) = 0891ac3283b7cb44a8f21d7cc260399f4947c5559a5ea088d4f4c0128b952b80
-SIZE (pkg-1.8.0.tar.xz) = 1945556
+TIMESTAMP = 1463996953
+SHA256 (pkg-1.8.1.tar.xz) = 0b7503597377c8fbec8ca2b98504770754a42eed7873b564ae5f5551a216386b
+SIZE (pkg-1.8.1.tar.xz) = 1915512


More information about the svn-ports-head mailing list