Update to QGIS 3.4.1.

This commit is contained in:
landry 2018-11-05 10:51:47 +00:00
parent ed24aae5c1
commit c3f5af08a4
3 changed files with 12 additions and 12 deletions

View File

@ -1,19 +1,19 @@
# $OpenBSD: Makefile,v 1.94 2018/10/29 08:25:30 landry Exp $
# $OpenBSD: Makefile,v 1.95 2018/11/05 10:51:47 landry Exp $
COMMENT = desktop geographical information system
DISTNAME = qgis-3.4.0
DISTNAME = qgis-3.4.1
EXTRACT_SUFX = .tar.bz2
CATEGORIES = geo x11
SHARED_LIBS = qgis_core 25.0 \
qgis_app 10.0 \
qgis_gui 21.0 \
qgis_analysis 11.0 \
SHARED_LIBS = qgis_core 26.0 \
qgis_app 11.0 \
qgis_gui 21.1 \
qgis_analysis 12.0 \
qgis_server 7.0 \
qgispython 6.0 \
qgis_3d 2.0 \
qgis_native 0.1
qgis_3d 3.0 \
qgis_native 0.2
HOMEPAGE = http://www.qgis.org/

View File

@ -1,2 +1,2 @@
SHA256 (qgis-3.4.0.tar.bz2) = tjpuu9Tkr7KCCIexiwqkHjx4Yvf73IoSHW/NdfAyHpg=
SIZE (qgis-3.4.0.tar.bz2) = 72309170
SHA256 (qgis-3.4.1.tar.bz2) = H8cRbG/aM7r10JNxBNyOScqwXVkh2yxBGYZs1N2A7BI=
SIZE (qgis-3.4.1.tar.bz2) = 72253801

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-src_app_qgisapp_cpp,v 1.28 2018/10/29 08:25:30 landry Exp $
$OpenBSD: patch-src_app_qgisapp_cpp,v 1.29 2018/11/05 10:51:47 landry Exp $
Index: src/app/qgisapp.cpp
--- src/app/qgisapp.cpp.orig
+++ src/app/qgisapp.cpp
@@ -10173,7 +10173,7 @@ class QgsPythonRunnerImpl : public QgsPythonRunner
@@ -10186,7 +10186,7 @@ class QgsPythonRunnerImpl : public QgsPythonRunner
void QgisApp::loadPythonSupport()
{
QString pythonlibName( QStringLiteral( "qgispython" ) );