From owner-svn-ports-head@FreeBSD.ORG Mon Jun 23 13:56:50 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 B08969F9; Mon, 23 Jun 2014 13:56:50 +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 8330E2B36; Mon, 23 Jun 2014 13:56:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NDuoHj048508; Mon, 23 Jun 2014 13:56:50 GMT (envelope-from vsevolod@svn.freebsd.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5NDuoNN048506; Mon, 23 Jun 2014 13:56:50 GMT (envelope-from vsevolod@svn.freebsd.org) Message-Id: <201406231356.s5NDuoNN048506@svn.freebsd.org> From: Vsevolod Stakhov Date: Mon, 23 Jun 2014 13:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358955 - 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: Mon, 23 Jun 2014 13:56:50 -0000 Author: vsevolod Date: Mon Jun 23 13:56:49 2014 New Revision: 358955 URL: http://svnweb.freebsd.org/changeset/ports/358955 QAT: https://qat.redports.org/buildarchive/r358955/ Log: Update to 1.3.0.b7 Changes: - Save repo type in the annotation. - Fix packages fetching for reinstallation - Convert pkg repo from threads to processes (no more pthread dependency) - Add progress indicators to repo create - Implement new repo style: * Add metafile * Use data from that metafile * Use advanced manifest digests format * Implement legacy repos creation - Fix symlinks checksums (reported by misha @ #pkgng) - Fix pkg backup -r messages - Now pkg is able to delete multiple versions of the same package (e.g. when some packages are merged into one another) - Fix repo schema upgrade - Do not try to re-fetch broken packages infinitely - Fix couple minor bugs and crashes With hat: pkg@ 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 Mon Jun 23 13:53:29 2014 (r358954) +++ head/ports-mgmt/pkg-devel/Makefile Mon Jun 23 13:56:49 2014 (r358955) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.0.b6 +DISTVERSION= 1.3.0.b7 CATEGORIES= ports-mgmt MASTER_SITES= \ http://highsecure.ru/distfiles/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Mon Jun 23 13:53:29 2014 (r358954) +++ head/ports-mgmt/pkg-devel/distinfo Mon Jun 23 13:56:49 2014 (r358955) @@ -1,2 +1,2 @@ -SIZE (pkg-1.3.0.b6.tar.xz) = 1693056 -SHA256 (pkg-1.3.0.b6.tar.xz) = c9f39aa25be438da9fe46693c155e9e74d38156d95e3d98149a651830aac202a +SIZE (pkg-1.3.0.b7.tar.xz) = 1720276 +SHA256 (pkg-1.3.0.b7.tar.xz) = 715c1d9aba6ba1305478f91db8c3b2734989dc203687d72303e301a371cf7a72