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

(-)b/astro/qmapshack/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	qmapshack
4
PORTNAME=	qmapshack
5
PORTVERSION=	1.11.0
5
PORTVERSION=	1.11.1
6
PORTREVISION=	1
7
CATEGORIES=	astro
6
CATEGORIES=	astro
8
MASTER_SITES=	https://bitbucket.org/maproom/qmapshack/downloads/
7
MASTER_SITES=	https://bitbucket.org/maproom/qmapshack/downloads/
9
8
(-)b/astro/qmapshack/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1520613693
1
TIMESTAMP = 1524141966
2
SHA256 (qmapshack-1.11.0.tar.gz) = cd3a27f760a9c041ef7328d0bc816dac67ef8e049b8cf4cafaf9af628cfade60
2
SHA256 (qmapshack-1.11.1.tar.gz) = 3e65e443665041bb4c10ebd10fb49ca6df9015d9cecd2551a888bbdaa8a3117b
3
SIZE (qmapshack-1.11.0.tar.gz) = 8531519
3
SIZE (qmapshack-1.11.1.tar.gz) = 11446871
(-)a/astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h (-13 lines)
Removed Link Here
1
Provide full definition of IDrawContext, needed when #including
2
this file in a context (ha!) without that definition already.
3
4
--- src/qmapshack/dem/IDem.h.orig	2018-02-23 16:39:15 UTC
5
+++ src/qmapshack/dem/IDem.h
6
@@ -19,6 +19,7 @@
7
 #ifndef IDEM_H
8
 #define IDEM_H
9
 
10
+#include "canvas/IDrawContext.h"
11
 #include "canvas/IDrawObject.h"
12
 #include <QObject>
13
 #include <QPointer>
(-)b/astro/qmapshack/pkg-plist (+2 lines)
Lines 4-9 bin/qmt_map2jnx Link Here
4
bin/qmt_rgb2pct
4
bin/qmt_rgb2pct
5
man/man1/qmapshack.1.gz
5
man/man1/qmapshack.1.gz
6
man/man1/qmaptool.1.gz
6
man/man1/qmaptool.1.gz
7
man/man1/qmt_map2jnx.1.gz
7
man/man1/qmt_rgb2pct.1.gz
8
man/man1/qmt_rgb2pct.1.gz
8
share/applications/qmapshack.desktop
9
share/applications/qmapshack.desktop
9
share/applications/qmaptool.desktop
10
share/applications/qmaptool.desktop
Lines 51-55 share/qmt_rgb2pct/translations/qmt_rgb2pct_de.qm Link Here
51
%%DATADIR%%/translations/qmapshack_de.qm
52
%%DATADIR%%/translations/qmapshack_de.qm
52
%%DATADIR%%/translations/qmapshack_es.qm
53
%%DATADIR%%/translations/qmapshack_es.qm
53
%%DATADIR%%/translations/qmapshack_fr.qm
54
%%DATADIR%%/translations/qmapshack_fr.qm
55
%%DATADIR%%/translations/qmapshack_it.qm
54
%%DATADIR%%/translations/qmapshack_nl.qm
56
%%DATADIR%%/translations/qmapshack_nl.qm
55
%%DATADIR%%/translations/qmapshack_ru.qm
57
%%DATADIR%%/translations/qmapshack_ru.qm

Return to bug 227643