aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg-provides
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2019-11-23 09:29:23 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2019-11-23 09:29:23 +0000
commitd908d9c0b00bcdd28abb57cde71978a002b1750c (patch)
treeba0a143e4e2f04f92b47793200d789ac3c3fedeb /ports-mgmt/pkg-provides
parent331c5d2c23ac774985ac7abc92ba06c8e630d318 (diff)
downloadports-d908d9c0b00bcdd28abb57cde71978a002b1750c.tar.gz
ports-d908d9c0b00bcdd28abb57cde71978a002b1750c.zip
Notes
Diffstat (limited to 'ports-mgmt/pkg-provides')
-rw-r--r--ports-mgmt/pkg-provides/Makefile5
-rw-r--r--ports-mgmt/pkg-provides/distinfo6
-rw-r--r--ports-mgmt/pkg-provides/files/pkg-message.in20
-rw-r--r--ports-mgmt/pkg-provides/pkg-message30
4 files changed, 35 insertions, 26 deletions
diff --git a/ports-mgmt/pkg-provides/Makefile b/ports-mgmt/pkg-provides/Makefile
index de05382f1a65..45173846d85f 100644
--- a/ports-mgmt/pkg-provides/Makefile
+++ b/ports-mgmt/pkg-provides/Makefile
@@ -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/uthash
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
diff --git a/ports-mgmt/pkg-provides/distinfo b/ports-mgmt/pkg-provides/distinfo
index 57771d00972d..5626f4b6261c 100644
--- a/ports-mgmt/pkg-provides/distinfo
+++ b/ports-mgmt/pkg-provides/distinfo
@@ -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
diff --git a/ports-mgmt/pkg-provides/files/pkg-message.in b/ports-mgmt/pkg-provides/files/pkg-message.in
deleted file mode 100644
index d9bd915293cd..000000000000
--- a/ports-mgmt/pkg-provides/files/pkg-message.in
+++ /dev/null
@@ -1,20 +0,0 @@
-[
-{ 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
- message: <<EOM
- To update the provides database run `pkg provides -u`
-EOM
-}
-]
diff --git a/ports-mgmt/pkg-provides/pkg-message b/ports-mgmt/pkg-provides/pkg-message
new file mode 100644
index 000000000000..0431a5d1d3a7
--- /dev/null
+++ b/ports-mgmt/pkg-provides/pkg-message
@@ -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
+}
+]