pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/qtcreator



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 15 14:50:45 UTC 2025

Modified Files:
        pkgsrc/editors/qtcreator: Makefile PLIST distinfo
        pkgsrc/editors/qtcreator/patches: patch-bin_CMakeLists.txt

Log Message:
qtcreator: updated to 18.0.1

18.0.1
Bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/editors/qtcreator/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/qtcreator/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/qtcreator/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/editors/qtcreator/patches/patch-bin_CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/qtcreator/Makefile
diff -u pkgsrc/editors/qtcreator/Makefile:1.43 pkgsrc/editors/qtcreator/Makefile:1.44
--- pkgsrc/editors/qtcreator/Makefile:1.43      Tue Nov 11 12:35:49 2025
+++ pkgsrc/editors/qtcreator/Makefile   Mon Dec 15 14:50:45 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2025/11/11 12:35:49 adam Exp $
+# $NetBSD: Makefile,v 1.44 2025/12/15 14:50:45 adam Exp $
 
-DISTNAME=      qt-creator-opensource-src-18.0.0
+DISTNAME=      qt-creator-opensource-src-18.0.1
 PKGNAME=       ${DISTNAME:S/qt-/qt/:S/-opensource-src//}
 CATEGORIES=    editors
 MASTER_SITES=  http://download.qt.io/official_releases/${PKGBASE}/${PKGVERSION_NOREV:R}/${PKGVERSION_NOREV}/

Index: pkgsrc/editors/qtcreator/PLIST
diff -u pkgsrc/editors/qtcreator/PLIST:1.7 pkgsrc/editors/qtcreator/PLIST:1.8
--- pkgsrc/editors/qtcreator/PLIST:1.7  Tue Nov 11 12:35:49 2025
+++ pkgsrc/editors/qtcreator/PLIST      Mon Dec 15 14:50:45 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/11/11 12:35:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/12/15 14:50:45 adam Exp $
 bin/qtcreator
 bin/qtcreator.sh
 lib/qtcreator/libAdvancedDockingSystem.so.${PKGVERSION}
@@ -192,6 +192,7 @@ share/qtcreator/changelog/changes-17.0.0
 share/qtcreator/changelog/changes-17.0.1.md
 share/qtcreator/changelog/changes-17.0.2.md
 share/qtcreator/changelog/changes-18.0.0.md
+share/qtcreator/changelog/changes-18.0.1.md
 share/qtcreator/changelog/changes-2.0.0
 share/qtcreator/changelog/changes-2.0.1
 share/qtcreator/changelog/changes-2.1.0

Index: pkgsrc/editors/qtcreator/distinfo
diff -u pkgsrc/editors/qtcreator/distinfo:1.13 pkgsrc/editors/qtcreator/distinfo:1.14
--- pkgsrc/editors/qtcreator/distinfo:1.13      Tue Nov 11 12:35:49 2025
+++ pkgsrc/editors/qtcreator/distinfo   Mon Dec 15 14:50:45 2025
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2025/11/11 12:35:49 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/12/15 14:50:45 adam Exp $
 
-BLAKE2s (qt-creator-opensource-src-18.0.0.tar.xz) = 3513ff97b1e6a25b3825ba22debe50c7ae21f8d9d68dfd5eb653f652e40378c5
-SHA512 (qt-creator-opensource-src-18.0.0.tar.xz) = 180bb491947b2b57d5420fdda3bc184b22e1158b6f6e292ada294b7c32b4d3696cb99674b92a75682d405eb573d96ecebbf5d80db90de1d7748aaca59ebb4781
-Size (qt-creator-opensource-src-18.0.0.tar.xz) = 56167564 bytes
-SHA1 (patch-bin_CMakeLists.txt) = 40c715ae76a1093f066fb86de9863cf7379d640e
+BLAKE2s (qt-creator-opensource-src-18.0.1.tar.xz) = 024180b935cfa3e99997d23d71ee9f8a4725b8b3d50f68894009cfb5d1274f6f
+SHA512 (qt-creator-opensource-src-18.0.1.tar.xz) = 0f293afe2464fd71b49a8dbd0c8e9e020ff403a55509db43d75ac71a367fac43d86d1655541d28dcda7ab999d54df35668a1092a2b71e3e7f96aec7c81a11ee2
+Size (qt-creator-opensource-src-18.0.1.tar.xz) = 56192968 bytes
+SHA1 (patch-bin_CMakeLists.txt) = 19a9b500ca079cb12ca30af0df93c335a36ea547
 SHA1 (patch-cmake_QtCreatorAPI.cmake) = ea21f5bacce9834510f04de3797b3d1f034dfcaf
 SHA1 (patch-cmake_QtCreatorAPIInternal.cmake) = 07379adf7ad463b686e0c908d33a6bcdc9731372
 SHA1 (patch-src_app_CMakeLists.txt) = 14aabecbe4badbc0c9615b1609e828f672125821

Index: pkgsrc/editors/qtcreator/patches/patch-bin_CMakeLists.txt
diff -u pkgsrc/editors/qtcreator/patches/patch-bin_CMakeLists.txt:1.1 pkgsrc/editors/qtcreator/patches/patch-bin_CMakeLists.txt:1.2
--- pkgsrc/editors/qtcreator/patches/patch-bin_CMakeLists.txt:1.1       Fri May  9 05:57:08 2025
+++ pkgsrc/editors/qtcreator/patches/patch-bin_CMakeLists.txt   Mon Dec 15 14:50:45 2025
@@ -1,4 +1,6 @@
-$NetBSD: patch-bin_CMakeLists.txt,v 1.1 2025/05/09 05:57:08 adam Exp $
+$NetBSD: patch-bin_CMakeLists.txt,v 1.2 2025/12/15 14:50:45 adam Exp $
+
+Install qtcreator.sh on all platforms.
 
 --- bin/CMakeLists.txt.orig    2025-04-04 11:08:24.626998674 +0000
 +++ bin/CMakeLists.txt



Home | Main Index | Thread Index | Old Index