Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2012 17:07:17 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303984 - head/Tools/scripts
Message-ID:  <201209091707.q89H7HTU010631@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209091707.q89H7HTU010631>