svn commit: r310217 - in head/www: firefox/files seamonkey/files
Florian Smeets
flo at FreeBSD.org
Fri Jan 11 07:15:58 UTC 2013
Author: flo
Date: Fri Jan 11 07:15:57 2013
New Revision: 310217
URL: http://svnweb.freebsd.org/changeset/ports/310217
Log:
Fix patching by restoring the original expanded $FreeBSD... $ value in a
patch file and set fbsd:nokeywords property on these files to prevent
expansion by svn.
Reported by: many
Modified:
head/www/firefox/files/patch-bug807492 (contents, props changed)
head/www/seamonkey/files/patch-bug807492 (contents, props changed)
Modified: head/www/firefox/files/patch-bug807492
==============================================================================
--- head/www/firefox/files/patch-bug807492 Fri Jan 11 01:16:14 2013 (r310216)
+++ head/www/firefox/files/patch-bug807492 Fri Jan 11 07:15:57 2013 (r310217)
@@ -449,7 +449,7 @@ index bcb1ec0..bb73591 100644
@@ -28,17 +28,17 @@
*
* @(#)queue.h 8.5 (Berkeley) 8/20/94
- * $FreeBSD$
+ * $FreeBSD: src/sys/sys/queue.h,v 1.58 2004/04/07 04:19:49 imp Exp $
*/
#ifndef _SYS_QUEUE_H_
Modified: head/www/seamonkey/files/patch-bug807492
==============================================================================
--- head/www/seamonkey/files/patch-bug807492 Fri Jan 11 01:16:14 2013 (r310216)
+++ head/www/seamonkey/files/patch-bug807492 Fri Jan 11 07:15:57 2013 (r310217)
@@ -449,7 +449,7 @@ index bcb1ec0..bb73591 100644
@@ -28,17 +28,17 @@
*
* @(#)queue.h 8.5 (Berkeley) 8/20/94
- * $FreeBSD$
+ * $FreeBSD: src/sys/sys/queue.h,v 1.58 2004/04/07 04:19:49 imp Exp $
*/
#ifndef _SYS_QUEUE_H_
More information about the svn-ports-head
mailing list