Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2021 10:04:06 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37f85ee5cf12 - main - math/p5-Math-GSL: prepare for math/gsl-2.7.1
Message-ID:  <202112111004.1BBA46Fd093584@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37f85ee5cf12715887ca04ad3c5e58856e987665

commit 37f85ee5cf12715887ca04ad3c5e58856e987665
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-12-11 09:58:23 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-12-11 10:03:59 +0000

    math/p5-Math-GSL: prepare for math/gsl-2.7.1
    
    - Note, this project seems mostly dead upstream and the
      support for gsl 2.7.* is likely not really functional.
    
    PR:             260201
---
 math/p5-Math-GSL/files/patch-inc_Ver2Func.pm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm b/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm
index 8ac5d9054710..565e4804654b 100644
--- a/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm
+++ b/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm
@@ -1,11 +1,15 @@
---- inc/Ver2Func.pm.orig	2021-06-16 17:58:11 UTC
+--- inc/Ver2Func.pm.orig	2020-06-12 22:07:37 UTC
 +++ inc/Ver2Func.pm
-@@ -397,6 +397,8 @@ my @ver2func = (
+@@ -397,7 +397,12 @@ my @ver2func = (
                ^gsl_matrix_uint_scale_columns$
                /
              ]
 +    },
 +    "2.7" => {
++    },
++    "2.7.1" => {
      }
++
  );
  
+ my ( %index, @info, @versions );



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112111004.1BBA46Fd093584>