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

(-)astro/qmapshack/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	qmapshack
4
PORTNAME=	qmapshack
5
PORTVERSION=	1.7.1
5
PORTVERSION=	1.7.2
6
CATEGORIES=	astro
6
CATEGORIES=	astro
7
MASTER_SITES=	https://bitbucket.org/maproom/qmapshack/downloads/
7
MASTER_SITES=	https://bitbucket.org/maproom/qmapshack/downloads/
8
8
(-)astro/qmapshack/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1474306176
1
TIMESTAMP = 1482157356
2
SHA256 (qmapshack-1.7.1.tar.gz) = 5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509
2
SHA256 (qmapshack-1.7.2.tar.gz) = 830471acfaf3ed2743a8aaac2fc85c2c5039fbc0e7b8d1c462c5e0b4fc3ce10b
3
SIZE (qmapshack-1.7.1.tar.gz) = 5201773
3
SIZE (qmapshack-1.7.2.tar.gz) = 7256732
(-)astro/qmapshack/files/patch-src_gis_CGisListWks.cpp (-11 lines)
Lines 1-11 Link Here
1
--- src/gis/CGisListWks.cpp.orig	2016-09-19 19:38:41.441780000 +0200
2
+++ src/gis/CGisListWks.cpp	2016-09-19 19:38:56.183055000 +0200
3
@@ -346,7 +346,7 @@
4
     QAction * action = menu->addAction(QIcon(icon), text);
5
     action->setCheckable(true);
6
 
7
-    auto func = bind(&CGisListWks::slotSetSortMode, this, mode, std::placeholders::_1);
8
+    auto func = std::bind(&CGisListWks::slotSetSortMode, this, mode, std::placeholders::_1);
9
     connect(action, &QAction::toggled, this, func);
10
 
11
     actionGroup->addAction(action);

Return to bug 215423