git: a569c6e6c3d4 - main - math/p5-Math-GSL: prepare again for gsl-2.7.1

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Wed, 12 Jan 2022 19:42:10 UTC
The branch main has been updated by tcberner:

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

commit a569c6e6c3d41c84172699d08e170309d039bca9
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-01-12 19:31:31 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-01-12 19:35:22 +0000

    math/p5-Math-GSL: prepare again for gsl-2.7.1
    
    - Note, this project seems mostly dead upstream and the
      support for gsl 2.7.* is likely not really functional.
    
    - The initial fix was reverted in 1a2add4b174eac35a3a4c36eb8e653ab72eb87ae
    
    PR:             260201
---
 math/p5-Math-GSL/files/patch-inc_Ver2Func.pm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm b/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm
new file mode 100644
index 000000000000..b012e67eccec
--- /dev/null
+++ b/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm
@@ -0,0 +1,13 @@
+--- inc/Ver2Func.pm.orig	2021-07-26 16:28:55 UTC
++++ inc/Ver2Func.pm
+@@ -526,8 +526,8 @@ my @ver2func = (
+ 
+               /
+         ]
+-    }
+-
++    },
++    "2.7.1" => {},
+ );
+ 
+ my ( %index, @info, @versions );