From ad4a7feb3b36768418c53cf2839c4c6aa443a751 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 31 Mar 2014 16:56:39 +0000 Subject: [PATCH] Update to 1.3.0.a7: Changes: - pkg create uses a readonly lock - pkg create returns non 0 is package creation failed - rework the cache so that is avoid collision with multirepo and avoid warning the users harmless checksum retry - do not cache anymore files when using file:// scheme - Preserve automatic flags of local packages. - Use installed provides if possible. - Fix local and remote logic for provides and conflicts. - Optimize SAT solving slightly. - Make duplicate-related warning fatal in developer mode - Continue turning the public api into pkg_objects --- ports-mgmt/pkg-devel/Makefile | 2 +- ports-mgmt/pkg-devel/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 49a6f9db8c41..53d769b6fbc0 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.0.a6 +DISTVERSION= 1.3.0.a7 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/pkg/ \ diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 93eddd4bd1a9..ea3b0e1cf9e9 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.0.a6.tar.xz) = 7359a858e64ad4d356d3b4abd3b4a33c80ffab162ee1b28243d72b484ecb0417 -SIZE (pkg-1.3.0.a6.tar.xz) = 1645396 +SHA256 (pkg-1.3.0.a7.tar.xz) = 4d37890d17c902f21ee4cf0729e6d97cf69ae3aaabf91084b08059dc9abcb777 +SIZE (pkg-1.3.0.a7.tar.xz) = 1646552