diff options
| author | Wen Heping <wen@FreeBSD.org> | 2020-10-23 02:21:46 +0000 | 
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2020-10-23 02:21:46 +0000 | 
| commit | 645de25121bf49232d01319621ae80c3c76a259e (patch) | |
| tree | 4945ea9a4d5532759691e2fb714145d237ac7650 | |
| parent | security/dropbear: change in rc DSS to ed25519 (diff) | |
- Update to 1.10.0
- Take maintainership
PR:		244966
Submitted by:	wen@
Approved by:	maintainer(timeout, >= 6 months)
| -rw-r--r-- | graphics/mapcache/Makefile | 12 | ||||
| -rw-r--r-- | graphics/mapcache/distinfo | 5 | ||||
| -rw-r--r-- | graphics/mapcache/pkg-plist | 3 | 
3 files changed, 9 insertions, 11 deletions
| diff --git a/graphics/mapcache/Makefile b/graphics/mapcache/Makefile index 268054a4ecda..7366d79c4ca9 100644 --- a/graphics/mapcache/Makefile +++ b/graphics/mapcache/Makefile @@ -2,12 +2,11 @@  # $FreeBSD$  PORTNAME=		mapcache -DISTVERSION=		1.4.0-94 -DISTVERSIONSUFFIX=	-g732b3fd -PORTREVISION=		4 +DISTVERSION=		1.10.0  CATEGORIES=		graphics +MASTER_SITES=		http://download.osgeo.org/mapserver/ -MAINTAINER=		gf-admins@iteris.com +MAINTAINER=		wen@FreeBSD.org  COMMENT=		Server that implements tile caching to speed up access to WMS layers  LICENSE=		MIT @@ -18,9 +17,6 @@ LIB_DEPENDS=		libpng.so:graphics/png \  			libaprutil-1.so:devel/apr1 \  			libpixman-1.so:x11/pixman -USE_GITHUB=		yes -GH_ACCOUNT=		mapserver -  USES=			cmake jpeg localbase  USE_LDCONFIG=		yes  CMAKE_ARGS+=		-DWITH_OGR=1 -DWITH_PIXMAN=1 -DWITH_BERKELEY_DB=0 @@ -31,7 +27,7 @@ OPTIONS_DEFAULT=	APACHE FASTCGI SQLITE GEOS GDAL  OPTIONS_SUB=		yes  APACHE_DESC=		Native apache module -APACHE_USES=		apache:2.2+ +APACHE_USES=		apache  APACHE_CMAKE_ON=	-DWITH_APACHE=1 \  			-DAPACHE_INCLUDE_DIR=${LOCALBASE}/${APACHEINCLUDEDIR} \  			-DAPACHE_MODULE_DIR=${LOCALBASE}/${APACHEMODDIR} diff --git a/graphics/mapcache/distinfo b/graphics/mapcache/distinfo index e388feb9e3a8..df55331efe90 100644 --- a/graphics/mapcache/distinfo +++ b/graphics/mapcache/distinfo @@ -1,2 +1,3 @@ -SHA256 (mapserver-mapcache-1.4.0-94-g732b3fd_GH0.tar.gz) = 93e1da0d0686220c92746d43b7b7a16e035e67c82f56ddbe1fe5b80c62c18bf7 -SIZE (mapserver-mapcache-1.4.0-94-g732b3fd_GH0.tar.gz) = 294537 +TIMESTAMP = 1603220050 +SHA256 (mapcache-1.10.0.tar.gz) = 527a0c1dfa8702fe64cc5ae1893005cd78fcdf5e5fb447b5c509c804e56a2700 +SIZE (mapcache-1.10.0.tar.gz) = 1053955 diff --git a/graphics/mapcache/pkg-plist b/graphics/mapcache/pkg-plist index ad0b23e8271a..1c7db3ab7f90 100644 --- a/graphics/mapcache/pkg-plist +++ b/graphics/mapcache/pkg-plist @@ -1,6 +1,7 @@  bin/mapcache.fcgi  bin/mapcache_seed +bin/mapcache_detail  lib/libmapcache.so  lib/libmapcache.so.1 -lib/libmapcache.so.1.5dev +lib/libmapcache.so.1.10.0  %%APACHE%%%%APACHEMODDIR%%/mod_%%AP_MODULE%% | 
