diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-29 02:46:59 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-29 02:46:59 +0000 |
commit | 6805b3fddc2a67b63f8b0ba33c30c3f515a4148a (patch) | |
tree | 82876b40b1d6fd57efdda07759555639f897df57 /games | |
parent | 1270cbb8ec56be4db0e3cdeddb6659db019f01cf (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/tyrquake/Makefile | 2 | ||||
-rw-r--r-- | games/tyrquake/distinfo | 6 | ||||
-rw-r--r-- | games/tyrquake/files/patch-NQ__net_dgrm.c | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/games/tyrquake/Makefile b/games/tyrquake/Makefile index fb77f9c6e86d..d2b1b715ae73 100644 --- a/games/tyrquake/Makefile +++ b/games/tyrquake/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tyrquake -PORTVERSION= 0.57 +PORTVERSION= 0.58 CATEGORIES= games MASTER_SITES= http://disenchant.net/files/engine/ diff --git a/games/tyrquake/distinfo b/games/tyrquake/distinfo index a24336c64261..3e34b4268017 100644 --- a/games/tyrquake/distinfo +++ b/games/tyrquake/distinfo @@ -1,3 +1,3 @@ -MD5 (tyrquake-0.57.tar.gz) = e57b3567adbbe37faebb759aa0bd729b -SHA256 (tyrquake-0.57.tar.gz) = b7328cf8380d66f5f7180769b899ff1d84219a02f81573af7149732e052c62e6 -SIZE (tyrquake-0.57.tar.gz) = 1209830 +MD5 (tyrquake-0.58.tar.gz) = 0f44237935b01fcae876e0c1d4fa1c68 +SHA256 (tyrquake-0.58.tar.gz) = 2e6fcf71cb06b2549eb881d42ffb3e415068d9ac889122d9e50d7619755bfb82 +SIZE (tyrquake-0.58.tar.gz) = 1189780 diff --git a/games/tyrquake/files/patch-NQ__net_dgrm.c b/games/tyrquake/files/patch-NQ__net_dgrm.c deleted file mode 100644 index d348e1a018ec..000000000000 --- a/games/tyrquake/files/patch-NQ__net_dgrm.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./NQ/net_dgrm.c.orig Sat Aug 18 06:07:24 2007 -+++ ./NQ/net_dgrm.c Wed Aug 29 00:03:31 2007 -@@ -22,6 +22,7 @@ - #include <windows.h> - #include <winsock.h> - #else -+#include <sys/types.h> - #include <arpa/inet.h> - #include <netinet/in.h> - #include <sys/socket.h> |