Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2018 09:33:25 +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: r460465 - in head/ports-mgmt/pkg-provides: . files
Message-ID:  <201801310933.w0V9XPmW083062@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Wed Jan 31 09:33:25 2018
New Revision: 460465
URL: https://svnweb.freebsd.org/changeset/ports/460465

Log:
  Fix an unconcistency and a typo in pkg-message
  Bump PORTREVISION
  
  Reported by:	romain

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	Wed Jan 31 09:02:11 2018	(r460464)
+++ head/ports-mgmt/pkg-provides/Makefile	Wed Jan 31 09:33:25 2018	(r460465)
@@ -3,6 +3,7 @@
 PORTNAME=	pkg-provides
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	rodrigo@FreeBSD.org

Modified: head/ports-mgmt/pkg-provides/files/pkg-message.in
==============================================================================
--- head/ports-mgmt/pkg-provides/files/pkg-message.in	Wed Jan 31 09:02:11 2018	(r460464)
+++ head/ports-mgmt/pkg-provides/files/pkg-message.in	Wed Jan 31 09:33:25 2018	(r460465)
@@ -3,9 +3,9 @@
   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_PLUGINS_DIR = "%%LOCALBASE%%/lib/pkg/";
   PKG_ENABLE_PLUGINS = true;
-  PLUGINS [ provides ]
+  PLUGINS [ provides ];
 
   After that run `pkg plugins' to see the plugins handled by pkg`.
 



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