Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2019 09:29:23 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518205 - in head/ports-mgmt/pkg-provides: . files
Message-ID:  <201911230929.xAN9TNq3084129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Sat Nov 23 09:29:23 2019
New Revision: 518205
URL: https://svnweb.freebsd.org/changeset/ports/518205

Log:
  Upgrade ports-mgmt/pkg-provides to v0.6.0
  
  Changelog:
  - new database format reducing the file size

Added:
  head/ports-mgmt/pkg-provides/pkg-message   (contents, props changed)
Deleted:
  head/ports-mgmt/pkg-provides/files/
Modified:
  head/ports-mgmt/pkg-provides/Makefile
  head/ports-mgmt/pkg-provides/distinfo

Modified: head/ports-mgmt/pkg-provides/Makefile
==============================================================================
--- head/ports-mgmt/pkg-provides/Makefile	Sat Nov 23 08:53:52 2019	(r518204)
+++ head/ports-mgmt/pkg-provides/Makefile	Sat Nov 23 09:29:23 2019	(r518205)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pkg-provides
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.0
+DISTVERSION=	0.6.0
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	rodrigo@FreeBSD.org
@@ -18,11 +18,10 @@ BUILD_DEPENDS=	${LOCALBASE}/include/uthash.h:devel/uth
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 
-SUB_FILES=	pkg-message
 SUB_LIST=	LOCALBASE=${LOCALBASE}
 
 GH_ACCOUNT=	rosorio
-GH_TAGNAME=	452ffe6
+GH_TAGNAME=	1378a7f
 
 PLIST_FILES=	lib/pkg/provides.so man/man8/pkg-provides.8.gz
 

Modified: head/ports-mgmt/pkg-provides/distinfo
==============================================================================
--- head/ports-mgmt/pkg-provides/distinfo	Sat Nov 23 08:53:52 2019	(r518204)
+++ head/ports-mgmt/pkg-provides/distinfo	Sat Nov 23 09:29:23 2019	(r518205)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533388925
-SHA256 (rosorio-pkg-provides-v0.5.0-452ffe6_GH0.tar.gz) = 2fff407a2ea23e5b7d66fd1f25350d1e3a71b9ee8e8f106ddb745eeb9f4ec69d
-SIZE (rosorio-pkg-provides-v0.5.0-452ffe6_GH0.tar.gz) = 8854
+TIMESTAMP = 1574277609
+SHA256 (rosorio-pkg-provides-v0.6.0-1378a7f_GH0.tar.gz) = cadd7a03354c5be98845e4dd58eab850e628e688d5f6d8fca3ac8b166203879c
+SIZE (rosorio-pkg-provides-v0.6.0-1378a7f_GH0.tar.gz) = 10991

Added: head/ports-mgmt/pkg-provides/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/pkg-provides/pkg-message	Sat Nov 23 09:29:23 2019	(r518205)
@@ -0,0 +1,30 @@
+[
+{ type: install
+  message: <<EOM
+In order to use the pkg-provides plugin you need to enable plugins in pkg.
+To do this, uncomment the following lines in %%LOCALBASE%%/etc/pkg.conf file
+and add pkg-provides to the supported plugin list
+
+PKG_PLUGINS_DIR = "%%LOCALBASE%%/lib/pkg/";
+PKG_ENABLE_PLUGINS = true;
+PLUGINS [ provides ];
+
+After that run `pkg plugins' to see the plugins handled by pkg`.
+EOM
+}
+{ type: upgrade
+  maximum_version: "0.6.0"
+  message: <<EOM
+To update the provides database run `pkg provides -u`
+EOM
+}
+{ 
+  type: upgrade
+  maximum_version: "0.6.0"
+  message: <<EOM
+Pkg-provides from v0.6.0 introduces a new database file format.
+
+To update the provides database run `pkg provides -uf`
+EOM
+}
+]



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