Date: Sat, 20 Dec 2025 18:58:27 +0000 From: Jason E. Hale <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c2d3b75152e3 - main - misc/qt5ct: Update to 1.9 Message-ID: <6946f1d3.35248.72f42849@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2d3b75152e3a993153850bd91a578cca0e8e70c commit c2d3b75152e3a993153850bd91a578cca0e8e70c Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-12-20 18:54:37 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-12-20 18:54:37 +0000 misc/qt5ct: Update to 1.9 --- misc/qt5ct/Makefile | 21 ++++++++------------- misc/qt5ct/distinfo | 6 +++--- misc/qt5ct/pkg-plist | 2 +- 3 files changed, 12 insertions(+), 17 deletions(-) diff --git a/misc/qt5ct/Makefile b/misc/qt5ct/Makefile index 48146e305384..a5e6fbfeacc9 100644 --- a/misc/qt5ct/Makefile +++ b/misc/qt5ct/Makefile @@ -1,5 +1,5 @@ PORTNAME= qt5ct -DISTVERSION= 1.8 +DISTVERSION= 1.9 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME} @@ -9,22 +9,17 @@ WWW= https://sourceforge.net/projects/qt5ct/ LICENSE= BSD2CLAUSE -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 - -USES= cmake compiler:c++11-lang gettext-runtime gl gnome qt:5 \ - tar:bz2 xorg -USE_QT= concurrent core dbus gui paths svg widgets \ - buildtools:build linguisttools:build qmake:build -USE_GL= egl gl -USE_XORG= x11 xext xrender -USE_GNOME= glib20 +USES= cmake compiler:c++11-lang gl qt:5 tar:bz2 xorg +USE_QT= concurrent core dbus gui paths widgets \ + buildtools:build linguisttools:build qmake:build \ + svg:run +USE_GL= gl USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}/${DOCSDIR} && \ - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/misc/qt5ct/distinfo b/misc/qt5ct/distinfo index 77e24eacc32a..ec2557c36d73 100644 --- a/misc/qt5ct/distinfo +++ b/misc/qt5ct/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697071130 -SHA256 (qt5ct-1.8.tar.bz2) = 23b74054415ea4124328772ef9a6f95083a9b86569e128034a3ff75dfad808e9 -SIZE (qt5ct-1.8.tar.bz2) = 85945 +TIMESTAMP = 1766255501 +SHA256 (qt5ct-1.9.tar.bz2) = dc10e6939d423b925981ce67febb1a015b6f61c022a9cc7e6c8b5efea4588bff +SIZE (qt5ct-1.9.tar.bz2) = 87416 diff --git a/misc/qt5ct/pkg-plist b/misc/qt5ct/pkg-plist index 65564c802436..4872ba691e2d 100644 --- a/misc/qt5ct/pkg-plist +++ b/misc/qt5ct/pkg-plist @@ -1,6 +1,6 @@ bin/qt5ct lib/libqt5ct-common.so -lib/libqt5ct-common.so.1.8 +lib/libqt5ct-common.so.1.9 %%QT_PLUGINDIR%%/platformthemes/libqt5ct.so %%QT_PLUGINDIR%%/styles/libqt5ct-style.so share/applications/qt5ct.desktophome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6946f1d3.35248.72f42849>
