Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2025 16:35:05 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 65b6aca935cf - main - mail/datovka: Update 4.24.2 =?utf-8?Q?=E2=86=92?= 4.25.0, migrate from qt5 to qt6
Message-ID:  <202501181635.50IGZ5np046707@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

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

commit 65b6aca935cf4a29bd13f98046c3f1b63de18b22
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2025-01-18 16:31:48 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-01-18 16:31:48 +0000

    mail/datovka: Update 4.24.2 → 4.25.0, migrate from qt5 to qt6
    
    Changelog:
    https://gitlab.nic.cz/datovka/datovka/-/blob/v4.25.0/ChangeLog
    
    PR:     283933
---
 mail/datovka/Makefile | 10 ++++------
 mail/datovka/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/mail/datovka/Makefile b/mail/datovka/Makefile
index 5c5902b398c8..fa616a630e77 100644
--- a/mail/datovka/Makefile
+++ b/mail/datovka/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	datovka
-DISTVERSION=	4.24.2
+DISTVERSION=	4.25.0
 CATEGORIES=	mail
 MASTER_SITES=	https://secure.nic.cz/files/datove_schranky/${DISTVERSION}/
 
@@ -14,11 +14,9 @@ BUILD_DEPENDS=	libglvnd>0:graphics/libglvnd \
 		pkgconf:devel/pkgconf
 LIB_DEPENDS=	libdatovka.so:devel/libdatovka
 
-USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5 \
-		ssl tar:xz
-USE_GL=		gl
-USE_QT=		buildtools core gui network printsupport sql svg websockets \
-		widgets
+USES=		compiler:c++17-lang gl pkgconfig qmake qt:6 ssl tar:xz
+USE_GL=		opengl
+USE_QT=		5compat base svg websockets
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/datovka
diff --git a/mail/datovka/distinfo b/mail/datovka/distinfo
index e8861dc5a82b..1148da4c7f12 100644
--- a/mail/datovka/distinfo
+++ b/mail/datovka/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1733743851
-SHA256 (datovka-4.24.2.tar.xz) = 3556853c5703d6eff2784649d453d5b546b52918bd66157c79082b98df027d38
-SIZE (datovka-4.24.2.tar.xz) = 3474324
+TIMESTAMP = 1736355640
+SHA256 (datovka-4.25.0.tar.xz) = c9229de5ecdaf52f11d56c67bcfd300eddf581f202fceb40099a7cc1dcd8dea9
+SIZE (datovka-4.25.0.tar.xz) = 3789772



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501181635.50IGZ5np046707>