From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 17:07:17 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 EB245106564A; Sun, 9 Sep 2012 17:07:17 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D6E068FC0C; Sun, 9 Sep 2012 17:07:17 +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 q89H7HZI010633; Sun, 9 Sep 2012 17:07:17 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89H7HTU010631; Sun, 9 Sep 2012 17:07:17 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209091707.q89H7HTU010631@svn.freebsd.org> From: Beat Gaetzi Date: Sun, 9 Sep 2012 17:07:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303984 - head/Tools/scripts X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 09 Sep 2012 17:07:18 -0000 Author: beat Date: Sun Sep 9 17:07:17 2012 New Revision: 303984 URL: http://svn.freebsd.org/changeset/ports/303984 Log: - Set fbsd:nokeywords property value to the one recommended by the Ports Subversion Primer. Approved by: mandree@ (maintainer) Modified: head/Tools/scripts/psvn Modified: head/Tools/scripts/psvn ============================================================================== --- head/Tools/scripts/psvn Sun Sep 9 17:01:51 2012 (r303983) +++ head/Tools/scripts/psvn Sun Sep 9 17:07:17 2012 (r303984) @@ -111,7 +111,7 @@ setprop () { "${SVN}" -q -- propdel fbsd:nokeywords "${_file}" ;; 1) # no match - "${SVN}" -q -- propset fbsd:nokeywords 1 "${_file}" + "${SVN}" -q -- propset fbsd:nokeywords yes "${_file}" "${SVN}" -q -- propdel svn:keywords "${_file}" ;; *) # egrep failed