diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-08 01:50:51 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-08 02:10:58 +0800 |
commit | 6e49c0444ea9764f827f044f39494d9bb23a79e1 (patch) | |
tree | 4d585b884eb926549ef09ee970bfc11231d50060 /databases | |
parent | science/cdo: Update to 2.0.4 (diff) |
science/netcdf: Update to 4.8.1
- Update MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Unidata/netcdf-c/releases
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass7/Makefile | 2 | ||||
-rw-r--r-- | databases/grass8/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index 51c5abffcabc..64d5aef845f5 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -2,7 +2,7 @@ PORTNAME= grass PORTVERSION= 7.8.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ diff --git a/databases/grass8/Makefile b/databases/grass8/Makefile index c058933823cc..dfc2e75f3c4d 100644 --- a/databases/grass8/Makefile +++ b/databases/grass8/Makefile @@ -1,5 +1,6 @@ PORTNAME= grass DISTVERSION= 8.0.1 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ |