mapserver: Bump to 8.0.0

This commit is contained in:
Tee KOBAYASHI 2022-11-27 20:40:34 +09:00 committed by xtkoba
parent d5cafdb1ee
commit 4addd0c0cd
2 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@ Extracted from README.rst
--- /dev/null 2020-07-12 08:42:35.071383160 +0200
+++ ./LICENSE 2020-07-12 10:25:48.101336557 +0200
@@ -0,0 +1,20 @@
+Copyright (c) 2008-2020 Open Source Geospatial Foundation.
+Copyright (c) 2008-2022 Open Source Geospatial Foundation.
+Copyright (c) 1996-2008 Regents of the University of Minnesota.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -2,11 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://mapserver.org/
TERMUX_PKG_DESCRIPTION="MapServer is CGI-based platform for publishing spatial data and interactive mapping applications to the web"
TERMUX_PKG_MAINTAINER="Bjoern Schilberg @BjoernSchilberg"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=7.6.4
TERMUX_PKG_REVISION=3
TERMUX_PKG_VERSION=8.0.0
TERMUX_PKG_SRCURL=https://download.osgeo.org/mapserver/mapserver-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=b46c884bc42bd49873806a05325872e4418fc34e97824d4e13d398e86ea474ac
TERMUX_PKG_DEPENDS="libc++, libiconv, freetype, libcurl, libcairo, libxml2, openjpeg, proj, gdal, libprotobuf-c"
TERMUX_PKG_SHA256=bb7ee625eb6fdce9bd9851f83664442845d70d041e449449e88ac855e97d773c
TERMUX_PKG_DEPENDS="freetype, gdal, libc++, libcairo, libcurl, libgeos, libiconv, libjpeg-turbo, libpng, libprotobuf-c, libxml2, proj"
TERMUX_PKG_BREAKS="mapserver-dev"
TERMUX_PKG_REPLACES="mapserver-dev"
TERMUX_PKG_GROUPS="science"