From owner-svn-ports-all@freebsd.org Wed Jan 31 09:33:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3095BEE5705; Wed, 31 Jan 2018 09:33:26 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D81547BBBD; Wed, 31 Jan 2018 09:33:25 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2AD42434D; Wed, 31 Jan 2018 09:33:25 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0V9XPDu083064; Wed, 31 Jan 2018 09:33:25 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0V9XPmW083062; Wed, 31 Jan 2018 09:33:25 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201801310933.w0V9XPmW083062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Wed, 31 Jan 2018 09:33:25 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: in head/ports-mgmt/pkg-provides: . files X-SVN-Commit-Revision: 460465 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 09:33:26 -0000 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`.