Skip to content

Commit

Permalink
graphics/mapcache: Update to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenheping committed Apr 1, 2023
1 parent 34da3d7 commit b408fe3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions graphics/mapcache/Makefile
@@ -1,6 +1,5 @@
PORTNAME= mapcache
DISTVERSION= 1.12.1
PORTREVISION= 1
DISTVERSION= 1.14.0
CATEGORIES= graphics
MASTER_SITES= http://download.osgeo.org/mapserver/

Expand All @@ -9,7 +8,7 @@ COMMENT= Server that implements tile caching to speed up access to WMS layers
WWW= https://www.mapserver.org/mapcache/

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md

LIB_DEPENDS= libpng.so:graphics/png \
libapr-1.so:devel/apr1 \
Expand All @@ -21,6 +20,8 @@ USE_LDCONFIG= yes
CMAKE_ON= WITH_OGR WITH_PIXMAN
CMAKE_OFF= WITH_BERKELEY_DB

CFLAGS+= -std=c99

OPTIONS_DEFINE= APACHE FASTCGI SQLITE MEMCACHE TIFF TIFF_WRITE \
GEOTIFF PCRE GDAL GEOS
OPTIONS_DEFAULT= APACHE FASTCGI SQLITE GEOS GDAL
Expand Down
6 changes: 3 additions & 3 deletions graphics/mapcache/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1650076633
SHA256 (mapcache-1.12.1.tar.gz) = a8136c2426d52ebeace898a39fc9f21372d599ec2da64149b7a23fae99e8197b
SIZE (mapcache-1.12.1.tar.gz) = 1060615
TIMESTAMP = 1680353791
SHA256 (mapcache-1.14.0.tar.gz) = a718676b8825edf949392ba93b12f3acc78f88cde63a9a1ca7508fdff3eb9efb
SIZE (mapcache-1.14.0.tar.gz) = 1066828
2 changes: 1 addition & 1 deletion graphics/mapcache/pkg-plist
Expand Up @@ -3,5 +3,5 @@ bin/mapcache_seed
bin/mapcache_detail
lib/libmapcache.so
lib/libmapcache.so.1
lib/libmapcache.so.1.12.1
lib/libmapcache.so.1.14.0
%%APACHE%%%%APACHEMODDIR%%/mod_%%AP_MODULE%%

0 comments on commit b408fe3

Please sign in to comment.