Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2020 02:21:47 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553063 - head/graphics/mapcache
Message-ID:  <202010230221.09N2LlSm074645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Fri Oct 23 02:21:46 2020
New Revision: 553063
URL: https://svnweb.freebsd.org/changeset/ports/553063

Log:
  - Update to 1.10.0
  - Take maintainership
  
  PR:		244966
  Submitted by:	wen@
  Approved by:	maintainer(timeout, >= 6 months)

Modified:
  head/graphics/mapcache/Makefile
  head/graphics/mapcache/distinfo
  head/graphics/mapcache/pkg-plist

Modified: head/graphics/mapcache/Makefile
==============================================================================
--- head/graphics/mapcache/Makefile	Fri Oct 23 00:19:21 2020	(r553062)
+++ head/graphics/mapcache/Makefile	Fri Oct 23 02:21:46 2020	(r553063)
@@ -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}

Modified: head/graphics/mapcache/distinfo
==============================================================================
--- head/graphics/mapcache/distinfo	Fri Oct 23 00:19:21 2020	(r553062)
+++ head/graphics/mapcache/distinfo	Fri Oct 23 02:21:46 2020	(r553063)
@@ -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

Modified: head/graphics/mapcache/pkg-plist
==============================================================================
--- head/graphics/mapcache/pkg-plist	Fri Oct 23 00:19:21 2020	(r553062)
+++ head/graphics/mapcache/pkg-plist	Fri Oct 23 02:21:46 2020	(r553063)
@@ -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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010230221.09N2LlSm074645>