diff options
author | pat <pat@FreeBSD.org> | 2005-12-20 04:32:27 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2005-12-20 04:32:27 +0000 |
commit | 4c90fa9b6bc8b1d9fc52d2028cb377062af100f4 (patch) | |
tree | 035873fab0917e93d7bddc32889d60f1b4dcf284 /games/qstat | |
parent | 49aa028b074a46ff0f88b8e39fb5baafe6ac96a9 (diff) | |
download | FreeBSD-ports-4c90fa9b6bc8b1d9fc52d2028cb377062af100f4.zip FreeBSD-ports-4c90fa9b6bc8b1d9fc52d2028cb377062af100f4.tar.gz |
Update to 2.10
PR: ports/90542
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Diffstat (limited to 'games/qstat')
-rw-r--r-- | games/qstat/Makefile | 2 | ||||
-rw-r--r-- | games/qstat/distinfo | 5 | ||||
-rw-r--r-- | games/qstat/files/patch-doom3.c | 10 |
3 files changed, 14 insertions, 3 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile index 6d20c92..e188454 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qstat -PORTVERSION= 2.8 +PORTVERSION= 2.10 CATEGORIES= games net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/qstat/distinfo b/games/qstat/distinfo index e4978d9..065336e 100644 --- a/games/qstat/distinfo +++ b/games/qstat/distinfo @@ -1,2 +1,3 @@ -MD5 (qstat-2.8.tar.gz) = 893a5d650e1d1c262704837ae164207d -SIZE (qstat-2.8.tar.gz) = 217742 +MD5 (qstat-2.10.tar.gz) = ac3ce3dbed5248bd5738a4968460880e +SHA256 (qstat-2.10.tar.gz) = c86c12465dac1efbab7e0d2f84a5fc5388f7057e9cf09a2253cc88730ca1476c +SIZE (qstat-2.10.tar.gz) = 228886 diff --git a/games/qstat/files/patch-doom3.c b/games/qstat/files/patch-doom3.c new file mode 100644 index 0000000..3243cdf1 --- /dev/null +++ b/games/qstat/files/patch-doom3.c @@ -0,0 +1,10 @@ +--- doom3.c.orig Sat Dec 17 14:14:38 2005 ++++ doom3.c Sat Dec 17 14:14:49 2005 +@@ -11,6 +11,7 @@ + #include <stdio.h> + #include <stdlib.h> + #ifndef _WIN32 ++#include <sys/types.h> + #include <sys/socket.h> + #endif + |