diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-11-17 17:23:58 +0800 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-11-17 17:23:58 +0800 |
commit | 1141c4e8efd54187012c301f3406429e92a1af6c (patch) | |
tree | ac749384ea60e49e52c9e12abd7083007d6e2e59 /databases/spatialite-tools/Makefile | |
parent | 547d26ac29e29218fdce9e5af83511275f63d775 (diff) | |
download | freebsd-ports-gnome-1141c4e8efd54187012c301f3406429e92a1af6c.tar.gz freebsd-ports-gnome-1141c4e8efd54187012c301f3406429e92a1af6c.tar.zst freebsd-ports-gnome-1141c4e8efd54187012c301f3406429e92a1af6c.zip |
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
Diffstat (limited to 'databases/spatialite-tools/Makefile')
-rw-r--r-- | databases/spatialite-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/spatialite-tools/Makefile b/databases/spatialite-tools/Makefile index 28c71713ee05..fde082f4cc82 100644 --- a/databases/spatialite-tools/Makefile +++ b/databases/spatialite-tools/Makefile @@ -2,6 +2,7 @@ PORTNAME= spatialite-tools PORTVERSION= 5.0.0 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ |