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 /lang/algol68g | |
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 'lang/algol68g')
-rw-r--r-- | lang/algol68g/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/algol68g/Makefile b/lang/algol68g/Makefile index d5286d2ea2ae..4fb5708b9204 100644 --- a/lang/algol68g/Makefile +++ b/lang/algol68g/Makefile @@ -2,6 +2,7 @@ PORTNAME= algol68g PORTVERSION= 2.8.4 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://jmvdveer.home.xs4all.nl/ |