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

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 6 07:11:57 UTC 2016


Author: bapt
Date: Wed Apr  6 07:11:55 2016
New Revision: 412610
URL: https://svnweb.freebsd.org/changeset/ports/412610

Log:
  Update to 1.7.99.1 (same as 1.7.2)
  
  Changes:
  - pkg asks again for small operations (regression)
  - fix pkg auto upgrade mechanism (regression test added)
  - 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-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Wed Apr  6 07:08:28 2016	(r412609)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed Apr  6 07:11:55 2016	(r412610)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.7.99.0
+DISTVERSION=	1.7.99.1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Wed Apr  6 07:08:28 2016	(r412609)
+++ head/ports-mgmt/pkg-devel/distinfo	Wed Apr  6 07:11:55 2016	(r412610)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.7.99.0.tar.xz) = 65038073ee11665ed33eebec933b5f30f959f9a968c3049d01f17ae36137272c
-SIZE (pkg-1.7.99.0.tar.xz) = 1939568
+SHA256 (pkg-1.7.99.1.tar.xz) = ccdf4fb428318a71f629a742e3e9d446036026e8d9c8e463878eb1a9e9a3cd6d
+SIZE (pkg-1.7.99.1.tar.xz) = 1909332


More information about the svn-ports-all mailing list