diff options
-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 fb77f9c6e86..d2b1b715ae7 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 a24336c6426..3e34b426801 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 d348e1a018e..00000000000 --- 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> |