Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 18:31:10 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550858 - head/Mk
Message-ID:  <202010011831.091IVA0N002852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Thu Oct  1 18:31:10 2020
New Revision: 550858
URL: https://svnweb.freebsd.org/changeset/ports/550858

Log:
  Bump the minimal pkg version to 1.15.6
  
  1.15 introduced more lua scripts and keywords handling and we want
  to push that, so bump the minimal pkg version needed to 1.15.6 which
  is the latest release available.
  
  Approved by:	portmgr (bapt@)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Oct  1 18:20:26 2020	(r550857)
+++ head/Mk/bsd.port.mk	Thu Oct  1 18:31:10 2020	(r550858)
@@ -1047,7 +1047,7 @@ _FLAVOR:=	${FLAVOR}
 .if !defined(PORTS_FEATURES) && empty(${PORTS_FEATURES:MFLAVORS})
 PORTS_FEATURES+=	FLAVORS
 .endif
-MINIMAL_PKG_VERSION=	1.13.0
+MINIMAL_PKG_VERSION=	1.15.6
 
 _PORTS_DIRECTORIES+=	${PKG_DBDIR} ${PREFIX} ${WRKDIR} ${EXTRACT_WRKDIR} \
 						${STAGEDIR}${PREFIX} ${WRKDIR}/pkg ${BINARY_LINKDIR}



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