From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 9 01:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E9EAC3B for ; Wed, 9 Apr 2014 01:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AAB91026 for ; Wed, 9 Apr 2014 01:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s39100bq031529 for ; Wed, 9 Apr 2014 01:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s39100TY031528; Wed, 9 Apr 2014 01:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 9 Apr 2014 01:00:00 GMT Resent-Message-Id: <201404090100.s39100TY031528@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kevin Zheng Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E20EEBFB for ; Wed, 9 Apr 2014 00:56:58 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE5501002 for ; Wed, 9 Apr 2014 00:56:58 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s390uw5i007166 for ; Wed, 9 Apr 2014 00:56:58 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s390uwX0007164; Wed, 9 Apr 2014 00:56:58 GMT (envelope-from nobody) Message-Id: <201404090056.s390uwX0007164@cgiserv.freebsd.org> Date: Wed, 9 Apr 2014 00:56:58 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188385: [maintainer-update] Update games/crossfire-client to 1.71.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 01:00:00 -0000 >Number: 188385 >Category: ports >Synopsis: [maintainer-update] Update games/crossfire-client to 1.71.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 09 01:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 10.0-RELEASE >Organization: >Environment: FreeBSD epsilon.local 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update games/crossfire-client to 1.71.0. This also means: - Remove libglade2 dependency. - Remove old `configure` flags. - Remove old patches. Tested on Redports: https://redports.org/~Partmedia/20140409003701-23716-195175/crossfire-client-1.71.0.log https://redports.org/~Partmedia/20140409003701-23716-195176/crossfire-client-1.71.0.log https://redports.org/~Partmedia/20140409003701-23716-195177/crossfire-client-1.71.0.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index c1c685e..b895cb5 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= crossfire-client -PORTVERSION= 1.70.0 -PORTREVISION= 5 +PORTVERSION= 1.71.0 CATEGORIES= games -MASTER_SITES= SF/crossfire/crossfire-${PORTVERSION} +MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION} MAINTAINER= kevinz5000@gmail.com COMMENT= Cooperative multiplayer graphical RPG and adventure game @@ -16,21 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig tar:bzip2 USE_GL= glut -USE_GNOME= gtk20 libglade2 +USE_GNOME= gtk20 USE_SDL= sdl image mixer -CONFIGURE_ARGS+= --disable-alsa --disable-alsa9 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -post-patch: - ${REINPLACE_CMD} -e '/#include /d' \ - ${WRKSRC}/common/metaserver.c - ${REINPLACE_CMD} -e "/mandir='${datarootdir}\/man'/d" \ - ${WRKSRC}/configure - post-install: ${CP} ${WRKSRC}/pixmaps/48x48.png ${WRKSRC}/pixmaps/crossfire-client.png ${INSTALL_DATA} ${WRKSRC}/gtk-v2/crossfire-client.desktop \ diff --git a/games/crossfire-client/distinfo b/games/crossfire-client/distinfo index 46cf153..5f3c3ad 100644 --- a/games/crossfire-client/distinfo +++ b/games/crossfire-client/distinfo @@ -1,2 +1,2 @@ -SHA256 (crossfire-client-1.70.0.tar.gz) = afa3981785689baa22813ebc3893250c2f73374dda64bfc1dc41e64f4adc60b2 -SIZE (crossfire-client-1.70.0.tar.gz) = 801043 +SHA256 (crossfire-client-1.71.0.tar.bz2) = 5427655e756ffb48e75c1d9dc3200afab81efa7f2f00ffdf5dfee51918d5819d +SIZE (crossfire-client-1.71.0.tar.bz2) = 761156 diff --git a/games/crossfire-client/pkg-plist b/games/crossfire-client/pkg-plist index ea095b8..b54732a 100644 --- a/games/crossfire-client/pkg-plist +++ b/games/crossfire-client/pkg-plist @@ -2,21 +2,21 @@ bin/cfsndserv bin/crossfire-client-gtk2 man/man6/crossfire-client-gtk2.6.gz share/applications/crossfire-client.desktop -%%DATADIR%%/glade-gtk2/caelestis.glade -%%DATADIR%%/glade-gtk2/chthonic.glade -%%DATADIR%%/glade-gtk2/dialogs.glade -%%DATADIR%%/glade-gtk2/eureka.glade -%%DATADIR%%/glade-gtk2/gtk-v1.glade -%%DATADIR%%/glade-gtk2/gtk-v2.glade -%%DATADIR%%/glade-gtk2/lobotomy.glade -%%DATADIR%%/glade-gtk2/meflin.glade -%%DATADIR%%/glade-gtk2/oroboros.glade -%%DATADIR%%/glade-gtk2/sixforty.glade -%%DATADIR%%/glade-gtk2/un-deux.glade -%%DATADIR%%/glade-gtk2/v1-redux.glade %%DATADIR%%/themes/Black %%DATADIR%%/themes/Standard +%%DATADIR%%/ui/caelestis.ui +%%DATADIR%%/ui/chthonic.ui +%%DATADIR%%/ui/dialogs.ui +%%DATADIR%%/ui/eureka.ui +%%DATADIR%%/ui/gtk-v1.ui +%%DATADIR%%/ui/gtk-v2.ui +%%DATADIR%%/ui/lobotomy.ui +%%DATADIR%%/ui/meflin.ui +%%DATADIR%%/ui/oroboros.ui +%%DATADIR%%/ui/sixforty.ui +%%DATADIR%%/ui/un-deux.ui +%%DATADIR%%/ui/v1-redux.ui share/pixmaps/crossfire-client.png +@dirrmtry %%DATADIR%%/ui @dirrmtry %%DATADIR%%/themes -@dirrmtry %%DATADIR%%/glade-gtk2 @dirrmtry %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: