View | Details | Raw Unified | Return to bug 252797
Collapse All | Expand All

(-)b/astro/qmapshack/Makefile (-2 / +1 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	qmapshack
4
PORTNAME=	qmapshack
5
PORTVERSION=	1.15.0
5
PORTVERSION=	1.15.2
6
DISTVERSIONPREFIX=	V_
6
DISTVERSIONPREFIX=	V_
7
PORTREVISION=	3
8
CATEGORIES=	astro
7
CATEGORIES=	astro
9
8
10
MAINTAINER=	bofh@FreeBSD.org
9
MAINTAINER=	bofh@FreeBSD.org
(-)b/astro/qmapshack/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1592229502
1
TIMESTAMP = 1610218166
2
SHA256 (Maproom-qmapshack-V_1.15.0_GH0.tar.gz) = a3a470657a66a21a59e812dd6f9351845ce3300c00c25622dcb4a3818ed884f2
2
SHA256 (Maproom-qmapshack-V_1.15.2_GH0.tar.gz) = 35831d703ef3decc83f168a020144ec89907f484485b242be24fd2e094898857
3
SIZE (Maproom-qmapshack-V_1.15.0_GH0.tar.gz) = 46097781
3
SIZE (Maproom-qmapshack-V_1.15.2_GH0.tar.gz) = 46899954
(-)a/astro/qmapshack/files/patch-src_qmaptool_helpers_CDraw.cpp (-10 lines)
Removed Link Here
1
--- src/qmaptool/helpers/CDraw.cpp.orig	2020-05-21 11:11:11 UTC
2
+++ src/qmaptool/helpers/CDraw.cpp
3
@@ -24,6 +24,7 @@
4
 #include <QImage>
5
 #include <QPointF>
6
 #include <QtMath>
7
+#include <QPainterPath>
8
 
9
 QPen CDraw::penBorderBlue(QColor(10,10,150,220),2);
10
 QPen CDraw::penBorderGray(Qt::lightGray,2);
(-)a/astro/qmapshack/files/patch-src_qmaptool_overlay_COverlayCutMap.cpp (-11 lines)
Removed Link Here
1
--- src/qmaptool/overlay/COverlayCutMap.cpp.orig	2020-05-21 11:11:11 UTC
2
+++ src/qmaptool/overlay/COverlayCutMap.cpp
3
@@ -24,6 +24,8 @@
4
 
5
 #include <functional>
6
 #include <QtWidgets>
7
+#include <QPainterPath>
8
+
9
 using std::bind;
10
 
11
 static inline qreal sqr(qreal a)

Return to bug 252797