- Update to 2.10 Port maintainer (pat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63
Responsible Changed From-To: freebsd-ports-bugs->pat Over to maintainer.
>Submitter-Id: current-users >Originator: Toni Viemero >Organization: >Confidential: no >Synopsis: Re: ports/90542: [PATCH] games/qstat: update to 2.10 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.0-RELEASE i386 >Environment: System: FreeBSD shaolin.selfdestruct.net 6.0-RELEASE FreeBSD 6.0-RELEASE #2: Wed Nov 2 09:25:46 EET >Description: - Fix compilation under FreeBSD 4.x - Update to 2.10 Added file(s): - files/patch-doom3.c Port maintainer (pat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- qstat-2.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/qstat/Makefile /home/toni/ports/qstat/Makefile --- /usr/ports/games/qstat/Makefile Sat May 7 22:21:30 2005 +++ /home/toni/ports/qstat/Makefile Sat Dec 17 14:03:28 2005 @@ -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 -ruN --exclude=CVS /usr/ports/games/qstat/distinfo /home/toni/ports/qstat/distinfo --- /usr/ports/games/qstat/distinfo Sat May 7 22:21:30 2005 +++ /home/toni/ports/qstat/distinfo Sat Dec 17 14:03:40 2005 @@ -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 -ruN --exclude=CVS /usr/ports/games/qstat/files/patch-doom3.c /home/toni/ports/qstat/files/patch-doom3.c --- /usr/ports/games/qstat/files/patch-doom3.c Thu Jan 1 02:00:00 1970 +++ /home/toni/ports/qstat/files/patch-doom3.c Sat Dec 17 14:15:01 2005 @@ -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 + --- qstat-2.10.patch ends here ---
State Changed From-To: open->closed Committed, Thanks!