diff options
| author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-01-04 20:55:07 +0000 |
|---|---|---|
| committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-01-05 06:08:24 +0000 |
| commit | 0435aedaaac66a70be35c3180225f0d1d8cfec68 (patch) | |
| tree | 1ace109b1097ee80667825916e8aaf3fac23d2de /graphics/proj/Makefile | |
| parent | f82167565564eb880350414dc94b8e6dc8fdf24e (diff) | |
graphics/proj: Update to 8.2.1
This release update the EPSG database as well of a number of bug fixes
and remove the deprecated API.
Changes:
- https://proj.org/news.html#release-notes
PR: 258313
Reported by: darcy@dbitech.ca
Reviewed by: stephen, rhurlin
Diffstat (limited to 'graphics/proj/Makefile')
| -rw-r--r-- | graphics/proj/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile index f50252b8b2d2..d637de2a69ad 100644 --- a/graphics/proj/Makefile +++ b/graphics/proj/Makefile @@ -1,7 +1,7 @@ # Created by: jedgar@FreeBSD.org PORTNAME= proj -PORTVERSION= 7.2.1 +PORTVERSION= 8.2.1 PORTEPOCH= 1 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/proj/ @@ -22,16 +22,17 @@ USES= compiler:c++11-lang gmake libtool pathfix pkgconfig sqlite USE_LDCONFIG= yes OPTIONS_DEFINE= DATA +OPTIONS_DEFAULT= DATA OPTIONS_SUB= yes -DATA_DISTFILES= proj-data-1.0${EXTRACT_SUFX} +DATA_DISTFILES= proj-data-1.8${EXTRACT_SUFX} GNU_CONFIGURE= yes DATUM_GRID_FILES= proj-datumgrid-1.8.zip \ - proj-datumgrid-europe-1.3.zip \ - proj-datumgrid-north-america-1.2.zip \ - proj-datumgrid-oceania-1.0.zip \ + proj-datumgrid-europe-1.6.zip \ + proj-datumgrid-north-america-1.4.zip \ + proj-datumgrid-oceania-1.2.zip \ proj-datumgrid-world-1.0.zip SUB_FILES= pkg-message SUB_LIST= PREFIX=${PREFIX} |
