From owner-svn-ports-all@FreeBSD.ORG Tue Oct 16 14:33:08 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1799C1AE; Tue, 16 Oct 2012 14:33:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 003E28FC19; Tue, 16 Oct 2012 14:33:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9GEX7LP058665; Tue, 16 Oct 2012 14:33:07 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9GEX7uX058662; Tue, 16 Oct 2012 14:33:07 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201210161433.q9GEX7uX058662@svn.freebsd.org> From: Bryan Drewery Date: Tue, 16 Oct 2012 14:33:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305977 - head X-SVN-Group: ports-head 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.14 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: Tue, 16 Oct 2012 14:33:08 -0000 Author: bdrewery Date: Tue Oct 16 14:33:07 2012 New Revision: 305977 URL: http://svn.freebsd.org/changeset/ports/305977 Log: - Fix grammar Reported by: wblock Feature safe: yes Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Oct 16 14:28:09 2012 (r305976) +++ head/UPDATING Tue Oct 16 14:33:07 2012 (r305977) @@ -9,7 +9,7 @@ you update your ports collection, before AFFECTS: users of ports-mgmt/portmaster AUTHOR: bdrewery@FreeBSD.org - Portmaster now support pkgng. To use pkgng, enable the patch in the port, + Portmaster now supports pkgng. To use pkgng, enable the patch in the port, enable pkgng in your make.conf, and convert your existing /var/db/pkg database. Also see UPDATING entry 20121010 if you are on a recent CURRENT and do not want to use pkg. @@ -22,7 +22,7 @@ you update your ports collection, before AFFECTS: users of ports-mgmt/portupgrade AUTHOR: bdrewery@FreeBSD.org - Portupgrade now support pkgng. To use pkgng, enable it in your make.conf, + Portupgrade now supports pkgng. To use pkgng, enable it in your make.conf, and convert your databases. # echo 'WITH_PKGNG=yes' >> /etc/make.conf