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

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 6 07:06:25 UTC 2016


Author: bapt
Date: Wed Apr  6 07:06:23 2016
New Revision: 412608
URL: https://svnweb.freebsd.org/changeset/ports/412608

Log:
  Update to 1.7.2
  
  Changes:
  - Update libucl to latest version which fixes an issue with empty pkg.conf (regression test added)
  - pkg install on an already installed package returns 0 again this regression was introduced when fixing pkg lock (regression test added)

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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Wed Apr  6 07:05:22 2016	(r412607)
+++ head/ports-mgmt/pkg/Makefile	Wed Apr  6 07:06:23 2016	(r412608)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.7.1
+DISTVERSION=	1.7.2
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Wed Apr  6 07:05:22 2016	(r412607)
+++ head/ports-mgmt/pkg/distinfo	Wed Apr  6 07:06:23 2016	(r412608)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.7.1.tar.xz) = c82f668ea6f25d253a5485ed28ba3b54e019a53decf5a1dc7736e45613f1202d
-SIZE (pkg-1.7.1.tar.xz) = 1943816
+SHA256 (pkg-1.7.2.tar.xz) = 02dfbed839ec3f11c6e9727f72230bea59869eaa299feeeab3669dac8a347c1d
+SIZE (pkg-1.7.2.tar.xz) = 1913944


More information about the svn-ports-all mailing list