FreeBSD Bugzilla – Attachment 174990 Details for
Bug 212844
astro/qmapshack: update to 1.7.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update qmapshack to 1.7.1
astro_qmapshack.diff (text/plain), 1.81 KB, created by
Christoph Moench-Tegeder
on 2016-09-20 08:33:11 UTC
(
hide
)
Description:
update qmapshack to 1.7.1
Filename:
MIME Type:
Creator:
Christoph Moench-Tegeder
Created:
2016-09-20 08:33:11 UTC
Size:
1.81 KB
patch
obsolete
>M astro/qmapshack/Makefile >M astro/qmapshack/distinfo >A astro/qmapshack/files/patch-src_gis_CGisListWks.cpp > >Index: astro/qmapshack/Makefile >=================================================================== >--- astro/qmapshack/Makefile (revision 422485) >+++ astro/qmapshack/Makefile (working copy) >@@ -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/ > >Index: astro/qmapshack/distinfo >=================================================================== >--- astro/qmapshack/distinfo (revision 422485) >+++ astro/qmapshack/distinfo (working copy) >@@ -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 >Index: astro/qmapshack/files/patch-src_gis_CGisListWks.cpp >=================================================================== >--- astro/qmapshack/files/patch-src_gis_CGisListWks.cpp (nonexistent) >+++ astro/qmapshack/files/patch-src_gis_CGisListWks.cpp (working copy) >@@ -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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212844
: 174990 |
174991