diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2017-01-10 08:51:56 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2017-01-10 08:51:56 +0000 |
commit | 1208355e8b496e61808545f3e02e2f0eaeca04e9 (patch) | |
tree | cf427d35ed317ed240549e287fb48088bde67bc4 /astro | |
parent | d8f5c0b00371d1bfc516fc0d09d50ac3191566cf (diff) | |
download | ports-1208355e8b496e61808545f3e02e2f0eaeca04e9.tar.gz ports-1208355e8b496e61808545f3e02e2f0eaeca04e9.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/qmapshack/Makefile | 2 | ||||
-rw-r--r-- | astro/qmapshack/distinfo | 6 | ||||
-rw-r--r-- | astro/qmapshack/files/patch-src_gis_CGisListWks.cpp | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index ab6f435a9046..2b05ed776f60 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -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/ diff --git a/astro/qmapshack/distinfo b/astro/qmapshack/distinfo index 5a98f27b2e86..6268e4e47548 100644 --- a/astro/qmapshack/distinfo +++ b/astro/qmapshack/distinfo @@ -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 diff --git a/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp b/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp deleted file mode 100644 index 4de0776ab617..000000000000 --- a/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp +++ /dev/null @@ -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); |