aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2022-10-18 12:25:21 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2022-10-18 12:25:21 +0000
commitcf223cb7fe26f21bcdcbbe4792ac66605bae6a07 (patch)
tree4a70c0e128b76559bded15d99c8a0cc24c36c07f
parent9aa11e5627ad4427943352bedee64fafaef790bb (diff)
downloadports-cf223cb7fe26f21bcdcbbe4792ac66605bae6a07.tar.gz
ports-cf223cb7fe26f21bcdcbbe4792ac66605bae6a07.zip
comms/inspectrum: Update
Update to 0.2.3 PR: 264646 Reported by: Diane Bruce
-rw-r--r--comms/inspectrum/Makefile8
-rw-r--r--comms/inspectrum/distinfo6
-rw-r--r--comms/inspectrum/files/patch-traceplot.cpp10
3 files changed, 7 insertions, 17 deletions
diff --git a/comms/inspectrum/Makefile b/comms/inspectrum/Makefile
index 9d393194f195..a348273f0bbc 100644
--- a/comms/inspectrum/Makefile
+++ b/comms/inspectrum/Makefile
@@ -1,6 +1,6 @@
PORTNAME= inspectrum
-PORTVERSION= g20191102
-PORTREVISION= 0
+DISTVERSIONPREFIX= v
+PORTVERSION= 0.2.3
CATEGORIES= comms hamradio
MAINTAINER= mr@FreeBSD.org
@@ -18,9 +18,9 @@ CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX}
USES= cmake compiler:c++11-lang pkgconfig qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= miek
-GH_TAGNAME= d6115cb458068fa64c7bbd9020bcbab3373fee0e
+#GH_TAGNAME= d6115cb458068fa64c7bbd9020bcbab3373fee0e
-USE_QT= core buildtools:build concurrent widgets
+USE_QT= core buildtools:build concurrent gui widgets
USE_LDCONFIG= yes
.include <bsd.port.mk>
diff --git a/comms/inspectrum/distinfo b/comms/inspectrum/distinfo
index ecda6b15947b..a7682166b489 100644
--- a/comms/inspectrum/distinfo
+++ b/comms/inspectrum/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578833285
-SHA256 (miek-inspectrum-g20191102-d6115cb458068fa64c7bbd9020bcbab3373fee0e_GH0.tar.gz) = dd4a8b35c2c12be74c28dc179d1bcca706448ce6ce85935646d1c2f8b4ab2541
-SIZE (miek-inspectrum-g20191102-d6115cb458068fa64c7bbd9020bcbab3373fee0e_GH0.tar.gz) = 109347
+TIMESTAMP = 1666095673
+SHA256 (miek-inspectrum-v0.2.3_GH0.tar.gz) = 7be5be96f50b0cea5b3dd647f06cc00adfa805a395484aa2ab84cf3e49b7227b
+SIZE (miek-inspectrum-v0.2.3_GH0.tar.gz) = 109567
diff --git a/comms/inspectrum/files/patch-traceplot.cpp b/comms/inspectrum/files/patch-traceplot.cpp
deleted file mode 100644
index 6395cc80c906..000000000000
--- a/comms/inspectrum/files/patch-traceplot.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- traceplot.cpp.orig 2020-05-21 09:59:50 UTC
-+++ traceplot.cpp
-@@ -20,6 +20,7 @@
- #include <QPixmapCache>
- #include <QTextStream>
- #include <QtConcurrent>
-+#include <QPainterPath>
- #include "samplesource.h"
- #include "traceplot.h"
-