Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2017 18:09:18 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450016 - head/games/crossfire-client
Message-ID:  <201709171809.v8HI9IuY080532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Sep 17 18:09:18 2017
New Revision: 450016
URL: https://svnweb.freebsd.org/changeset/ports/450016

Log:
  games/crossfire-client: Update to 1.72.0
  
  PR:		221506
  Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)

Modified:
  head/games/crossfire-client/Makefile
  head/games/crossfire-client/distinfo
  head/games/crossfire-client/pkg-plist

Modified: head/games/crossfire-client/Makefile
==============================================================================
--- head/games/crossfire-client/Makefile	Sun Sep 17 18:00:23 2017	(r450015)
+++ head/games/crossfire-client/Makefile	Sun Sep 17 18:09:18 2017	(r450016)
@@ -2,10 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	crossfire-client
-PORTVERSION=	1.71.0
-PORTREVISION=	3
+PORTVERSION=	1.72.0
 CATEGORIES=	games
-MASTER_SITES=	SF/crossfire/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	SF/crossfire/${PORTNAME}/${PORTVERSION}:DEFAULT,sounds
+DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
+		crossfire-sounds-${PORTVERSION}${EXTRACT_SUFX}:sounds
 
 MAINTAINER=	kevinz5000@gmail.com
 COMMENT=	Cooperative multiplayer graphical RPG and adventure game
@@ -13,19 +14,19 @@ COMMENT=	Cooperative multiplayer graphical RPG and adv
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	vala:lang/vala
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-GNU_CONFIGURE=	yes
-USES=		pkgconfig tar:bzip2
-USE_GL=		glut
+USES=		cmake pkgconfig tar:bzip2
 USE_GNOME=	gtk20
 USE_SDL=	sdl image mixer
+INSTALLS_ICONS=	YES
 
+CMAKE_ARGS=	-DLUA=OFF -DMETASERVER2=ON -DOPENGL=OFF -DSDL=ON -DSOUND=ON
+
 post-install:
-	${CP} ${WRKSRC}/pixmaps/48x48.png ${WRKSRC}/pixmaps/crossfire-client.png
-	${INSTALL_DATA} ${WRKSRC}/gtk-v2/crossfire-client.desktop \
-		${STAGEDIR}${PREFIX}/share/applications
-	${INSTALL_DATA} ${WRKSRC}/pixmaps/crossfire-client.png \
-		${STAGEDIR}${PREFIX}/share/pixmaps
+	@${MKDIR} ${STAGEDIR}${DATADIR}/sounds
+	cd ${WRKDIR}/crossfire-sounds-${PORTVERSION} && \
+	    ${COPYTREE_SHARE} "*" ${STAGEDIR}${DATADIR}/sounds
 
 .include <bsd.port.mk>

Modified: head/games/crossfire-client/distinfo
==============================================================================
--- head/games/crossfire-client/distinfo	Sun Sep 17 18:00:23 2017	(r450015)
+++ head/games/crossfire-client/distinfo	Sun Sep 17 18:09:18 2017	(r450016)
@@ -1,2 +1,5 @@
-SHA256 (crossfire-client-1.71.0.tar.bz2) = 5427655e756ffb48e75c1d9dc3200afab81efa7f2f00ffdf5dfee51918d5819d
-SIZE (crossfire-client-1.71.0.tar.bz2) = 761156
+TIMESTAMP = 1502662309
+SHA256 (crossfire-client-1.72.0.tar.bz2) = 2e863f09be0d5480708e031afb212361f58f6827a68120ffef075b94406d73a5
+SIZE (crossfire-client-1.72.0.tar.bz2) = 352166
+SHA256 (crossfire-sounds-1.72.0.tar.bz2) = b41fbac33cbffb6850bbe497ac4d1bcbf5e514073e288f4b00af0c10e99c1d62
+SIZE (crossfire-sounds-1.72.0.tar.bz2) = 454585

Modified: head/games/crossfire-client/pkg-plist
==============================================================================
--- head/games/crossfire-client/pkg-plist	Sun Sep 17 18:00:23 2017	(r450015)
+++ head/games/crossfire-client/pkg-plist	Sun Sep 17 18:09:18 2017	(r450016)
@@ -1,7 +1,44 @@
 bin/cfsndserv
 bin/crossfire-client-gtk2
-man/man6/crossfire-client-gtk2.6.gz
 share/applications/crossfire-client.desktop
+%%DATADIR%%/sounds/COPYING
+%%DATADIR%%/sounds/Creaky-1.wav
+%%DATADIR%%/sounds/Evil_Laugh.wav
+%%DATADIR%%/sounds/Explosion.wav
+%%DATADIR%%/sounds/FloorTom.wav
+%%DATADIR%%/sounds/Gun-5.wav
+%%DATADIR%%/sounds/MetalCrash.wav
+%%DATADIR%%/sounds/Missed.wav
+%%DATADIR%%/sounds/Missle1.wav
+%%DATADIR%%/sounds/Puke.wav
+%%DATADIR%%/sounds/Tear.wav
+%%DATADIR%%/sounds/Teeswing.wav
+%%DATADIR%%/sounds/TowerClock.wav
+%%DATADIR%%/sounds/Whoosh.wav
+%%DATADIR%%/sounds/blip.wav
+%%DATADIR%%/sounds/boink2.wav
+%%DATADIR%%/sounds/bugle_charge.wav
+%%DATADIR%%/sounds/chord.wav
+%%DATADIR%%/sounds/claws.ogg
+%%DATADIR%%/sounds/click1.wav
+%%DATADIR%%/sounds/click2.wav
+%%DATADIR%%/sounds/drip.wav
+%%DATADIR%%/sounds/fire-spell.wav
+%%DATADIR%%/sounds/first_try.wav
+%%DATADIR%%/sounds/fist.ogg
+%%DATADIR%%/sounds/gong.wav
+%%DATADIR%%/sounds/knife.ogg
+%%DATADIR%%/sounds/lightning1.wav
+%%DATADIR%%/sounds/magic.wav
+%%DATADIR%%/sounds/ouch1.wav
+%%DATADIR%%/sounds/painb.wav
+%%DATADIR%%/sounds/phit2.wav
+%%DATADIR%%/sounds/sci_fi_gun.wav
+%%DATADIR%%/sounds/sounds.conf
+%%DATADIR%%/sounds/squish.wav
+%%DATADIR%%/sounds/su-fanf.wav
+%%DATADIR%%/sounds/swish.wav
+%%DATADIR%%/sounds/sword-1.ogg
 %%DATADIR%%/themes/Black
 %%DATADIR%%/themes/Standard
 %%DATADIR%%/ui/caelestis.ui
@@ -16,4 +53,6 @@ share/applications/crossfire-client.desktop
 %%DATADIR%%/ui/sixforty.ui
 %%DATADIR%%/ui/un-deux.ui
 %%DATADIR%%/ui/v1-redux.ui
-share/pixmaps/crossfire-client.png
+share/icons/hicolor/16x16/apps/crossfire-client.png
+share/icons/hicolor/32x32/apps/crossfire-client.png
+share/icons/hicolor/48x48/apps/crossfire-client.png



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