git: 13350c631d41 - 2021Q3 - misc/qt5ct: update to 1.3

Tobias C. Berner tcberner at FreeBSD.org
Sun Aug 1 13:36:31 UTC 2021


The branch 2021Q3 has been updated by tcberner:

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

commit 13350c631d41c17771a5c74911b1f4626de8805c
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-08-01 13:32:28 +0000
Commit:     Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-08-01 13:36:20 +0000

    misc/qt5ct: update to 1.3
    
    (cherry picked from commit c3355cc6623589b95f97709f4a2409468053a625)
---
 misc/qt5ct/Makefile                   |  7 +++----
 misc/qt5ct/distinfo                   |  6 +++---
 misc/qt5ct/files/patch-CMakeLists.txt | 13 -------------
 3 files changed, 6 insertions(+), 20 deletions(-)

diff --git a/misc/qt5ct/Makefile b/misc/qt5ct/Makefile
index 9ac7ccbdfea7..986b991d4ff1 100644
--- a/misc/qt5ct/Makefile
+++ b/misc/qt5ct/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	qt5ct
-DISTVERSION=	1.2
-PORTREVISION=	1
+DISTVERSION=	1.3
 CATEGORIES=	misc
 MASTER_SITES=	SF/${PORTNAME}
 
@@ -12,8 +11,8 @@ 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
+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
diff --git a/misc/qt5ct/distinfo b/misc/qt5ct/distinfo
index 9a220b94d31a..32f1460e3729 100644
--- a/misc/qt5ct/distinfo
+++ b/misc/qt5ct/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618982833
-SHA256 (qt5ct-1.2.tar.bz2) = 1de3f06e6d5d0746bf19a949e56cc04b53bdbc18294f38cb20759f35006b872e
-SIZE (qt5ct-1.2.tar.bz2) = 76052
+TIMESTAMP = 1627824247
+SHA256 (qt5ct-1.3.tar.bz2) = dd443b14e590aff76a16e1316d56e688882e3248c470df4f71bc952569f3c3bc
+SIZE (qt5ct-1.3.tar.bz2) = 80506
diff --git a/misc/qt5ct/files/patch-CMakeLists.txt b/misc/qt5ct/files/patch-CMakeLists.txt
deleted file mode 100644
index e97da5c3ab9a..000000000000
--- a/misc/qt5ct/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
---- CMakeLists.txt.orig	2021-04-21 05:59:00 UTC
-+++ CMakeLists.txt
-@@ -54,8 +54,8 @@ add_subdirectory(src/qt5ct)
- add_subdirectory(src/qt5ct-qtplugin)
- add_subdirectory(src/qt5ct-style)
- 
--install(DIRECTORY qss DESTINATION ${CMAKE_INSTALL_DATADIR})
--install(DIRECTORY colors DESTINATION ${CMAKE_INSTALL_DATADIR})
-+install(DIRECTORY qss DESTINATION ${CMAKE_INSTALL_DATADIR}/qt5ct)
-+install(DIRECTORY colors DESTINATION ${CMAKE_INSTALL_DATADIR}/qt5ct)
- 
- if(UNIX)
-     add_custom_target(distclean @echo cleaning for source distribution)


More information about the dev-commits-ports-branches mailing list