From owner-svn-ports-head@FreeBSD.ORG Wed Jun 11 16:01:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEF2C428; Wed, 11 Jun 2014 16:01:35 +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 82B5727BF; Wed, 11 Jun 2014 16:01:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5BG1Znf056249; Wed, 11 Jun 2014 16:01:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5BG1Zo6056247; Wed, 11 Jun 2014 16:01:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406111601.s5BG1Zo6056247@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 11 Jun 2014 16:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357497 - 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-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 16:01:35 -0000 Author: bapt Date: Wed Jun 11 16:01:34 2014 New Revision: 357497 URL: http://svnweb.freebsd.org/changeset/ports/357497 QAT: https://qat.redports.org/buildarchive/r357497/ Log: Update to 1.3.0 beta3 Changes: - Now unicity is made on the typle (origin, name) to allow sub packages but cannot be made to only name to break installation from prior sanitization of the names - Fix pkg stat - Fix speed regression - 411.pkg-backup does not hide errors anymore - Improve documentation - debug now print stacktrace on freebsd 10+ - globalize common variables - new option to allow profiling sql queries - fix flatsize calculation - improve ui (better output) - add a new shiny progress bar and start using it everywhere - create a pkg_checksum api - fix pkg rquery -I - rework package digest - allow to use ldns instead of the FreeBSD dns api if needed - change the upgrade package path: first rename a file then extract the new file then unlink the renamed one - add a version script to avoid exposing external third party library symbols - fix pkg upgrade (it was changing the automatic flags when it shouldn't) 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 Jun 11 15:39:15 2014 (r357496) +++ head/ports-mgmt/pkg-devel/Makefile Wed Jun 11 16:01:34 2014 (r357497) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.0.b2 +DISTVERSION= 1.3.0.b3 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/pkg/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Wed Jun 11 15:39:15 2014 (r357496) +++ head/ports-mgmt/pkg-devel/distinfo Wed Jun 11 16:01:34 2014 (r357497) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.0.b2.tar.xz) = 7b98070bcde88f64fc179ee36dbfc42893b64c339bdb8459251133563629c6fa -SIZE (pkg-1.3.0.b2.tar.xz) = 1693644 +SHA256 (pkg-1.3.0.b3.tar.xz) = be64e2209365e47fe95ab4b3558c767696b08c32d74ed0ca27b99fc5d6f56f60 +SIZE (pkg-1.3.0.b3.tar.xz) = 1715624