diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-05-02 13:26:40 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-05-02 13:26:40 +0800 |
commit | b2aa99496811f78484793ed0ffaf0d1bdd796d03 (patch) | |
tree | 3011639bcd64afa0e9b4dea9964e5ffbc5889570 /science/afni | |
parent | 3f7bd0f8c2785b7c0a9c3b620311e01d604cce07 (diff) | |
download | freebsd-ports-gnome-b2aa99496811f78484793ed0ffaf0d1bdd796d03.tar.gz freebsd-ports-gnome-b2aa99496811f78484793ed0ffaf0d1bdd796d03.tar.zst freebsd-ports-gnome-b2aa99496811f78484793ed0ffaf0d1bdd796d03.zip |
Update math/gsl to 2.3
This release introduces some new features and fixes several bugs:
http://savannah.gnu.org/forum/forum.php?forum_id=8751
* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support
PR: 218952
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10522
Diffstat (limited to 'science/afni')
-rw-r--r-- | science/afni/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index cabb4159c8bc..3c40a38ea228 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -11,7 +11,7 @@ PORTNAME= afni PORTVERSION= 2015.11.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science biology graphics MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ |