pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/quake Fix patch for case-sensitive file names.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2f3c7a7ade7
branches:  trunk
changeset: 564269:f2f3c7a7ade7
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Sun Aug 30 05:17:44 2009 +0000

description:
Fix patch for case-sensitive file names.

diffstat:

 games/quake/distinfo         |  4 ++--
 games/quake/patches/patch-ai |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r de63f53d526e -r f2f3c7a7ade7 games/quake/distinfo
--- a/games/quake/distinfo      Sun Aug 30 03:10:27 2009 +0000
+++ b/games/quake/distinfo      Sun Aug 30 05:17:44 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2009/08/29 19:26:01 wiz Exp $
+$NetBSD: distinfo,v 1.10 2009/08/30 05:17:44 hasso Exp $
 
 SHA1 (q1source.zip) = 1f607e549c6aa3921797e51b7d2038e95116c989
 RMD160 (q1source.zip) = 57a750e8644116d0d07a273ea6ad0b6d3071c89f
@@ -11,7 +11,7 @@
 SHA1 (patch-af) = 57d5d0d88dcd745517b24bd4bdc9ceef494ef3a6
 SHA1 (patch-ag) = c56b1704416427a2ef733ca0cbf2436ff22b4b09
 SHA1 (patch-ah) = d7ab5fd7f7f834b254a068514ae473c35a43fef4
-SHA1 (patch-ai) = 8c1ed5aab166501ef05885394e82596a2059677c
+SHA1 (patch-ai) = 3ffc58567046e83848a457bc2f7b8c1edcc1dc27
 SHA1 (patch-aj) = 5509d63f7856bc4760244a3d25c1984d16473e96
 SHA1 (patch-ak) = 44e5305375e41277e902980f7fd398fb1fcbeba8
 SHA1 (patch-al) = 1e40eb69839753348e023bc31f01331b6d4f51ef
diff -r de63f53d526e -r f2f3c7a7ade7 games/quake/patches/patch-ai
--- a/games/quake/patches/patch-ai      Sun Aug 30 03:10:27 2009 +0000
+++ b/games/quake/patches/patch-ai      Sun Aug 30 05:17:44 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ai,v 1.8 2009/08/29 19:26:01 wiz Exp $
+$NetBSD: patch-ai,v 1.9 2009/08/30 05:17:44 hasso Exp $
 
 --- WinQuake/Makefile.linuxi386.orig   Tue Apr 27 17:51:18 1999
 +++ WinQuake/Makefile.linuxi386
@@ -7,7 +7,7 @@
  NOARCH=noarch
  
 -MOUNT_DIR=/grog/Projects/WinQuake
-+MOUNT_DIR=${WRKSRC}/winquake
++MOUNT_DIR=${WRKSRC}/WinQuake
  MASTER_DIR=/grog/Projects/QuakeMaster
 -MESA_DIR=/usr/local/src/Mesa-2.6
 +#MESA_DIR=/usr/local/src/Mesa-2.6



Home | Main Index | Thread Index | Old Index