svn commit: r464588 - in head/ports-mgmt/pkg-provides: . files
Rodrigo Osorio
rodrigo at FreeBSD.org
Thu Mar 15 13:37:06 UTC 2018
Author: rodrigo
Date: Thu Mar 15 13:37:05 2018
New Revision: 464588
URL: https://svnweb.freebsd.org/changeset/ports/464588
Log:
fix typo in pkg-message.in and bump PORTREVISION
PR: 226617
Submitted by: gregf at hugops.pw
Reported by: eadler
Modified:
head/ports-mgmt/pkg-provides/Makefile
head/ports-mgmt/pkg-provides/files/pkg-message.in
Modified: head/ports-mgmt/pkg-provides/Makefile
==============================================================================
--- head/ports-mgmt/pkg-provides/Makefile Thu Mar 15 13:19:50 2018 (r464587)
+++ head/ports-mgmt/pkg-provides/Makefile Thu Mar 15 13:37:05 2018 (r464588)
@@ -3,6 +3,7 @@
PORTNAME= pkg-provides
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MAINTAINER= rodrigo at FreeBSD.org
Modified: head/ports-mgmt/pkg-provides/files/pkg-message.in
==============================================================================
--- head/ports-mgmt/pkg-provides/files/pkg-message.in Thu Mar 15 13:19:50 2018 (r464587)
+++ head/ports-mgmt/pkg-provides/files/pkg-message.in Thu Mar 15 13:37:05 2018 (r464588)
@@ -1,6 +1,6 @@
======================= pkg plugin activation ========================
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
+ 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/";
More information about the svn-ports-all
mailing list