Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2016 23:30:24 +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: r407326 - head/ports-mgmt/pkg-devel
Message-ID:  <201601262330.u0QNUObD008753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jan 26 23:30:24 2016
New Revision: 407326
URL: https://svnweb.freebsd.org/changeset/ports/407326

Log:
  Update to 1.6.99.5
  Changes:
  - turn libfetch into verbose when pkg is run is debug mode
  - remove all mention of MTREE_DIRS in documentations
  - update libfetch to the latest version from HEAD
  - Fix segfault with HTTP_USER_AGENT is empty
  - Fall back to the default user agent if the provided on is empty
  - Fix segfault when bad url are provided in the repository configurations
  - Fix error reporting when an error occurs during package creation

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	Tue Jan 26 23:20:22 2016	(r407325)
+++ head/ports-mgmt/pkg-devel/Makefile	Tue Jan 26 23:30:24 2016	(r407326)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.6.99.4
+DISTVERSION=	1.6.99.5
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Tue Jan 26 23:20:22 2016	(r407325)
+++ head/ports-mgmt/pkg-devel/distinfo	Tue Jan 26 23:30:24 2016	(r407326)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.6.99.4.tar.xz) = 029e37b0da9bc7588eaec30b56b7b5675213436bd434e14f29241258077c0a1e
-SIZE (pkg-1.6.99.4.tar.xz) = 1906688
+SHA256 (pkg-1.6.99.5.tar.xz) = 2f9f9b4b330fcd6863539ad60ecf21241a514ab738b04ad70f17d00fc0bd8a33
+SIZE (pkg-1.6.99.5.tar.xz) = 1936440



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