Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2008 04:11:14 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121851: [PATCH] games/xqf: cleanup USE_XLIB, take maintainership
Message-ID:  <20080319011114.948F01702D@hades.panopticon>
Resent-Message-ID: <200803190120.m2J1K1C2036541@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121851
>Category:       ports
>Synopsis:       [PATCH] games/xqf: cleanup USE_XLIB, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 01:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Fri Mar 14 14:26:43 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
* Cleanup USE_XLIB (not needed)
* Take maintainership
* Use SF macro
>How-To-Repeat:
>Fix:

--- xqf.patch begins here ---
diff -ruN xqf.orig/Makefile xqf/Makefile
--- xqf.orig/Makefile	2008-03-19 04:01:48.000000000 +0300
+++ xqf/Makefile	2008-03-19 04:09:57.000000000 +0300
@@ -7,17 +7,15 @@
 
 PORTNAME=	xqf
 PORTVERSION=	1.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	amdmi3@amdmi3.ru
 COMMENT=	A server browser for many popular 3D action games
 
 RUN_DEPENDS=	qstat:${PORTSDIR}/games/qstat
 
-USE_XLIB=	yes
 USE_GNOME=	intlhack
 USE_GETOPT_LONG=	yes
 USE_GETTEXT=	yes
--- xqf.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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