From owner-dev-commits-ports-all@freebsd.org Thu Aug 26 11:12:06 2021 Return-Path: Delivered-To: dev-commits-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 5393A66745A; Thu, 26 Aug 2021 11:12:06 +0000 (UTC) (envelope-from git@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 4GwKtZ1xyvz4r9d; Thu, 26 Aug 2021 11:12:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2BABE6B3D; Thu, 26 Aug 2021 11:12:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17QBC6fB010148; Thu, 26 Aug 2021 11:12:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17QBC6Zp010147; Thu, 26 Aug 2021 11:12:06 GMT (envelope-from git) Date: Thu, 26 Aug 2021 11:12:06 GMT Message-Id: <202108261112.17QBC6Zp010147@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 7db5a7f3a5d7 - main - games/crossfire-client: Update to 1.75.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7db5a7f3a5d7c58b200719b391853c822cfec1ae Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2021 11:12:06 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=7db5a7f3a5d7c58b200719b391853c822cfec1ae commit 7db5a7f3a5d7c58b200719b391853c822cfec1ae Author: Kevin Zheng AuthorDate: 2021-08-26 10:48:33 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2021-08-26 11:07:29 +0000 games/crossfire-client: Update to 1.75.1 From ChangeLog: https://sourceforge.net/p/crossfire/crossfire-client/ci/master/tree/ChangeLog Added * Remember the most recently-connected server * Display "read" flag for books in the inventory that have been read * Add JXClient-like mouse bindings to support inventory operations without * middle-click * Add local map scroll prediction (disabled by default) Changed * Request extended text information from older servers Fixed * Fixed several repeated error messages * Fixed build on big-endian architectures * Fixed keybindings and sounds on Windows * Fixed several crashes PR: 257953 Reported by: kevinz5000@gmail.com (maintainer) --- games/crossfire-client/Makefile | 2 +- games/crossfire-client/distinfo | 6 +++--- games/crossfire-client/files/patch-gtk-v2_src_image.c | 11 ----------- games/crossfire-client/pkg-plist | 4 ---- 4 files changed, 4 insertions(+), 19 deletions(-) diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index c3496de69416..bf8748d56514 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -1,7 +1,7 @@ # Created by: Andreas Klemm PORTNAME= crossfire-client -PORTVERSION= 1.75.0 +PORTVERSION= 1.75.1 CATEGORIES= games MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION} diff --git a/games/crossfire-client/distinfo b/games/crossfire-client/distinfo index a7469fa1f68b..932c74a52fa9 100644 --- a/games/crossfire-client/distinfo +++ b/games/crossfire-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610585580 -SHA256 (crossfire-client-1.75.0.tar.gz) = f9e320650292e0dae1236c1d14396bf5818428ee5ea23865a9849d203e4368a7 -SIZE (crossfire-client-1.75.0.tar.gz) = 1087171 +TIMESTAMP = 1629402842 +SHA256 (crossfire-client-1.75.1.tar.gz) = 9f00342b518f74898afc9ea101e6d3ad030118523dbc6995aa04ce9a4c2c83b7 +SIZE (crossfire-client-1.75.1.tar.gz) = 1276383 diff --git a/games/crossfire-client/files/patch-gtk-v2_src_image.c b/games/crossfire-client/files/patch-gtk-v2_src_image.c deleted file mode 100644 index 36357be0280f..000000000000 --- a/games/crossfire-client/files/patch-gtk-v2_src_image.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk-v2/src/image.c.orig 2021-08-18 00:18:54 UTC -+++ gtk-v2/src/image.c -@@ -164,7 +164,7 @@ static void create_map_image(guint8 *data, PixmapInfo - *p = (g << 8) | (g << 16) | (g << 24) | *(l + 3); - } - -- for (i=0; i < width * ny; i+= 4) { -+ for (i=0; i < width * height; i+= 4) { - guint32 *tmp; - - /* diff --git a/games/crossfire-client/pkg-plist b/games/crossfire-client/pkg-plist index 8b2a086460e2..b62dabbc3f45 100644 --- a/games/crossfire-client/pkg-plist +++ b/games/crossfire-client/pkg-plist @@ -28,7 +28,6 @@ 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 @@ -39,9 +38,6 @@ share/applications/crossfire-client.desktop %%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