Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2024 18:19:24 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 71001d480227 - 2024Q2 - x11-toolkits/qt6pas: Update to 6.2.8
Message-ID:  <202405151819.44FIJOhq093020@gitrepo.freebsd.org>

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

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

commit 71001d4802270e8101a5997845417090e792e1a6
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-05-03 23:30:08 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-05-15 18:17:20 +0000

    x11-toolkits/qt6pas: Update to 6.2.8
    
    PR:             278719
    Reported by:    jhale
    
    (cherry picked from commit 951cc964200ae1f8fcc9f7d7762a3f082f1ebb8d)
---
 x11-toolkits/qt6pas/Makefile  | 15 ++++++++++-----
 x11-toolkits/qt6pas/distinfo  |  6 +++---
 x11-toolkits/qt6pas/pkg-plist |  2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/x11-toolkits/qt6pas/Makefile b/x11-toolkits/qt6pas/Makefile
index 30f90d96558e..278a50ac8a88 100644
--- a/x11-toolkits/qt6pas/Makefile
+++ b/x11-toolkits/qt6pas/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	qt6pas
-PORTVERSION=	6.2.7
-PORTREVISION=	1
+PORTVERSION=	6.2.8
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	LOCAL/acm/
 
@@ -8,11 +7,17 @@ MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Qt6 binding for FreePascal
 WWW=		https://wiki.lazarus.freepascal.org/index.php/Qt6_Interface
 
-USES=		compiler:c++11-lang qmake qt:6
-USE_QT=		base:run declarative:build tools:build
+LICENSE=	LGPL3LE
+LICENSE_NAME=	GNU Lesser General Public License version 3 Link Exception
+LICENSE_FILE=	${WRKSRC}/COPYING.TXT
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+USES=		compiler:c++11-lang gl qmake qt:6
+USE_GL=		opengl
+USE_QT=		base
 USE_LDCONFIG=	yes
 
-QT6_VER_MIN=	6.2.7
+QT6_VER_MIN=	6.2.8
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt6Pas.pro
diff --git a/x11-toolkits/qt6pas/distinfo b/x11-toolkits/qt6pas/distinfo
index e0824f944a36..5269a103edf1 100644
--- a/x11-toolkits/qt6pas/distinfo
+++ b/x11-toolkits/qt6pas/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698536718
-SHA256 (qt6pas-6.2.7.tar.gz) = ae28f09e7deb8372f3a0e9218d819236fa9fddd224749af6dbcc1d0916e73126
-SIZE (qt6pas-6.2.7.tar.gz) = 323251
+TIMESTAMP = 1714769795
+SHA256 (qt6pas-6.2.8.tar.gz) = 49b6d3939453a439fa98a511895195089b791ee78cd18a8035651375f88c61a7
+SIZE (qt6pas-6.2.8.tar.gz) = 378669
diff --git a/x11-toolkits/qt6pas/pkg-plist b/x11-toolkits/qt6pas/pkg-plist
index c72970e27384..ca7ac6bae767 100644
--- a/x11-toolkits/qt6pas/pkg-plist
+++ b/x11-toolkits/qt6pas/pkg-plist
@@ -1,4 +1,4 @@
 %%QT_LIBDIR%%/libQt6Pas.so
 %%QT_LIBDIR%%/libQt6Pas.so.6
 %%QT_LIBDIR%%/libQt6Pas.so.6.2
-%%QT_LIBDIR%%/libQt6Pas.so.6.2.7
+%%QT_LIBDIR%%/libQt6Pas.so.6.2.8



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