1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

update qmapshack to 1.7.1

PR:		212844
Approved by:	rene (mentor)
Approved by:	maintainer timeout
This commit is contained in:
Christoph Moench-Tegeder 2016-10-18 18:49:24 +00:00
parent 628de31fe1
commit d79f919be1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424204
3 changed files with 15 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qmapshack
PORTVERSION= 1.6.3
PORTVERSION= 1.7.1
CATEGORIES= astro
MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1468517493
SHA256 (qmapshack-1.6.3.tar.gz) = 6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708
SIZE (qmapshack-1.6.3.tar.gz) = 5181205
TIMESTAMP = 1474306176
SHA256 (qmapshack-1.7.1.tar.gz) = 5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509
SIZE (qmapshack-1.7.1.tar.gz) = 5201773

View File

@ -0,0 +1,11 @@
--- src/gis/CGisListWks.cpp.orig 2016-09-19 19:38:41.441780000 +0200
+++ src/gis/CGisListWks.cpp 2016-09-19 19:38:56.183055000 +0200
@@ -346,7 +346,7 @@
QAction * action = menu->addAction(QIcon(icon), text);
action->setCheckable(true);
- auto func = bind(&CGisListWks::slotSetSortMode, this, mode, std::placeholders::_1);
+ auto func = std::bind(&CGisListWks::slotSetSortMode, this, mode, std::placeholders::_1);
connect(action, &QAction::toggled, this, func);
actionGroup->addAction(action);