Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2018 13:37:05 +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: r464588 - in head/ports-mgmt/pkg-provides: . files
Message-ID:  <201803151337.w2FDb5hx085759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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/";



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