svn commit: r547904 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 7 15:52:12 UTC 2020


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=	\


More information about the svn-ports-all mailing list