Index: head/astro/qmapshack/Makefile =================================================================== --- head/astro/qmapshack/Makefile (revision 431069) +++ head/astro/qmapshack/Makefile (revision 431070) @@ -1,24 +1,24 @@ # Created by: Muhammad Moinur Rahman # $FreeBSD$ PORTNAME= qmapshack -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= astro MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ MAINTAINER= bofh@FreeBSD.org COMMENT= Ultimate outdoor aficionado's tool LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgdal.so:graphics/gdal \ libproj.so:graphics/proj \ libroutino.so:astro/routino RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks USES= cmake compiler:c++11-lib desktop-file-utils USE_QT5= buildtools core dbus gui linguisttools network printsupport \ qmake script sql sql-sqlite3 webkit widgets xml .include Index: head/astro/qmapshack/distinfo =================================================================== --- head/astro/qmapshack/distinfo (revision 431069) +++ head/astro/qmapshack/distinfo (revision 431070) @@ -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: head/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp =================================================================== --- head/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp (revision 431069) +++ head/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); Property changes on: head/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property