mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
comms/inspectrum: Update
Update to 0.2.3 PR: 264646 Reported by: Diane Bruce
This commit is contained in:
parent
9aa11e5627
commit
cf223cb7fe
3 changed files with 7 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= inspectrum
|
PORTNAME= inspectrum
|
||||||
PORTVERSION= g20191102
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 0
|
PORTVERSION= 0.2.3
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
|
|
||||||
MAINTAINER= mr@FreeBSD.org
|
MAINTAINER= mr@FreeBSD.org
|
||||||
|
@ -18,9 +18,9 @@ CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX}
|
||||||
USES= cmake compiler:c++11-lang pkgconfig qmake qt:5
|
USES= cmake compiler:c++11-lang pkgconfig qmake qt:5
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= miek
|
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
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1578833285
|
TIMESTAMP = 1666095673
|
||||||
SHA256 (miek-inspectrum-g20191102-d6115cb458068fa64c7bbd9020bcbab3373fee0e_GH0.tar.gz) = dd4a8b35c2c12be74c28dc179d1bcca706448ce6ce85935646d1c2f8b4ab2541
|
SHA256 (miek-inspectrum-v0.2.3_GH0.tar.gz) = 7be5be96f50b0cea5b3dd647f06cc00adfa805a395484aa2ab84cf3e49b7227b
|
||||||
SIZE (miek-inspectrum-g20191102-d6115cb458068fa64c7bbd9020bcbab3373fee0e_GH0.tar.gz) = 109347
|
SIZE (miek-inspectrum-v0.2.3_GH0.tar.gz) = 109567
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue