Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 15:52:12 +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: r547904 - head/ports-mgmt/pkg
Message-ID:  <202009071552.087FqCJq084834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  7 15:52:11 2020
New Revision: 547904
URL: https://svnweb.freebsd.org/changeset/ports/547904

Log:
  Fix a crash when fetching audit file

Modified:
  head/ports-mgmt/pkg/Makefile

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon Sep  7 15:45:51 2020	(r547903)
+++ head/ports-mgmt/pkg/Makefile	Mon Sep  7 15:52:11 2020	(r547904)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.15.0
+DISTVERSION=	1.15.1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 #MASTER_SITES=	\



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