Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2019 07:52:25 +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: r512257 - head/ports-mgmt/pkg-devel
Message-ID:  <201909180752.x8I7qP93024090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep 18 07:52:24 2019
New Revision: 512257
URL: https://svnweb.freebsd.org/changeset/ports/512257

Log:
  Release pkg 1.12.99.0
  
  Changes from previous devel version:
  - Fix crash with bad ABI is provided
  
  Change in the port:
  - Do not check anymore for pkg_tools migration to pkg

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	Wed Sep 18 07:37:56 2019	(r512256)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed Sep 18 07:52:24 2019	(r512257)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.11.99.3
+DISTVERSION=	1.12.99.0
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -13,7 +13,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	45b5d943
+GH_TAGNAME=	8004f584
 
 WITH_DEBUG=	yes
 CFLAGS+=	-O0 -g -Wno-error
@@ -45,29 +45,6 @@ IGNORE=	WITH_PKG is not defined to 'devel', this versi
 PKGNAMESUFFIX=
 #define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :)
 PKG_DEPENDS=
-.endif
-.if exists(${LOCALBASE}/sbin/pkg_info) || exists(/usr/sbin/pkg_info)
-NB_OLDPKGS!=	pkg_info 2>/dev/null | wc -l
-.if exists(${PKG_BIN})
-NB_NEWPKGS!=	${PKG_INFO} -aq | wc -l
-.else
-NB_NEWPKGS=	0
-.endif
-# Only show the pre-everything notice if they have not already
-# converted any packages
-.if ${NB_OLDPKGS} > 0 && ${NB_NEWPKGS} == 0
-
-pre-everything::
-	@${ECHO_CMD} "You are about to convert your system to pkg while you have ports/packages"; \
-	 ${ECHO_CMD} "installed with the old pkg_install tools."; \
-	 ${ECHO_CMD} ""; \
-	 ${ECHO_CMD} "To switch to pkg:"; \
-	 ${ECHO_CMD} "    1) Install ports-mgmt/pkg"; \
-	 ${ECHO_CMD} "    2) Convert your package database by running pkg2ng"; \
-	 ${ECHO_CMD} ""; \
-	exit 1
-
-.endif
 .endif
 .endif
 

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Wed Sep 18 07:37:56 2019	(r512256)
+++ head/ports-mgmt/pkg-devel/distinfo	Wed Sep 18 07:52:24 2019	(r512257)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567799551
-SHA256 (freebsd-pkg-1.11.99.3-45b5d943_GH0.tar.gz) = 0d91d5329385bb3a87446cc0535acd5ed97c7859a31f883f3b7fadfc3099479c
-SIZE (freebsd-pkg-1.11.99.3-45b5d943_GH0.tar.gz) = 3867433
+TIMESTAMP = 1568793018
+SHA256 (freebsd-pkg-1.12.99.0-8004f584_GH0.tar.gz) = 4b49bd871e833d570f7bdac52d72115a4c1b30cc1a74c65e80781ca0f6bb0056
+SIZE (freebsd-pkg-1.12.99.0-8004f584_GH0.tar.gz) = 3867389



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