diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-03-03 01:45:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-03-03 01:45:58 +0800 |
commit | bb1a0e793d5456b78b82f735f4d33a4ff8a6a3de (patch) | |
tree | 29893defc0e05cd294de3c10ef8d580cc4a1d05c /math/py-scientific | |
parent | 996cc7dd51d80dc037bff970376827303d33f09c (diff) | |
download | freebsd-ports-gnome-bb1a0e793d5456b78b82f735f4d33a4ff8a6a3de.tar.gz freebsd-ports-gnome-bb1a0e793d5456b78b82f735f4d33a4ff8a6a3de.tar.zst freebsd-ports-gnome-bb1a0e793d5456b78b82f735f4d33a4ff8a6a3de.zip |
Update science/netcdf to 4.6.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Unidata/netcdf-c/releases
https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md
Diffstat (limited to 'math/py-scientific')
-rw-r--r-- | math/py-scientific/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-scientific/Makefile b/math/py-scientific/Makefile index 1eb3c686a61d..48cae7866540 100644 --- a/math/py-scientific/Makefile +++ b/math/py-scientific/Makefile @@ -3,7 +3,7 @@ PORTNAME= scientific PORTVERSION= 2.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math python MASTER_SITES= http://sourcesup.cru.fr/frs/download.php/2309/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |