svn commit: r303984 - head/Tools/scripts

Beat Gaetzi beat at FreeBSD.org
Sun Sep 9 17:07:18 UTC 2012


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



More information about the svn-ports-all mailing list