Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2026 18:09:16 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a582daeb928d - main - games/gcompris-qt: Update to 26.1
Message-ID:  <69c6c7cc.3d07d.5c8c43cc@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a582daeb928d6c678d3af31776dc5fb3e57e4ec3

commit a582daeb928d6c678d3af31776dc5fb3e57e4ec3
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-03-27 18:08:59 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-03-27 18:08:59 +0000

    games/gcompris-qt: Update to 26.1
    
    - Add KDE CDN to MASTER_SITES
    - Fix duplicate BUILD_DEPENDS
---
 games/gcompris-qt/Makefile | 10 +++++-----
 games/gcompris-qt/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/games/gcompris-qt/Makefile b/games/gcompris-qt/Makefile
index a661e814250a..aa441e86eead 100644
--- a/games/gcompris-qt/Makefile
+++ b/games/gcompris-qt/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	gcompris-qt
-DISTVERSION=	26.0
+DISTVERSION=	26.1
 CATEGORIES=	games education kde
-MASTER_SITES=	https://gcompris.net/download/qt/src/
+MASTER_SITES=	KDE/stable/gcompris/qt/src/ \
+		https://gcompris.net/download/qt/src/
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Educational games and activities for kids ages 2 to 10
@@ -14,10 +15,9 @@ LICENSE_FILE_GPLv3=	${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
 
 IGNORE_FreeBSD_13=	is not supported on systems with OpenSSL 1.1.1
 
-BUILD_DEPENDS=	${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
-
 # libqmlbox2d.so is a QML plugin...don't use LIB_DEPENDS
-BUILD_DEPENDS=	${_BOX2D_PATH}/libqmlbox2d.so:x11-toolkits/qml-box2d
+BUILD_DEPENDS=	${_BOX2D_PATH}/libqmlbox2d.so:x11-toolkits/qml-box2d \
+		${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
 RUN_DEPENDS=	${_BOX2D_PATH}/libqmlbox2d.so:x11-toolkits/qml-box2d
 
 USES=		cmake compiler:c++17-lang gettext-tools gl kde:6 qt:6 tar:xz
diff --git a/games/gcompris-qt/distinfo b/games/gcompris-qt/distinfo
index 62ef43bde2b0..3253bb07231a 100644
--- a/games/gcompris-qt/distinfo
+++ b/games/gcompris-qt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1771078177
-SHA256 (gcompris-qt-26.0.tar.xz) = 7d3df8be96dd6e883990abe14f9137900030d508d3a30e2b38e39d0eb31ef333
-SIZE (gcompris-qt-26.0.tar.xz) = 51444756
+TIMESTAMP = 1774633394
+SHA256 (gcompris-qt-26.1.tar.xz) = c389b863b29f012ccc1b3eef740982ff6c7654c13a2e343397ee466124f31339
+SIZE (gcompris-qt-26.1.tar.xz) = 51459340


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c6c7cc.3d07d.5c8c43cc>