svn commit: r563566 - in head/games/crossfire-client: . files

Fernando Apesteguía fernape at FreeBSD.org
Mon Feb 1 11:19:33 UTC 2021


Author: fernape
Date: Mon Feb  1 11:19:32 2021
New Revision: 563566
URL: https://svnweb.freebsd.org/changeset/ports/563566

Log:
  games/crossfire-client: Update to 1.75.0
  
  ChangeLog:
  https://sourceforge.net/p/crossfire/crossfire-client/ci/88b59/tree/ChangeLog?format=raw
  
  PR:	252655
  Submitted by:	kevinz5000 at gmail.com (maintainer)

Deleted:
  head/games/crossfire-client/files/
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	Mon Feb  1 10:54:09 2021	(r563565)
+++ head/games/crossfire-client/Makefile	Mon Feb  1 11:19:32 2021	(r563566)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	crossfire-client
-PORTVERSION=	1.74.0
+PORTVERSION=	1.75.0
 CATEGORIES=	games
 MASTER_SITES=	SF/crossfire/${PORTNAME}/${PORTVERSION}
-DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	kevinz5000 at gmail.com
 COMMENT=	Cooperative multiplayer graphical RPG and adventure game
@@ -16,11 +15,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	vala:lang/vala
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USES=		cmake gnome perl5 pkgconfig sdl tar:bzip2
-USE_PERL5=	build
+USES=		cmake gnome perl5 pkgconfig sdl
 USE_GNOME=	gtk20
-USE_SDL=	sdl image mixer
 INSTALLS_ICONS=	YES
+USE_PERL5=	build
+USE_SDL=	sdl image mixer
 
 CMAKE_ARGS=	-DLUA=OFF -DMETASERVER2=ON -DOPENGL=OFF -DSDL=ON -DSOUND=ON
 

Modified: head/games/crossfire-client/distinfo
==============================================================================
--- head/games/crossfire-client/distinfo	Mon Feb  1 10:54:09 2021	(r563565)
+++ head/games/crossfire-client/distinfo	Mon Feb  1 11:19:32 2021	(r563566)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577279241
-SHA256 (crossfire-client-1.74.0.tar.bz2) = 8a9b215e6f4d6e1c42dea7fc6abb8ea54fbb52eead0c3c3c2f64da6d09af79e1
-SIZE (crossfire-client-1.74.0.tar.bz2) = 819251
+TIMESTAMP = 1610585580
+SHA256 (crossfire-client-1.75.0.tar.gz) = f9e320650292e0dae1236c1d14396bf5818428ee5ea23865a9849d203e4368a7
+SIZE (crossfire-client-1.75.0.tar.gz) = 1087171

Modified: head/games/crossfire-client/pkg-plist
==============================================================================
--- head/games/crossfire-client/pkg-plist	Mon Feb  1 10:54:09 2021	(r563565)
+++ head/games/crossfire-client/pkg-plist	Mon Feb  1 11:19:32 2021	(r563566)
@@ -1,4 +1,3 @@
-bin/cfsndserv
 bin/crossfire-client-gtk2
 share/applications/crossfire-client.desktop
 %%DATADIR%%/sounds/COPYING
@@ -29,13 +28,20 @@ share/applications/crossfire-client.desktop
 %%DATADIR%%/sounds/gong.wav
 %%DATADIR%%/sounds/knife.ogg
 %%DATADIR%%/sounds/lightning1.wav
+%%DATADIR%%/sounds/magic-thorns-2.ogg
 %%DATADIR%%/sounds/magic.wav
+%%DATADIR%%/sounds/miss-1.ogg
 %%DATADIR%%/sounds/ouch1.wav
 %%DATADIR%%/sounds/painb.wav
 %%DATADIR%%/sounds/phit2.wav
+%%DATADIR%%/sounds/potion.ogg
 %%DATADIR%%/sounds/sci_fi_gun.wav
 %%DATADIR%%/sounds/sounds.conf
 %%DATADIR%%/sounds/squish.wav
+%%DATADIR%%/sounds/step_lth1.ogg
+%%DATADIR%%/sounds/step_lth2.ogg
+%%DATADIR%%/sounds/step_lth3.ogg
+%%DATADIR%%/sounds/step_lth4.ogg
 %%DATADIR%%/sounds/su-fanf.wav
 %%DATADIR%%/sounds/swish.wav
 %%DATADIR%%/sounds/sword-1.ogg


More information about the svn-ports-all mailing list