From owner-svn-ports-head@freebsd.org Sun Sep 17 18:09:20 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32EBDE22599; Sun, 17 Sep 2017 18:09:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 0F4F267D76; Sun, 17 Sep 2017 18:09:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8HI9IVl080535; Sun, 17 Sep 2017 18:09:18 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8HI9IuY080532; Sun, 17 Sep 2017 18:09:18 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709171809.v8HI9IuY080532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 17 Sep 2017 18:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450016 - head/games/crossfire-client X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/games/crossfire-client X-SVN-Commit-Revision: 450016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2017 18:09:20 -0000 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 (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 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