From owner-svn-ports-head@freebsd.org Sat Dec 3 21:14:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54540C65913; Sat, 3 Dec 2016 21:14:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2404C8DD; Sat, 3 Dec 2016 21:14:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB3LE1a9022241; Sat, 3 Dec 2016 21:14:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB3LE11D022239; Sat, 3 Dec 2016 21:14:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612032114.uB3LE11D022239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 3 Dec 2016 21:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427741 - 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.23 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: Sat, 03 Dec 2016 21:14:02 -0000 Author: bapt Date: Sat Dec 3 21:14:01 2016 New Revision: 427741 URL: https://svnweb.freebsd.org/changeset/ports/427741 Log: Update to 1.9.99.5 - In case of errors during pkg update exit with a non 0 status - Fix pkg register issues with some version of libarchive: * hardlinks not being made hardlinks sometime * issues when PREFIX is a symlink to another directory - Use portable mechanism to find the number of CPUs which allows pkg repo to be faster on linux 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 Sat Dec 3 20:07:57 2016 (r427740) +++ head/ports-mgmt/pkg-devel/Makefile Sat Dec 3 21:14:01 2016 (r427741) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.9.99.4 +DISTVERSION= 1.9.99.5 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sat Dec 3 20:07:57 2016 (r427740) +++ head/ports-mgmt/pkg-devel/distinfo Sat Dec 3 21:14:01 2016 (r427741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479657039 -SHA256 (pkg-1.9.99.4.tar.xz) = 027dc28003a325e138355c43a9d8f948c0201a694b54c4bcc6a6ea5c28ac0033 -SIZE (pkg-1.9.99.4.tar.xz) = 1923452 +TIMESTAMP = 1480794805 +SHA256 (pkg-1.9.99.5.tar.xz) = a7915fdc404cefa08dbb7156ec7c46737aa4d4fb0a923fb2df9c162382de0fda +SIZE (pkg-1.9.99.5.tar.xz) = 1948340