Date: Tue, 12 May 2026 20:17:24 +0000 From: Yusuf Yaman <nxjoseph@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Alexey Vyskubov <alexey@pentode.fi> Subject: git: 1314603f6717 - main - games/chessx: Update 1.6.8 => 1.6.10 Message-ID: <6a038ad4.220bc.19078913@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nxjoseph: URL: https://cgit.FreeBSD.org/ports/commit/?id=1314603f671782f01640b3a0599813f08ef75ff9 commit 1314603f671782f01640b3a0599813f08ef75ff9 Author: Alexey Vyskubov <alexey@pentode.fi> AuthorDate: 2026-05-12 15:20:59 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-05-12 20:16:48 +0000 games/chessx: Update 1.6.8 => 1.6.10 Changelog: https://github.com/Isarhamster/chessx/blob/master/ChangeLog.md Port changes: * Mark devel/qt5-concurrent as build dependency explicitly in USE_QT. * Strip installed binary as it's advised by ports QA. PR: 295235 Reported by: Alexey Vyskubov <alexey@pentode.fi> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q2 --- games/chessx/Makefile | 9 ++++++--- games/chessx/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/games/chessx/Makefile b/games/chessx/Makefile index e33a2b1be01d..2a7f524ef961 100644 --- a/games/chessx/Makefile +++ b/games/chessx/Makefile @@ -1,5 +1,5 @@ PORTNAME= chessx -DISTVERSION= 1.6.8 +DISTVERSION= 1.6.10 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} @@ -12,8 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING.md USES= compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 tar:tgz USE_GL= gl -USE_QT= concurrent core gui multimedia network opengl printsupport svg \ - widgets xml buildtools:build linguisttools:build speech +USE_QT= concurrent:build core gui multimedia network printsupport svg \ + widgets xml buildtools:build linguisttools:build PLIST_FILES= bin/chessx \ share/applications/chessx.desktop \ @@ -37,4 +37,7 @@ post-extract: post-configure: ( cd ${BUILD_WRKSRC} && ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro ) +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chessx + .include <bsd.port.mk> diff --git a/games/chessx/distinfo b/games/chessx/distinfo index 186b1e1a4b7f..d531156495cd 100644 --- a/games/chessx/distinfo +++ b/games/chessx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769857796 -SHA256 (chessx-1.6.8.tgz) = 14e498bbe0e5cbc12efa38920c6b978c79110e6a216a1708cac678788292df67 -SIZE (chessx-1.6.8.tgz) = 12846948 +TIMESTAMP = 1778596846 +SHA256 (chessx-1.6.10.tgz) = 77c6ef3f89d8c3ea137a5f4bb0dcd83b261046facbde06eaee223437ad1c732f +SIZE (chessx-1.6.10.tgz) = 12847085home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a038ad4.220bc.19078913>
