Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 18:49:24 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424204 - in head/astro/qmapshack: . files
Message-ID:  <201610181849.u9IInO0Y028129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Tue Oct 18 18:49:24 2016
New Revision: 424204
URL: https://svnweb.freebsd.org/changeset/ports/424204

Log:
  update qmapshack to 1.7.1
  
  PR:		212844
  Approved by:	rene (mentor)
  Approved by:	maintainer timeout

Added:
  head/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp   (contents, props changed)
Modified:
  head/astro/qmapshack/Makefile
  head/astro/qmapshack/distinfo

Modified: head/astro/qmapshack/Makefile
==============================================================================
--- head/astro/qmapshack/Makefile	Tue Oct 18 18:45:34 2016	(r424203)
+++ head/astro/qmapshack/Makefile	Tue Oct 18 18:49:24 2016	(r424204)
@@ -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/
 

Modified: head/astro/qmapshack/distinfo
==============================================================================
--- head/astro/qmapshack/distinfo	Tue Oct 18 18:45:34 2016	(r424203)
+++ head/astro/qmapshack/distinfo	Tue Oct 18 18:49:24 2016	(r424204)
@@ -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

Added: head/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp	Tue Oct 18 18:49:24 2016	(r424204)
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610181849.u9IInO0Y028129>