mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
- 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 1a2add4b17
PR: 260201
13 lines
213 B
Raku
13 lines
213 B
Raku
--- 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 );
|