Date: Wed, 21 Aug 2024 07:02:08 GMT 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: 301ce0ea381b - main - devel/qtcreator: Update to 14.0.1 release. Message-ID: <202408210702.47L728Nr021252@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=301ce0ea381b35cb864f56d0593e4fb786c836da commit 301ce0ea381b35cb864f56d0593e4fb786c836da Author: Florian Walpen <dev@submerge.ch> AuthorDate: 2024-08-07 15:42:36 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-08-21 07:00:52 +0000 devel/qtcreator: Update to 14.0.1 release. Changes: https://www.qt.io/blog/qt-creator-14.0.1-released PR: 280924 --- devel/qtcreator/Makefile | 2 +- devel/qtcreator/distinfo | 6 +++--- devel/qtcreator/pkg-plist | 19 +++++++++++++++++++ 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/devel/qtcreator/Makefile b/devel/qtcreator/Makefile index 6bb12e30602c..f2438137a066 100644 --- a/devel/qtcreator/Makefile +++ b/devel/qtcreator/Makefile @@ -1,5 +1,5 @@ PORTNAME= qtcreator -DISTVERSION= 14.0.0 +DISTVERSION= 14.0.1 CATEGORIES= devel MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION} DISTNAME= qt-creator-opensource-src-${DISTVERSION} diff --git a/devel/qtcreator/distinfo b/devel/qtcreator/distinfo index f1a202c8114b..b55ed82c76da 100644 --- a/devel/qtcreator/distinfo +++ b/devel/qtcreator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721916161 -SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-14.0.0.tar.xz) = f2fdcff9cb8ed7fd5cb1fc779352c7a7a942922788ca000de85db6dbd7a8d454 -SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-14.0.0.tar.xz) = 52488544 +TIMESTAMP = 1723031826 +SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-14.0.1.tar.xz) = 9595d2e6c65bb918e78376314341dc2bef491c3200a5c6d5ce6f305509b0b28b +SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-14.0.1.tar.xz) = 52495220 diff --git a/devel/qtcreator/pkg-plist b/devel/qtcreator/pkg-plist index 3c122af134f0..358f8355f4f6 100644 --- a/devel/qtcreator/pkg-plist +++ b/devel/qtcreator/pkg-plist @@ -178,6 +178,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml %%DATADIR%%/changelog/changes-13.0.1.md %%DATADIR%%/changelog/changes-13.0.2.md %%DATADIR%%/changelog/changes-14.0.0.md +%%DATADIR%%/changelog/changes-14.0.1.md %%DATADIR%%/changelog/changes-2.0.0 %%DATADIR%%/changelog/changes-2.0.1 %%DATADIR%%/changelog/changes-2.1.0 @@ -284,6 +285,23 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml %%DATADIR%%/cplusplus/examples/tidy_example.h %%DATADIR%%/cplusplus/wrappedMingwHeaders/float.h %%DATADIR%%/cplusplus/wrappedQtHeaders/QtCore/qobjectdefs.h +%%DATADIR%%/debugger-with-python2/README.txt +%%DATADIR%%/debugger-with-python2/android_stdtypes.py +%%DATADIR%%/debugger-with-python2/boosttypes.py +%%DATADIR%%/debugger-with-python2/cdbbridge.py +%%DATADIR%%/debugger-with-python2/creatortypes.py +%%DATADIR%%/debugger-with-python2/dumper.py +%%DATADIR%%/debugger-with-python2/gdbbridge.py +%%DATADIR%%/debugger-with-python2/gdbtracepoint.py +%%DATADIR%%/debugger-with-python2/libcpp_stdtypes.py +%%DATADIR%%/debugger-with-python2/lldbbridge.py +%%DATADIR%%/debugger-with-python2/misctypes.py +%%DATADIR%%/debugger-with-python2/opencvtypes.py +%%DATADIR%%/debugger-with-python2/pdbbridge.py +%%DATADIR%%/debugger-with-python2/personaltypes.py +%%DATADIR%%/debugger-with-python2/qttypes.py +%%DATADIR%%/debugger-with-python2/stdtypes.py +%%DATADIR%%/debugger-with-python2/utils.py %%DATADIR%%/debugger/.pylintrc %%DATADIR%%/debugger/LICENSE.GPL3-EXCEPT %%DATADIR%%/debugger/README.txt @@ -1770,6 +1788,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml %%DATADIR%%/translations/qtcreator_cs.qm %%DATADIR%%/translations/qtcreator_da.qm %%DATADIR%%/translations/qtcreator_de.qm +%%DATADIR%%/translations/qtcreator_en.qm %%DATADIR%%/translations/qtcreator_fr.qm %%DATADIR%%/translations/qtcreator_hr.qm %%DATADIR%%/translations/qtcreator_ja.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408210702.47L728Nr021252>