ports/188385: [maintainer-update] Update games/crossfire-client to 1.71.0
Kevin Zheng
kevinz5000 at gmail.com
Wed Apr 9 01:00:00 UTC 2014
>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 at 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 at 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 <curl\/types.h>/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
+ at dirrmtry %%DATADIR%%/ui
@dirrmtry %%DATADIR%%/themes
- at dirrmtry %%DATADIR%%/glade-gtk2
@dirrmtry %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list