From owner-svn-ports-head@FreeBSD.ORG Mon Oct 13 14:30:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73426E90; Mon, 13 Oct 2014 14:30:49 +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 46C12B84; Mon, 13 Oct 2014 14:30:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9DEUnLQ075100; Mon, 13 Oct 2014 14:30:49 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9DEUmhK075098; Mon, 13 Oct 2014 14:30:48 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410131430.s9DEUmhK075098@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 13 Oct 2014 14:30:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370787 - 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-1 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, 13 Oct 2014 14:30:49 -0000 Author: bapt Date: Mon Oct 13 14:30:48 2014 New Revision: 370787 URL: https://svnweb.freebsd.org/changeset/ports/370787 QAT: https://qat.redports.org/buildarchive/r370787/ Log: Update to 1.4.0.pre-alpha16 Changes: - Rework the job request processing - Fix pkg install/upgrade - Fix forced reinstall - Rework of integrity checking - The ABI is now defined using MACHINE_ARCH meaning freebsd:10:x86:64 is now FreeBSD:10:amd64 this is encoded in the package as "abi" the old "arch" key remains for compatibility and is translated to the old ABI - New option ALTABI represent the ancient ABI format - Repository configuration files can now talle ${ALTABI} as well as ${ABI} - The audit periodic script is able to audit pkgs in jails or chroots from the host system - The backup periodic script is able to backup database from jails or chroots to the host system - The status periodic script is able to report on chroots and jails from the host system. - The checksum periodic script is able to report on checksum mismatches in chroots and jails. - pkg check now support -q (--quiet) - 3 way merge code has been imported from the fossil scm project (not yet in use) - Code cleanup - Lots of minor bug fixes - Update libucl - Rationalise path before packaging ( /something//bla is not the same a /something/bla) - pkg info/search -R can now specify ucl as a format for the raw output 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 Oct 13 14:01:30 2014 (r370786) +++ head/ports-mgmt/pkg-devel/Makefile Mon Oct 13 14:30:48 2014 (r370787) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.0.pre-alpha15 +DISTVERSION= 1.4.0.pre-alpha16 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Mon Oct 13 14:01:30 2014 (r370786) +++ head/ports-mgmt/pkg-devel/distinfo Mon Oct 13 14:30:48 2014 (r370787) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.0.pre-alpha15.tar.xz) = db5afc24d2623e06aea26580a2972be48fea2b029e8ccef8a84c5ee57d279890 -SIZE (pkg-1.4.0.pre-alpha15.tar.xz) = 1748132 +SHA256 (pkg-1.4.0.pre-alpha16.tar.xz) = 97f91a849c6b17d55adb23a8046ddd745f27b908452fd48b59b9df804b0791a9 +SIZE (pkg-1.4.0.pre-alpha16.tar.xz) = 1747600