Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 21:14:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427741 - head/ports-mgmt/pkg-devel
Message-ID:  <201612032114.uB3LE11D022239@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612032114.uB3LE11D022239>