git: cf223cb7fe26 - main - comms/inspectrum: Update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Oct 2022 12:26:32 UTC
The branch main has been updated by mr:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cf223cb7fe26f21bcdcbbe4792ac66605bae6a07
commit cf223cb7fe26f21bcdcbbe4792ac66605bae6a07
Author: Michael Reifenberger <mr@FreeBSD.org>
AuthorDate: 2022-10-18 12:25:21 +0000
Commit: Michael Reifenberger <mr@FreeBSD.org>
CommitDate: 2022-10-18 12:25:21 +0000
comms/inspectrum: Update
Update to 0.2.3
PR: 264646
Reported by: Diane Bruce
---
comms/inspectrum/Makefile | 8 ++++----
comms/inspectrum/distinfo | 6 +++---
comms/inspectrum/files/patch-traceplot.cpp | 10 ----------
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"
-