Bugfix update to qgis 2.18.15

This commit is contained in:
landry 2017-12-14 10:17:27 +00:00
parent 03c31577ec
commit 4ac373980b
3 changed files with 10 additions and 11 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.79 2017/12/05 08:33:44 landry Exp $
# $OpenBSD: Makefile,v 1.80 2017/12/14 10:17:27 landry Exp $
COMMENT = desktop geographical information system
DISTNAME = qgis-2.18.14
DISTNAME = qgis-2.18.15
EXTRACT_SUFX = .tar.bz2
CATEGORIES = geo x11
REVISION = 1
SHARED_LIBS = qgis_core 19.0 \
qgis_app 5.1 \
qgis_gui 17.0 \
SHARED_LIBS = qgis_core 20.0 \
qgis_app 6.0 \
qgis_gui 17.1 \
qgis_analysis 8.0 \
qgis_server 5.2 \
qgispython 5.0 \

View File

@ -1,2 +1,2 @@
SHA256 (qgis-2.18.14.tar.bz2) = 2CF2q3HOPnCq4bu2VHinMO+FtiY6GG/d6g61mUZhNqU=
SIZE (qgis-2.18.14.tar.bz2) = 84935301
SHA256 (qgis-2.18.15.tar.bz2) = 6ywEdbaoRCVdSqepJYb+oljbn9WW4hhB51zokObM98o=
SIZE (qgis-2.18.15.tar.bz2) = 84951547

View File

@ -3,7 +3,7 @@ Fix paths to docs
Index: src/app/qgisapp.cpp
--- src/app/qgisapp.cpp.orig
+++ src/app/qgisapp.cpp
@@ -1712,7 +1712,7 @@ void QgisApp::createActions()
@@ -1718,7 +1718,7 @@ void QgisApp::createActions()
mActionReportaBug->setShortcut( QString() );
#endif
@ -12,7 +12,7 @@ Index: src/app/qgisapp.cpp
connect( mActionHelpContents, SIGNAL( triggered() ), this, SLOT( helpContents() ) );
connect( mActionHelpAPI, SIGNAL( triggered() ), this, SLOT( apiDocumentation() ) );
@@ -9161,7 +9161,7 @@ void QgisApp::helpContents()
@@ -9187,7 +9187,7 @@ void QgisApp::helpContents()
void QgisApp::apiDocumentation()
{
@ -21,7 +21,7 @@ Index: src/app/qgisapp.cpp
{
openURL( "api/index.html" );
}
@@ -9190,7 +9190,7 @@ void QgisApp::openURL( QString url, bool useQgisDocDir
@@ -9216,7 +9216,7 @@ void QgisApp::openURL( QString url, bool useQgisDocDir
// open help in user browser
if ( useQgisDocDirectory )
{