From owner-svn-ports-all@freebsd.org Thu Mar 15 13:37:06 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 54DE7F52A73; Thu, 15 Mar 2018 13:37:06 +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 0219E8170C; Thu, 15 Mar 2018 13:37:06 +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 ECE3516BAE; Thu, 15 Mar 2018 13:37:05 +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 w2FDb52O085761; Thu, 15 Mar 2018 13:37:05 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2FDb5hx085759; Thu, 15 Mar 2018 13:37:05 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201803151337.w2FDb5hx085759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Thu, 15 Mar 2018 13:37:05 +0000 (UTC) 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 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: 464588 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: Thu, 15 Mar 2018 13:37:06 -0000 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/";