graphics/proj: Use proj-data port and drop proj-datumgrid
- Bump PORTREVISION for dependency and package change
Since PROJ 7.0.0, proj-datumgrid has been replaced by proj-data [1][2].
from [1]:
The proj-datumgrid packages have been deprecated with PROJ 7.0.0.
The proj-data package should be used with PROJ 7.0.0 and newer.
The proj-datumgrid packages should be used with PROJ releases from the 5.x and 6.x branches.
from [2]:
The grids that was previously available via the proj-datumgrid packages are now available in two places:
- The new PROJ-data package
- From the cloud via https://cdn.proj.org
Furthermore, proj-datumgrid is much heavier than latest proj-data.
| Compressed | Uncompressed
---------------+------------+--------------
proj-data | 560M | 567M
---------------+------------+--------------
proj-datumgrid | 884M | 1,194M
---------------+------------+--------------
*: uses "du -m"
The main advantage for using a separate port for proj-data is to reduce unnecessary packaging.
As a committer/developer, changes to proj dependencies may trigger poudriere to rebuild this port.
It means unnecessary re-packaging of these data files during "make package".
Reference: https://proj.org/download.html [1]
https://www.osgeo.org/foundation-news/proj-7-0-0/ [2]
PR: 262253
Approved by: lbartoletti (maintainer)