Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2019 11:40:43 +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: r490363 - head/games/crossfire-client
Message-ID:  <201901151140.x0FBehiW069531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Jan 15 11:40:43 2019
New Revision: 490363
URL: https://svnweb.freebsd.org/changeset/ports/490363

Log:
  games/crossfire-client: update to 1.73.0
  
  PR:		234958
  Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)

Modified:
  head/games/crossfire-client/Makefile   (contents, props changed)
  head/games/crossfire-client/distinfo   (contents, props changed)

Modified: head/games/crossfire-client/Makefile
==============================================================================
--- head/games/crossfire-client/Makefile	Tue Jan 15 11:38:48 2019	(r490362)
+++ head/games/crossfire-client/Makefile	Tue Jan 15 11:40:43 2019	(r490363)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	crossfire-client
-PORTVERSION=	1.72.0
+PORTVERSION=	1.73.0
 CATEGORIES=	games
-MASTER_SITES=	SF/crossfire/${PORTNAME}/${PORTVERSION}:DEFAULT,sounds
-DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
-		crossfire-sounds-${PORTVERSION}${EXTRACT_SUFX}:sounds
+MASTER_SITES=	SF/crossfire/${PORTNAME}/${PORTVERSION}
+DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	kevinz5000@gmail.com
 COMMENT=	Cooperative multiplayer graphical RPG and adventure game
@@ -24,10 +23,5 @@ USE_SDL=	sdl image mixer
 INSTALLS_ICONS=	YES
 
 CMAKE_ARGS=	-DLUA=OFF -DMETASERVER2=ON -DOPENGL=OFF -DSDL=ON -DSOUND=ON
-
-post-install:
-	@${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	Tue Jan 15 11:38:48 2019	(r490362)
+++ head/games/crossfire-client/distinfo	Tue Jan 15 11:40:43 2019	(r490363)
@@ -1,5 +1,3 @@
-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
+TIMESTAMP = 1547516867
+SHA256 (crossfire-client-1.73.0.tar.bz2) = 11f352cc3b76ec9e61a461cdf3f7b38e5e22f5c4196fcfe6b7744be0c0685522
+SIZE (crossfire-client-1.73.0.tar.bz2) = 842671



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