Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2024 04:04:58 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0f8b5da2a8ab - main - science/shelxle: Switch to Qt6
Message-ID:  <202412110404.4BB44wCe022801@gitrepo.freebsd.org>

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

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

commit 0f8b5da2a8ab406b113032022d272884342fef83
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-11 04:04:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-11 04:04:16 +0000

    science/shelxle: Switch to Qt6
---
 science/shelxle/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/science/shelxle/Makefile b/science/shelxle/Makefile
index 0931ac8527dd..3245db0ffab2 100644
--- a/science/shelxle/Makefile
+++ b/science/shelxle/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	shelxle
 DISTVERSION=	1.0.1697
+PORTREVISION=	1
 CATEGORIES=	science # chemistry
 MASTER_SITES=	SF/${PORTNAME}/code/
 
@@ -10,9 +11,9 @@ WWW=		https://www.shelxle.org/shelx/eingabe.php
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		compiler:c++11-lang dos2unix gl qmake qt:5 tar:bz2
+USES=		compiler:c++11-lang dos2unix gl qmake qt:6 tar:bz2
 DOS2UNIX_FILES=	shelXle.pro
-USE_QT=		core gui network opengl widgets buildtools:build
+USE_QT=		base tools:build
 USE_GL=		gl
 
 PLIST_FILES=	bin/shelxle \



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