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 /comms | |
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 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 7259b558b1c4..0b60f5d4e529 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db |