svn commit: r358765 - head/games/nethack32/files

Greg Lewis glewis at FreeBSD.org
Sun Jun 22 04:13:28 UTC 2014


Author: glewis
Date: Sun Jun 22 04:13:26 2014
New Revision: 358765
URL: http://svnweb.freebsd.org/changeset/ports/358765
QAT: https://qat.redports.org/buildarchive/r358765/

Log:
  . Remove $FreeBSD$, since it no longer gets expanded (or so I understand).
  . Fix a path.

Modified:
  head/games/nethack32/files/patch-dgn_comp.6   (contents, props changed)
  head/games/nethack32/files/patch-dlb.6   (contents, props changed)
  head/games/nethack32/files/patch-include-config.h   (contents, props changed)
  head/games/nethack32/files/patch-include-unixconf.h
  head/games/nethack32/files/patch-lev_comp.6   (contents, props changed)
  head/games/nethack32/files/patch-nethack.6   (contents, props changed)
  head/games/nethack32/files/patch-recover.6   (contents, props changed)
  head/games/nethack32/files/patch-sys-unix-Makefile.doc   (contents, props changed)
  head/games/nethack32/files/patch-sys-unix-Makefile.top   (contents, props changed)

Modified: head/games/nethack32/files/patch-dgn_comp.6
==============================================================================
--- head/games/nethack32/files/patch-dgn_comp.6	Sun Jun 22 04:10:53 2014	(r358764)
+++ head/games/nethack32/files/patch-dgn_comp.6	Sun Jun 22 04:13:26 2014	(r358765)
@@ -1,5 +1,3 @@
-$FreeBSD$
-
 --- doc/dgn_comp.6.orig	Mon Apr 12 09:28:09 2004
 +++ doc/dgn_comp.6	Mon Apr 12 09:28:33 2004
 @@ -396,7 +396,7 @@

Modified: head/games/nethack32/files/patch-dlb.6
==============================================================================
--- head/games/nethack32/files/patch-dlb.6	Sun Jun 22 04:10:53 2014	(r358764)
+++ head/games/nethack32/files/patch-dlb.6	Sun Jun 22 04:13:26 2014	(r358765)
@@ -1,5 +1,3 @@
-$FreeBSD$
-
 --- doc/dlb.6.orig	Mon Apr 12 09:28:09 2004
 +++ doc/dlb.6	Mon Apr 12 09:28:54 2004
 @@ -74,7 +74,7 @@

Modified: head/games/nethack32/files/patch-include-config.h
==============================================================================
--- head/games/nethack32/files/patch-include-config.h	Sun Jun 22 04:10:53 2014	(r358764)
+++ head/games/nethack32/files/patch-include-config.h	Sun Jun 22 04:13:26 2014	(r358765)
@@ -1,5 +1,3 @@
-$FreeBSD$
-
 --- include/config.h.orig	Tue Dec 10 13:20:07 1996
 +++ include/config.h	Sat Apr 10 01:01:28 2004
 @@ -211,7 +211,7 @@

Modified: head/games/nethack32/files/patch-include-unixconf.h
==============================================================================
--- head/games/nethack32/files/patch-include-unixconf.h	Sun Jun 22 04:10:53 2014	(r358764)
+++ head/games/nethack32/files/patch-include-unixconf.h	Sun Jun 22 04:13:26 2014	(r358765)
@@ -1,6 +1,5 @@
-diff -ruN ./include/unixconf.h ../nethack-3.2.2/include/unixconf.h
 --- ./include/unixconf.h	Wed Dec 11 05:20:08 1996
-+++ ../nethack-3.2.2/include/unixconf.h	Sun Mar 21 17:25:02 1999
++++ ./include/unixconf.h	Sun Mar 21 17:25:02 1999
 @@ -31,7 +31,7 @@
  
  /* define any of the following that are appropriate */

Modified: head/games/nethack32/files/patch-lev_comp.6
==============================================================================
--- head/games/nethack32/files/patch-lev_comp.6	Sun Jun 22 04:10:53 2014	(r358764)
+++ head/games/nethack32/files/patch-lev_comp.6	Sun Jun 22 04:13:26 2014	(r358765)
@@ -1,5 +1,3 @@
-$FreeBSD$
-
 --- doc/lev_comp.6.orig	Mon Apr 12 09:28:09 2004
 +++ doc/lev_comp.6	Mon Apr 12 09:29:20 2004
 @@ -563,7 +563,7 @@

Modified: head/games/nethack32/files/patch-nethack.6
==============================================================================
--- head/games/nethack32/files/patch-nethack.6	Sun Jun 22 04:10:53 2014	(r358764)
+++ head/games/nethack32/files/patch-nethack.6	Sun Jun 22 04:13:26 2014	(r358765)
@@ -1,5 +1,3 @@
-$FreeBSD$
-
 --- doc/nethack.6.orig	Mon Apr 12 09:28:09 2004
 +++ doc/nethack.6	Mon Apr 12 09:30:52 2004
 @@ -3,7 +3,7 @@

Modified: head/games/nethack32/files/patch-recover.6
==============================================================================
--- head/games/nethack32/files/patch-recover.6	Sun Jun 22 04:10:53 2014	(r358764)
+++ head/games/nethack32/files/patch-recover.6	Sun Jun 22 04:13:26 2014	(r358765)
@@ -1,5 +1,3 @@
-$FreeBSD$
-
 --- doc/recover.6.orig	Mon Apr 12 09:28:09 2004
 +++ doc/recover.6	Mon Apr 12 09:31:27 2004
 @@ -31,7 +31,7 @@

Modified: head/games/nethack32/files/patch-sys-unix-Makefile.doc
==============================================================================
--- head/games/nethack32/files/patch-sys-unix-Makefile.doc	Sun Jun 22 04:10:53 2014	(r358764)
+++ head/games/nethack32/files/patch-sys-unix-Makefile.doc	Sun Jun 22 04:13:26 2014	(r358765)
@@ -1,5 +1,3 @@
-$FreeBSD$
-
 --- sys/unix/Makefile.doc.orig	Tue Dec 10 13:20:08 1996
 +++ sys/unix/Makefile.doc	Sun Apr 11 23:08:20 2004
 @@ -31,15 +31,15 @@

Modified: head/games/nethack32/files/patch-sys-unix-Makefile.top
==============================================================================
--- head/games/nethack32/files/patch-sys-unix-Makefile.top	Sun Jun 22 04:10:53 2014	(r358764)
+++ head/games/nethack32/files/patch-sys-unix-Makefile.top	Sun Jun 22 04:13:26 2014	(r358765)
@@ -1,5 +1,3 @@
-$FreeBSD$
-
 --- sys/unix/Makefile.top.orig	Tue Dec 10 13:20:10 1996
 +++ sys/unix/Makefile.top	Sun Apr 11 23:25:22 2004
 @@ -14,16 +14,16 @@


More information about the svn-ports-head mailing list