From 79f7ca46a63330a583cffdc530169d2649e1818b Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Sat, 10 May 2014 21:06:22 +0000 Subject: Update to 1.71.0. - Remove libglade2 dependency. - Remove old `configure` flags. - Remove old patches. PR: ports/188385 Submitted by: Kevin Zheng (maintainer) --- games/crossfire-client/Makefile | 19 ++++--------------- games/crossfire-client/distinfo | 4 ++-- games/crossfire-client/pkg-plist | 26 +++++++++++++------------- 3 files changed, 19 insertions(+), 30 deletions(-) (limited to 'games/crossfire-client') diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index edb9c9f25a58..b895cb544070 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= crossfire-client -PORTVERSION= 1.70.0 -PORTREVISION= 6 +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 46cf1533c8fc..5f3c3ad6ef1a 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 ea095b858725..b54732ab3968 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%% -- cgit v1.2.3