diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-11-17 09:23:58 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-11-17 09:23:58 +0000 |
commit | 1141c4e8efd54187012c301f3406429e92a1af6c (patch) | |
tree | ac749384ea60e49e52c9e12abd7083007d6e2e59 /databases/spatialite | |
parent | Update to the 20201113 snapshot of GCC 9.3.1. (diff) |
graphics/proj: Update to 7.1.1
- Add a pkg-message explaining how to access or sync datum grids from the CDN
(disabled by default)
- Add curl and tiff dependencies since proj can read datum grids from remote
COG (Cloud Optimized Geotiff)
- Take maintainer'ship (ok wen@)
PR: 245611
Submitted by: wen (first version)
Reviewed by: wen, rhurlin
Approved by: wen
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=555543
Diffstat (limited to 'databases/spatialite')
-rw-r--r-- | databases/spatialite/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index 9dba75a604b0..8a23e2480fc9 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -3,6 +3,7 @@ PORTNAME= spatialite PORTVERSION= 5.0.0 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/libspatialite-sources/ DISTNAME= lib${PORTNAME}-${PORTVERSION} |