From owner-svn-ports-all@FreeBSD.ORG Thu May 22 10:11:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF33DEAF; Thu, 22 May 2014 10:11:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B28F920FC; Thu, 22 May 2014 10:11:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4MABBId062816; Thu, 22 May 2014 10:11:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4MABB3r062813; Thu, 22 May 2014 10:11:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405221011.s4MABB3r062813@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 22 May 2014 10:11:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354819 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 10:11:12 -0000 Author: bapt Date: Thu May 22 10:11:10 2014 New Revision: 354819 URL: http://svnweb.freebsd.org/changeset/ports/354819 QAT: https://qat.redports.org/buildarchive/r354819/ Log: Update to pkg 1.3.0 beta2 Changes: - more fixes in pkg audit - move audit functions into the library - pkg lock -l now list the locked packages - database lock behaviour is now configurable - symlinks now has a checksum to ensure they are valid - more fixes on the solver - add long version of the options Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg-devel/pkg-plist Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Thu May 22 09:51:35 2014 (r354818) +++ head/ports-mgmt/pkg-devel/Makefile Thu May 22 10:11:10 2014 (r354819) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.0.b1 +DISTVERSION= 1.3.0.b2 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/pkg/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Thu May 22 09:51:35 2014 (r354818) +++ head/ports-mgmt/pkg-devel/distinfo Thu May 22 10:11:10 2014 (r354819) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.0.b1.tar.xz) = c4ebf81c934a73c48572dcec382684bd7ddd41b45ab577fbc8248849f9fa625b -SIZE (pkg-1.3.0.b1.tar.xz) = 1687096 +SHA256 (pkg-1.3.0.b2.tar.xz) = 7b98070bcde88f64fc179ee36dbfc42893b64c339bdb8459251133563629c6fa +SIZE (pkg-1.3.0.b2.tar.xz) = 1693644 Modified: head/ports-mgmt/pkg-devel/pkg-plist ============================================================================== --- head/ports-mgmt/pkg-devel/pkg-plist Thu May 22 09:51:35 2014 (r354818) +++ head/ports-mgmt/pkg-devel/pkg-plist Thu May 22 10:11:10 2014 (r354819) @@ -8,8 +8,8 @@ etc/pkg.conf.sample include/pkg.h lib/libpkg.a lib/libpkg.so -lib/libpkg.so.2 -lib/libpkg.so.2.0.0 +lib/libpkg.so.3 +lib/libpkg.so.3.0.0 libdata/pkgconfig/pkg.pc man/man3/pkg_printf.3.gz man/man3/pkg_repos.3.gz