mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
update qmapshack to 1.7.1
PR: 212844 Approved by: rene (mentor) Approved by: maintainer timeout
This commit is contained in:
parent
628de31fe1
commit
d79f919be1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424204
@ -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/
|
||||
|
||||
|
@ -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
|
||||
|
11
astro/qmapshack/files/patch-src_gis_CGisListWks.cpp
Normal file
11
astro/qmapshack/files/patch-src_gis_CGisListWks.cpp
Normal 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);
|
Loading…
Reference in New Issue
Block a user