Update to mapcache 1.4.

See http://mapserver.org/development/announce/mapcache-1-4.html
This commit is contained in:
landry 2015-09-07 18:57:55 +00:00
parent b67f78ee91
commit 77a963daea
3 changed files with 10 additions and 15 deletions

View File

@ -1,20 +1,17 @@
# $OpenBSD: Makefile,v 1.4 2015/07/15 23:56:36 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2015/09/07 18:57:55 landry Exp $
SHARED_ONLY= Yes
COMMENT= GIS WMTS/TMS tile caching server
GH_TAGNAME = rel-1-2-1
GH_ACCOUNT = mapserver
GH_PROJECT = mapcache
DISTNAME = ${GH_PROJECT}-${GH_TAGNAME}
PKGNAME = ${GH_PROJECT}-1.2.1
SHARED_LIBS += mapcache 0.0
REVISION = 1
DISTNAME = mapcache-1.4.0
SHARED_LIBS += mapcache 1.0
CATEGORIES= geo www
HOMEPAGE= http://www.mapserver.org/
MASTER_SITES= http://download.osgeo.org/mapserver/
# MIT
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,2 +1,2 @@
SHA256 (mapcache-rel-1-2-1.tar.gz) = McbAdDJPYJ7aaXQ7KIkmw2uyOCbra/CQ8RRqrzG1nCA=
SIZE (mapcache-rel-1-2-1.tar.gz) = 253897
SHA256 (mapcache-1.4.0.tar.gz) = 76nCvvq6HmxKJF/JeJ1GUFMYKrif4VYuvmUUuWnPni4=
SIZE (mapcache-1.4.0.tar.gz) = 286756

View File

@ -1,8 +1,6 @@
$OpenBSD: patch-util_mapcache_seed_c,v 1.1.1.1 2014/08/26 18:38:49 landry Exp $
/usr/obj/ports/mapcache-1.2.1/mapcache-rel-1-2-1/util/mapcache_seed.c:1182: error: 'S_IRUSR' undeclared (first use in this function)
/usr/obj/ports/mapcache-1.2.1/mapcache-rel-1-2-1/util/mapcache_seed.c:1182: error: (Each undeclared identifier is reported only once
/usr/obj/ports/mapcache-1.2.1/mapcache-rel-1-2-1/util/mapcache_seed.c:1182: error: for each function it appears in.)
/usr/obj/ports/mapcache-1.2.1/mapcache-rel-1-2-1/util/mapcache_seed.c:1182: error: 'S_IWUSR' undeclared (first use in this function)
$OpenBSD: patch-util_mapcache_seed_c,v 1.2 2015/09/07 18:57:55 landry Exp $
https://github.com/mapserver/mapcache/pull/128
--- util/mapcache_seed.c.orig Mon May 19 22:30:46 2014
+++ util/mapcache_seed.c Mon May 19 22:31:00 2014