mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
astro/qmapshack: Update version 1.15.0=>1.15.2
- Mark BROKEN for FreeBSD 11 PR: 252797 Submitted by: cmt
This commit is contained in:
parent
51c88f3c65
commit
6829bb1e63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562619
@ -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
|
||||
@ -13,6 +12,8 @@ COMMENT= Ultimate outdoor aficionado's tool
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_FreeBSD_11= Requires OpenSSL 1.1.0+
|
||||
|
||||
LIB_DEPENDS= libgdal.so:graphics/gdal \
|
||||
libproj.so:graphics/proj \
|
||||
libquazip1-qt5.so:archivers/quazip \
|
||||
|
@ -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
|
||||
|
@ -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 <QImage>
|
||||
#include <QPointF>
|
||||
#include <QtMath>
|
||||
+#include <QPainterPath>
|
||||
|
||||
QPen CDraw::penBorderBlue(QColor(10,10,150,220),2);
|
||||
QPen CDraw::penBorderGray(Qt::lightGray,2);
|
@ -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 <functional>
|
||||
#include <QtWidgets>
|
||||
+#include <QPainterPath>
|
||||
+
|
||||
using std::bind;
|
||||
|
||||
static inline qreal sqr(qreal a)
|
Loading…
Reference in New Issue
Block a user