commit 0ef45a46c238538cf7b301d11a8d46b4a224fd5f Author: Christoph Moench-Tegeder Date: Mon Jan 18 10:26:19 2021 +0100 qmapshack 1.15.2 diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index 98be7da542bf..607b41aab9bb 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= qmapshack -PORTVERSION= 1.15.0 +PORTVERSION= 1.15.2 DISTVERSIONPREFIX= V_ -PORTREVISION= 3 CATEGORIES= astro MAINTAINER= bofh@FreeBSD.org diff --git a/astro/qmapshack/distinfo b/astro/qmapshack/distinfo index e9e332fc8320..f21353897b96 100644 --- a/astro/qmapshack/distinfo +++ b/astro/qmapshack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592229502 -SHA256 (Maproom-qmapshack-V_1.15.0_GH0.tar.gz) = a3a470657a66a21a59e812dd6f9351845ce3300c00c25622dcb4a3818ed884f2 -SIZE (Maproom-qmapshack-V_1.15.0_GH0.tar.gz) = 46097781 +TIMESTAMP = 1610218166 +SHA256 (Maproom-qmapshack-V_1.15.2_GH0.tar.gz) = 35831d703ef3decc83f168a020144ec89907f484485b242be24fd2e094898857 +SIZE (Maproom-qmapshack-V_1.15.2_GH0.tar.gz) = 46899954 diff --git a/astro/qmapshack/files/patch-src_qmaptool_helpers_CDraw.cpp b/astro/qmapshack/files/patch-src_qmaptool_helpers_CDraw.cpp deleted file mode 100644 index 52de00a092e1..000000000000 --- a/astro/qmapshack/files/patch-src_qmaptool_helpers_CDraw.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/qmaptool/helpers/CDraw.cpp.orig 2020-05-21 11:11:11 UTC -+++ src/qmaptool/helpers/CDraw.cpp -@@ -24,6 +24,7 @@ - #include - #include - #include -+#include - - QPen CDraw::penBorderBlue(QColor(10,10,150,220),2); - QPen CDraw::penBorderGray(Qt::lightGray,2); diff --git a/astro/qmapshack/files/patch-src_qmaptool_overlay_COverlayCutMap.cpp b/astro/qmapshack/files/patch-src_qmaptool_overlay_COverlayCutMap.cpp deleted file mode 100644 index 47211d8806fe..000000000000 --- a/astro/qmapshack/files/patch-src_qmaptool_overlay_COverlayCutMap.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/qmaptool/overlay/COverlayCutMap.cpp.orig 2020-05-21 11:11:11 UTC -+++ src/qmaptool/overlay/COverlayCutMap.cpp -@@ -24,6 +24,8 @@ - - #include - #include -+#include -+ - using std::bind; - - static inline qreal sqr(qreal a)