svn commit: r257462 - head/lib/libz
Ed Maste
emaste at FreeBSD.org
Thu Oct 31 18:44:42 UTC 2013
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 <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/lib/libz/zopen.c 84228 2001-09-30 22:39:00Z dillon $");
+__FBSDID("$FreeBSD$");
#include <stdio.h>
#include <zlib.h>
More information about the svn-src-all
mailing list