From owner-svn-ports-head@FreeBSD.ORG Tue Dec 9 14:22:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F1834B7; Tue, 9 Dec 2014 14:22:12 +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 0B1DAB98; Tue, 9 Dec 2014 14:22:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB9EMBoA092821; Tue, 9 Dec 2014 14:22:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB9EMBZl092816; Tue, 9 Dec 2014 14:22:11 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412091422.sB9EMBZl092816@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 9 Dec 2014 14:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374397 - in head/ports-mgmt: pkg pkg-devel pkg/files 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: Tue, 09 Dec 2014 14:22:12 -0000 Author: bapt Date: Tue Dec 9 14:22:10 2014 New Revision: 374397 URL: https://svnweb.freebsd.org/changeset/ports/374397 QAT: https://qat.redports.org/buildarchive/r374397/ Log: Update pkg to 1.4.0 Update pkg-devel to 1.4.99.0 (aka 1.5 pre-alpha0) Changes since pkg 1.3.0: Changes you can expect in pkg 1.4 are the following: - Loads of bug fixes - Stricter checking of the path passed via the plist - Removal of the bundled libyaml - new --raw-format to chose the output format for info -R and search -R - ABI (for freebsd, unchanged for dragonfly) is now follwing MACHINE_ARCH (freebsd:10:x86:64 become FreeBSD:10:amd64) the old ABI is available as a fallback in ALTABI - pkg check now support a quiet mode - new 3 way merge code ("stolen" from the fossil-scm) to allow automerging configuration files - new @config keyword to mark a file as a config file (during upgrade/reinstallation it will try to merge the configuration with the one the user may have modified) an option AUTOMERGE is available to prevent automerging if automerge fails a .pkgnew file will be created along with the untouched user version of the configuration - The update procedure has been improved and speed up a lot (in particular for machine with low resources) - The unique identifier has been modified to be pkgname meaning now ports can be moved in new categories without having to be considered a different package - Only libraries starting by lib* are added to the provided libraries - General speed up of all operations - pkg set gain a -n option (equivalent to -o but works on name rather than origin) - pkg set -o now considered deprecated - pkg version accept '?' and '!' in pkg version limchar Deleted: head/ports-mgmt/pkg/files/patch-libpkg__pkg_config.c head/ports-mgmt/pkg/files/patch-libpkg__pkg_ports.c head/ports-mgmt/pkg/files/patch-plist-non-fatal Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Tue Dec 9 14:16:53 2014 (r374396) +++ head/ports-mgmt/pkg-devel/Makefile Tue Dec 9 14:22:10 2014 (r374397) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.0.rc3 +DISTVERSION= 1.4.99.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Tue Dec 9 14:16:53 2014 (r374396) +++ head/ports-mgmt/pkg-devel/distinfo Tue Dec 9 14:22:10 2014 (r374397) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.0.rc3.tar.xz) = c05b74d64662c0945cc6a8f9b6525dbdebf7afe9daa6408bcad7f93bc7c83ab4 -SIZE (pkg-1.4.0.rc3.tar.xz) = 1772412 +SHA256 (pkg-1.4.99.0.tar.xz) = bdc3cbaba90dfeacaea768a80a1975aad296d2ae4a00369d8e006b79a376b84c +SIZE (pkg-1.4.99.0.tar.xz) = 1783368 Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Tue Dec 9 14:16:53 2014 (r374396) +++ head/ports-mgmt/pkg/Makefile Tue Dec 9 14:22:10 2014 (r374397) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.8 -PORTREVISION= 3 +DISTVERSION= 1.4.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ - LOCAL/portmgr \ http://files.etoilebsd.net/${PORTNAME}/ \ + LOCAL/portmgr \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ MAINTAINER= portmgr@FreeBSD.org Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Tue Dec 9 14:16:53 2014 (r374396) +++ head/ports-mgmt/pkg/distinfo Tue Dec 9 14:22:10 2014 (r374397) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.8.tar.xz) = 06036f0bd0019d7a5b553272e665f060c44f6d8c1b61c5def67a5d9e24ead773 -SIZE (pkg-1.3.8.tar.xz) = 1786712 +SHA256 (pkg-1.4.0.tar.xz) = d65d8e16bce30db3397d8eb2979aad52bd770cc50a4afa55750f4b169a1f67da +SIZE (pkg-1.4.0.tar.xz) = 1802924