From owner-svn-ports-all@freebsd.org Mon Feb 1 11:19:33 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 156DC4FAFD9; Mon, 1 Feb 2021 11:19:33 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DTlpF05npz56HX; Mon, 1 Feb 2021 11:19:33 +0000 (UTC) (envelope-from fernape@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA6821A609; Mon, 1 Feb 2021 11:19:32 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 111BJWbZ010620; Mon, 1 Feb 2021 11:19:32 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 111BJWGm010618; Mon, 1 Feb 2021 11:19:32 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202102011119.111BJWGm010618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 1 Feb 2021 11:19:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563566 - in head/games/crossfire-client: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/games/crossfire-client: . files X-SVN-Commit-Revision: 563566 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2021 11:19:33 -0000 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@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@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