Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2024 13:45:59 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: d7d028c9fcd0 - 2024Q4 - science/shelxle: Switch to Qt6
Message-ID:  <202412141345.4BEDjxR8074343@gitrepo.freebsd.org>

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

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

commit d7d028c9fcd0eb160ab45cf9ca40e6cbd444e7d3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-14 13:45:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-14 13:45:32 +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 3a4b4b7eb326..b5ec0e164eaa 100644
--- a/science/shelxle/Makefile
+++ b/science/shelxle/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	shelxle
 DISTVERSION=	1.0.1680
+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?202412141345.4BEDjxR8074343>