From owner-svn-src-head@FreeBSD.ORG Thu Oct 31 18:44:42 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 537F6305; Thu, 31 Oct 2013 18:44:42 +0000 (UTC) (envelope-from emaste@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 269E927D0; Thu, 31 Oct 2013 18:44:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VIigNq010709; Thu, 31 Oct 2013 18:44:42 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9VIifYs010702; Thu, 31 Oct 2013 18:44:41 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201310311844.r9VIifYs010702@svn.freebsd.org> From: Ed Maste Date: Thu, 31 Oct 2013 18:44:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257462 - head/lib/libz X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 18:44:42 -0000 Author: emaste Date: Thu Oct 31 18:44:40 2013 New Revision: 257462 URL: http://svnweb.freebsd.org/changeset/base/257462 Log: Fix up FreeBSD tag for files not from a vendor branch Unexpand the tag, remove the fbsd:nokeywords property and add the svn:keywords property. This should eliminate the gratuituous diffs that appear on these files in projects branches. Sponsored by: The FreeBSD Foundation Modified: head/lib/libz/FREEBSD-upgrade (contents, props changed) head/lib/libz/Makefile (contents, props changed) head/lib/libz/Symbol.map (contents, props changed) head/lib/libz/Versions.def (contents, props changed) head/lib/libz/zopen.c (contents, props changed) Modified: head/lib/libz/FREEBSD-upgrade ============================================================================== --- head/lib/libz/FREEBSD-upgrade Thu Oct 31 18:11:50 2013 (r257461) +++ head/lib/libz/FREEBSD-upgrade Thu Oct 31 18:44:40 2013 (r257462) @@ -1,4 +1,4 @@ -$FreeBSD: head/lib/libz/FREEBSD-upgrade 146082 2005-05-11 03:50:50Z kientzle $ +$FreeBSD$ ZLib 1.2.2 Modified: head/lib/libz/Makefile ============================================================================== --- head/lib/libz/Makefile Thu Oct 31 18:11:50 2013 (r257461) +++ head/lib/libz/Makefile Thu Oct 31 18:44:40 2013 (r257462) @@ -1,5 +1,5 @@ # -# $FreeBSD: head/lib/libz/Makefile 232263 2012-02-28 18:30:18Z dim $ +# $FreeBSD$ # LIB= z Modified: head/lib/libz/Symbol.map ============================================================================== --- head/lib/libz/Symbol.map Thu Oct 31 18:11:50 2013 (r257461) +++ head/lib/libz/Symbol.map Thu Oct 31 18:44:40 2013 (r257462) @@ -1,5 +1,5 @@ /* - * $FreeBSD: head/lib/libz/Symbol.map 206709 2010-04-16 20:07:24Z delphij $ + * $FreeBSD$ */ ZLIB_1.2.7.1 { Modified: head/lib/libz/Versions.def ============================================================================== --- head/lib/libz/Versions.def Thu Oct 31 18:11:50 2013 (r257461) +++ head/lib/libz/Versions.def Thu Oct 31 18:44:40 2013 (r257462) @@ -1,4 +1,4 @@ -# $FreeBSD: head/lib/libz/Versions.def 205486 2010-03-22 22:12:27Z delphij $ +# $FreeBSD$ ZLIB_1.2.4.0 { }; Modified: head/lib/libz/zopen.c ============================================================================== --- head/lib/libz/zopen.c Thu Oct 31 18:11:50 2013 (r257461) +++ head/lib/libz/zopen.c Thu Oct 31 18:44:40 2013 (r257462) @@ -3,7 +3,7 @@ */ #include -__FBSDID("$FreeBSD: head/lib/libz/zopen.c 84228 2001-09-30 22:39:00Z dillon $"); +__FBSDID("$FreeBSD$"); #include #include