M astro/qmapshack/Makefile M astro/qmapshack/distinfo D astro/qmapshack/files/patch-src_gis_CGisListWks.cpp Index: astro/qmapshack/Makefile =================================================================== --- astro/qmapshack/Makefile (revision 428932) +++ astro/qmapshack/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qmapshack -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= astro MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ Index: astro/qmapshack/distinfo =================================================================== --- astro/qmapshack/distinfo (revision 428932) +++ astro/qmapshack/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474306176 -SHA256 (qmapshack-1.7.1.tar.gz) = 5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509 -SIZE (qmapshack-1.7.1.tar.gz) = 5201773 +TIMESTAMP = 1482157356 +SHA256 (qmapshack-1.7.2.tar.gz) = 830471acfaf3ed2743a8aaac2fc85c2c5039fbc0e7b8d1c462c5e0b4fc3ce10b +SIZE (qmapshack-1.7.2.tar.gz) = 7256732 Index: astro/qmapshack/files/patch-src_gis_CGisListWks.cpp =================================================================== --- astro/qmapshack/files/patch-src_gis_CGisListWks.cpp (revision 428932) +++ astro/qmapshack/files/patch-src_gis_CGisListWks.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- 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);