diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-09-29 10:46:59 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-09-29 10:46:59 +0800 |
commit | a21bda6510fb72295d00a3f390c86e4c2a5273ef (patch) | |
tree | 5cd69009f3a1d17cfd718dbf90d466f9a3bd8318 | |
parent | 6ae1e8c883c27353a18502ffc812f4df7e84afc7 (diff) | |
download | freebsd-ports-gnome-a21bda6510fb72295d00a3f390c86e4c2a5273ef.tar.gz freebsd-ports-gnome-a21bda6510fb72295d00a3f390c86e4c2a5273ef.tar.zst freebsd-ports-gnome-a21bda6510fb72295d00a3f390c86e4c2a5273ef.zip |
- Update to version 0.58.
- Remove patch that was integrated upstream.
Reported by: portscout
-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> |