git: 2be2200b0cd9 - main - devel/hotspot: update 1.4.1-306 → 1.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Apr 2024 07:10:07 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2be2200b0cd9e5d145fcb492b81bf2d8e156abdb commit 2be2200b0cd9e5d145fcb492b81bf2d8e156abdb Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-28 05:51:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-28 07:09:57 +0000 devel/hotspot: update 1.4.1-306 → 1.5.0 Reported by: portscout --- devel/hotspot/Makefile | 3 +-- devel/hotspot/distinfo | 6 +++--- devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake | 14 +++++++------- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/devel/hotspot/Makefile b/devel/hotspot/Makefile index cb4c2ff320b4..3200d86bfecf 100644 --- a/devel/hotspot/Makefile +++ b/devel/hotspot/Makefile @@ -1,7 +1,6 @@ PORTNAME= hotspot DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1-306 -DISTVERSIONSUFFIX= -gd274358 +DISTVERSION= 1.5.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/hotspot/distinfo b/devel/hotspot/distinfo index 88bc093ee91b..b649c207ca44 100644 --- a/devel/hotspot/distinfo +++ b/devel/hotspot/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1712936986 -SHA256 (KDAB-hotspot-v1.4.1-306-gd274358_GH0.tar.gz) = 180345d14ac0dd90308cc65f7ea89166be2a2eadd863384ee015eb679de4b2f5 -SIZE (KDAB-hotspot-v1.4.1-306-gd274358_GH0.tar.gz) = 3609822 +TIMESTAMP = 1714280396 +SHA256 (KDAB-hotspot-v1.5.0_GH0.tar.gz) = 0768e3fc28595b23a19b7e240aefcbcfa4f026f6bb3a21cba1c4cdfdfaaa3d12 +SIZE (KDAB-hotspot-v1.5.0_GH0.tar.gz) = 3610028 SHA256 (KDAB-perfparser-851ebf0_GH0.tar.gz) = 09edfa218a56f2595c45ce100227b1668e6e4251ced211b5655d26865501ec19 SIZE (KDAB-perfparser-851ebf0_GH0.tar.gz) = 3340144 SHA256 (koenpoppe-PrefixTickLabels-6e86393_GH0.tar.gz) = 2a98f6d8d56753f2645f53ac46c100606c9798398465fac8656032ed58030932 diff --git a/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake b/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake index af718e130363..7e1abe992b54 100644 --- a/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake +++ b/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake @@ -1,11 +1,11 @@ ---- cmake/FindQCustomPlot.cmake.orig 2022-12-21 10:52:32 UTC +--- cmake/FindQCustomPlot.cmake.orig 2024-04-25 19:14:17 UTC +++ cmake/FindQCustomPlot.cmake -@@ -32,7 +32,7 @@ +@@ -30,7 +30,7 @@ + # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - find_library(QCustomPlot_LIBRARY -- NAMES qcustomplot qcustomplot-qt5 -+ NAMES QCustomPlot-qt5 - ) +-find_library(QCustomPlot_LIBRARY NAMES qcustomplot-qt${QT_MAJOR_VERSION} qcustomplot) ++find_library(QCustomPlot_LIBRARY NAMES QCustomPlot-qt${QT_MAJOR_VERSION}) set(QCustomPlot_LIBRARIES "${QCustomPlot_LIBRARY}") + find_path(QCustomPlot_INCLUDE_DIR NAMES qcustomplot.h)