svn commit: r460465 - in head/ports-mgmt/pkg-provides: . files

Rodrigo Osorio rodrigo at FreeBSD.org
Wed Jan 31 09:33:26 UTC 2018


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 at 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`.
 


More information about the svn-ports-head mailing list