Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2021 18:48:33 +0000 (UTC)
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568270 - in head/games/xqf: . files
Message-ID:  <202103131848.12DImXOG011024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nc
Date: Sat Mar 13 18:48:32 2021
New Revision: 568270
URL: https://svnweb.freebsd.org/changeset/ports/568270

Log:
  games/xqf: Update to 1.0.6.2
  
  Changes: https://github.com/XQF/xqf/blob/97afad6998a2625789aae5002c748a3d3ae07c33/ChangeLog

Deleted:
  head/games/xqf/files/patch-src-debug.h
Modified:
  head/games/xqf/Makefile
  head/games/xqf/distinfo
  head/games/xqf/files/patch-src__country-filter.h
  head/games/xqf/files/patch-src__trayicon.c
  head/games/xqf/files/patch-src_filter.c
  head/games/xqf/files/patch-src_filter.h
  head/games/xqf/pkg-plist

Modified: head/games/xqf/Makefile
==============================================================================
--- head/games/xqf/Makefile	Sat Mar 13 18:48:07 2021	(r568269)
+++ head/games/xqf/Makefile	Sat Mar 13 18:48:32 2021	(r568270)
@@ -2,20 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	xqf
-PORTVERSION=	1.0.5
-PORTREVISION=	11
+PORTVERSION=	1.0.6.2
+DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Server browser for many popular 3D action games
 
 RUN_DEPENDS=	qstat:games/qstat
 
-USES=		gettext gmake gnome pkgconfig xorg
+USES=		autoreconf gettext gmake gnome pkgconfig xorg
 USE_GNOME=	intlhack
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	XQF
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lX11

Modified: head/games/xqf/distinfo
==============================================================================
--- head/games/xqf/distinfo	Sat Mar 13 18:48:07 2021	(r568269)
+++ head/games/xqf/distinfo	Sat Mar 13 18:48:32 2021	(r568270)
@@ -1,2 +1,3 @@
-SHA256 (xqf-1.0.5.tar.gz) = ee0ab9a40516c55d9f00e65ab06b1c6669f0de858bc8a7416e6993a76c0d9b67
-SIZE (xqf-1.0.5.tar.gz) = 742183
+TIMESTAMP = 1615661122
+SHA256 (XQF-xqf-xqf-1.0.6.2_GH0.tar.gz) = bcfb87c9a452993b13bd1019b0c61459a37cbc37b13b951b73f2a93b2b1c83ad
+SIZE (XQF-xqf-xqf-1.0.6.2_GH0.tar.gz) = 595096

Modified: head/games/xqf/files/patch-src__country-filter.h
==============================================================================
--- head/games/xqf/files/patch-src__country-filter.h	Sat Mar 13 18:48:07 2021	(r568269)
+++ head/games/xqf/files/patch-src__country-filter.h	Sat Mar 13 18:48:32 2021	(r568270)
@@ -1,5 +1,5 @@
---- src/country-filter.h.orig	Sun Oct  5 21:53:51 2003
-+++ src/country-filter.h	Fri Nov 28 11:11:26 2003
+--- src/country-filter.h.orig	2014-11-02 00:43:18 UTC
++++ src/country-filter.h
 @@ -22,6 +22,9 @@
  
  #include <glib.h>
@@ -9,4 +9,4 @@
 +#include <netinet/in.h>
  #include <arpa/inet.h>
  
- extern const unsigned MaxCountries;
+ extern unsigned MaxCountries;

