Update to qgis 3.2.2.

This commit is contained in:
landry 2018-08-22 13:43:30 +00:00
parent b4480016c8
commit 8d5b6c6912
3 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.91 2018/07/23 07:05:32 landry Exp $
# $OpenBSD: Makefile,v 1.92 2018/08/22 13:43:30 landry Exp $
COMMENT = desktop geographical information system
DISTNAME = qgis-3.2.1
DISTNAME = qgis-3.2.2
EXTRACT_SUFX = .tar.bz2
CATEGORIES = geo x11
SHARED_LIBS = qgis_core 23.0 \
qgis_app 9.0 \
qgis_gui 20.1 \
SHARED_LIBS = qgis_core 24.0 \
qgis_app 9.1 \
qgis_gui 20.2 \
qgis_analysis 10.0 \
qgis_server 6.0 \
qgispython 6.0 \

View File

@ -1,2 +1,2 @@
SHA256 (qgis-3.2.1.tar.bz2) = pc9sIM2Ne38NeClsojIWpkWRkdgEUY1hWuEQ34r6/3M=
SIZE (qgis-3.2.1.tar.bz2) = 72064255
SHA256 (qgis-3.2.2.tar.bz2) = gxkkRZwanynaz3xuo39AHcTaWyC6KeTUdBdIUsUagk0=
SIZE (qgis-3.2.2.tar.bz2) = 71947443

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-src_app_qgisapp_cpp,v 1.25 2018/07/23 07:05:32 landry Exp $
$OpenBSD: patch-src_app_qgisapp_cpp,v 1.26 2018/08/22 13:43:30 landry Exp $
Index: src/app/qgisapp.cpp
--- src/app/qgisapp.cpp.orig
+++ src/app/qgisapp.cpp
@@ -9896,7 +9896,7 @@ class QgsPythonRunnerImpl : public QgsPythonRunner
@@ -9918,7 +9918,7 @@ class QgsPythonRunnerImpl : public QgsPythonRunner
void QgisApp::loadPythonSupport()
{
QString pythonlibName( QStringLiteral( "qgispython" ) );