Date: Thu, 5 Sep 2024 06:07:29 GMT From: Zsolt Udvari <uzsolt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 42793bc04f53 - main - games/crossfire-client: Update to 1.75.3 Message-ID: <202409050607.48567Tqu070573@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=42793bc04f53ee1ed58d58bd81e0688e5060c805 commit 42793bc04f53ee1ed58d58bd81e0688e5060c805 Author: Kevin Zheng <kevinz5000@gmail.com> AuthorDate: 2024-09-05 06:03:27 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-09-05 06:06:41 +0000 games/crossfire-client: Update to 1.75.3 Add graphics/png to LIB_DEPENDS. Add xorg to USES and set USE_XORG. Switch to DISTVERSION. Changelog: https://sourceforge.net/projects/crossfire/files/crossfire-client/1.75.3/ PR: 278301 Approved by: submitter is maintainer --- games/crossfire-client/Makefile | 13 +++++++------ games/crossfire-client/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 2b945b37156f..e3e8248ed151 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -1,8 +1,7 @@ PORTNAME= crossfire-client -PORTVERSION= 1.75.2 -PORTREVISION= 1 +DISTVERSION= 1.75.3 CATEGORIES= games -MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/crossfire/${PORTNAME}/${DISTVERSION} MAINTAINER= kevinz5000@gmail.com COMMENT= Cooperative multiplayer graphical RPG and adventure game @@ -11,12 +10,14 @@ WWW= https://crossfire.real-time.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcurl.so:ftp/curl +LIB_DEPENDS= libcurl.so:ftp/curl \ + libpng.so:graphics/png -USES= cmake gnome perl5 pkgconfig sdl vala:build +USES= cmake gnome perl5 pkgconfig sdl vala:build xorg USE_GNOME= gtk20 USE_PERL5= build -USE_SDL= sdl image mixer +USE_SDL= mixer2 sdl2 +USE_XORG= ice sm x11 xext CMAKE_ARGS= -DLUA=OFF -DMETASERVER2=ON -DSOUND=ON diff --git a/games/crossfire-client/distinfo b/games/crossfire-client/distinfo index 2d746ad23b32..7d5f4bd0ce29 100644 --- a/games/crossfire-client/distinfo +++ b/games/crossfire-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641491467 -SHA256 (crossfire-client-1.75.2.tar.gz) = 0d93eca37661d7bf5477761c14e0341cffb0dedd60953508df55542c232c31c9 -SIZE (crossfire-client-1.75.2.tar.gz) = 1244675 +TIMESTAMP = 1712812048 +SHA256 (crossfire-client-1.75.3.tar.gz) = 2ade184bc5ccfc3b56666d8ef93050dfc1ec1f62ebd9d3d923371e1859b01c47 +SIZE (crossfire-client-1.75.3.tar.gz) = 1052116
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050607.48567Tqu070573>