Modified: head/games/xqf/files/patch-src__trayicon.c
==============================================================================
--- head/games/xqf/files/patch-src__trayicon.c	Sat Mar 13 18:48:07 2021	(r568269)
+++ head/games/xqf/files/patch-src__trayicon.c	Sat Mar 13 18:48:32 2021	(r568270)
@@ -1,20 +1,19 @@
---- src/trayicon.c.orig	Sun Jun 20 03:30:35 2004
-+++ src/trayicon.c	Wed Dec  1 07:16:59 2004
-@@ -792,6 +792,8 @@
-     }
-   }  else {
-   
-+      GdkWindow *gdkwin;
-+
-       icon->box=gtk_event_box_new ();
-       gtk_container_add(GTK_CONTAINER(icon), icon->box);
-       
-@@ -801,8 +803,6 @@
-       
-       gtk_widget_show (icon->image);
-       gtk_widget_show(icon->box);
--      
--      GdkWindow *gdkwin;
-       
-       gdkwin = gdk_window_lookup (icon->manager_window);
-       gdk_window_add_filter (gdkwin, egg_tray_icon_manager_filter, icon);
+--- src/trayicon.c.orig	2014-11-02 00:43:18 UTC
++++ src/trayicon.c
+@@ -726,6 +726,7 @@ static void egg_tray_icon_update_manager_window (EggTr
+ 			icon->ready=TRUE;
+ 		}
+ 	} else {
++		GdkWindow *gdkwin;
+ 
+ 		icon->box=gtk_event_box_new ();
+ 		gtk_container_add(GTK_CONTAINER(icon), icon->box);
+@@ -736,8 +737,6 @@ static void egg_tray_icon_update_manager_window (EggTr
+ 
+ 		gtk_widget_show (icon->image);
+ 		gtk_widget_show(icon->box);
+-
+-		GdkWindow *gdkwin;
+ 
+ 		gdkwin = gdk_window_lookup (icon->manager_window);
+ 		gdk_window_add_filter (gdkwin, egg_tray_icon_manager_filter, icon);

Modified: head/games/xqf/files/patch-src_filter.c
==============================================================================
--- head/games/xqf/files/patch-src_filter.c	Sat Mar 13 18:48:07 2021	(r568269)
+++ head/games/xqf/files/patch-src_filter.c	Sat Mar 13 18:48:32 2021	(r568270)
@@ -1,6 +1,6 @@
---- src/filter.c.orig	2005-08-14 11:01:59 UTC
+--- src/filter.c.orig	2014-11-02 00:43:18 UTC
 +++ src/filter.c
-@@ -144,6 +144,7 @@ static unsigned filter_current_time = 1;
+@@ -142,6 +142,7 @@ static unsigned filter_current_time = 1;
  
  unsigned server_filter_dialog_current_filter = 0;
  

Modified: head/games/xqf/files/patch-src_filter.h
==============================================================================
--- head/games/xqf/files/patch-src_filter.h	Sat Mar 13 18:48:07 2021	(r568269)
+++ head/games/xqf/files/patch-src_filter.h	Sat Mar 13 18:48:32 2021	(r568270)
@@ -1,10 +1,10 @@
---- src/filter.h.orig	2004-07-24 20:32:39 UTC
+--- src/filter.h.orig	2014-11-02 00:43:18 UTC
 +++ src/filter.h
-@@ -89,7 +89,6 @@ extern	unsigned char cur_filter;
+@@ -89,7 +89,6 @@ extern unsigned char cur_filter;
  
  extern GArray* server_filters;
  
--unsigned int  current_server_filter;
+-unsigned int current_server_filter;
  extern unsigned int current_server_filter;
  
  

Modified: head/games/xqf/pkg-plist
==============================================================================
--- head/games/xqf/pkg-plist	Sat Mar 13 18:48:07 2021	(r568269)
+++ head/games/xqf/pkg-plist	Sat Mar 13 18:48:32 2021	(r568270)
@@ -9,8 +9,11 @@ share/locale/fr/LC_MESSAGES/xqf.mo
 share/locale/pl/LC_MESSAGES/xqf.mo
 share/locale/ru/LC_MESSAGES/xqf.mo
 share/applications/xqf.desktop
+share/pixmaps/xqf.png
+share/pixmaps/xqf.svg
+share/pixmaps/xqf.xpm
 share/pixmaps/xqf_22x22.png
 share/pixmaps/xqf_32x32.png
 share/pixmaps/xqf_48x48.png
 share/pixmaps/xqf_48x48_2.png
-@dir lib/xqf
+@dir libexec/xqf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103131848.12DImXOG011024>