From owner-svn-ports-head@FreeBSD.ORG Thu Aug 1 20:32:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9DB968E1; Thu, 1 Aug 2013 20:32:22 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8ABA42953; Thu, 1 Aug 2013 20:32:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r71KWMTL033034; Thu, 1 Aug 2013 20:32:22 GMT (envelope-from remko@svn.freebsd.org) Received: (from remko@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r71KWMv4033033; Thu, 1 Aug 2013 20:32:22 GMT (envelope-from remko@svn.freebsd.org) Message-Id: <201308012032.r71KWMv4033033@svn.freebsd.org> From: Remko Lodder Date: Thu, 1 Aug 2013 20:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324123 - head/ports-mgmt/portaudit-db/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 20:32:22 -0000 Author: remko (src,doc committer) Date: Thu Aug 1 20:32:22 2013 New Revision: 324123 URL: http://svnweb.freebsd.org/changeset/ports/324123 Log: Fix minor typo while investigating this file for a PR. Modified: head/ports-mgmt/portaudit-db/files/packaudit.sh Modified: head/ports-mgmt/portaudit-db/files/packaudit.sh ============================================================================== --- head/ports-mgmt/portaudit-db/files/packaudit.sh Thu Aug 1 20:22:27 2013 (r324122) +++ head/ports-mgmt/portaudit-db/files/packaudit.sh Thu Aug 1 20:32:22 2013 (r324123) @@ -74,7 +74,7 @@ if [ -n "$ISCVS" ]; then File $VUXMLDIR/vuln.xml seem to come from CVS. CVS for FreeBSD ports is no longer synced with Subversion, so you will -get outdated vulnerability list. Please, check out your sources from +get an outdated vulnerability list. Please, check out your sources from Subversion, refer to http://www.freebsd.org/doc/handbook/svn.html for the up to date instructions on how to actually do that.