Update to qgis 3.4.5.
Note that this is from the LTR branch, will soon update to 3.6.x..
This commit is contained in:
parent
d367eb8558
commit
8f07f47ca8
@ -1,16 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.98 2019/01/22 08:22:00 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.99 2019/02/26 08:15:08 landry Exp $
|
||||
|
||||
COMMENT = desktop geographical information system
|
||||
|
||||
DISTNAME = qgis-3.4.4
|
||||
DISTNAME = qgis-3.4.5
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
CATEGORIES = geo x11
|
||||
|
||||
SHARED_LIBS = qgis_core 28.1 \
|
||||
qgis_app 14.0 \
|
||||
qgis_gui 22.2 \
|
||||
SHARED_LIBS = qgis_core 29.0 \
|
||||
qgis_app 14.1 \
|
||||
qgis_gui 23.0 \
|
||||
qgis_analysis 12.1 \
|
||||
qgis_server 8.0 \
|
||||
qgis_server 9.0 \
|
||||
qgispython 6.0 \
|
||||
qgis_3d 3.1 \
|
||||
qgis_native 0.2
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (qgis-3.4.4.tar.bz2) = 9H0r9xT0OXsnKra62HTcu1/DBc38x4oE6ODDJV1nvNo=
|
||||
SIZE (qgis-3.4.4.tar.bz2) = 73269507
|
||||
SHA256 (qgis-3.4.5.tar.bz2) = /XU67BDmQwwJC0gA6xQkqFPfY7Jfa5krsxxt9J8M3Fc=
|
||||
SIZE (qgis-3.4.5.tar.bz2) = 73530502
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-src_app_qgisapp_cpp,v 1.32 2019/01/22 08:22:00 landry Exp $
|
||||
$OpenBSD: patch-src_app_qgisapp_cpp,v 1.33 2019/02/26 08:15:08 landry Exp $
|
||||
|
||||
Index: src/app/qgisapp.cpp
|
||||
--- src/app/qgisapp.cpp.orig
|
||||
+++ src/app/qgisapp.cpp
|
||||
@@ -10213,7 +10213,7 @@ class QgsPythonRunnerImpl : public QgsPythonRunner
|
||||
@@ -10256,7 +10256,7 @@ class QgsPythonRunnerImpl : public QgsPythonRunner
|
||||
void QgisApp::loadPythonSupport()
|
||||
{
|
||||
QString pythonlibName( QStringLiteral( "qgispython" ) );
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.46 2019/01/22 08:22:00 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.47 2019/02/26 08:15:08 landry Exp $
|
||||
@bin bin/qgis
|
||||
@bin bin/qgis_bench
|
||||
@bin bin/qgis_mapserv.fcgi
|
||||
@ -701,6 +701,7 @@ include/qgis/qgsprocessingcontext.h
|
||||
include/qgis/qgsprocessingfeedback.h
|
||||
include/qgis/qgsprocessinggui.h
|
||||
include/qgis/qgsprocessingguiregistry.h
|
||||
include/qgis/qgsprocessingmatrixparameterdialog.h
|
||||
include/qgis/qgsprocessingmodelalgorithm.h
|
||||
include/qgis/qgsprocessingmodelchildalgorithm.h
|
||||
include/qgis/qgsprocessingmodelchildparametersource.h
|
||||
@ -1810,6 +1811,7 @@ share/qgis/python/plugins/processing/algs/grass7/description/v.select.txt
|
||||
share/qgis/python/plugins/processing/algs/grass7/description/v.split.txt
|
||||
share/qgis/python/plugins/processing/algs/grass7/description/v.surf.bspline.txt
|
||||
share/qgis/python/plugins/processing/algs/grass7/description/v.surf.idw.txt
|
||||
share/qgis/python/plugins/processing/algs/grass7/description/v.surf.rst.cvdev.txt
|
||||
share/qgis/python/plugins/processing/algs/grass7/description/v.surf.rst.txt
|
||||
share/qgis/python/plugins/processing/algs/grass7/description/v.to.3d.txt
|
||||
share/qgis/python/plugins/processing/algs/grass7/description/v.to.lines.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user