git: 1ac8f99e06b9 - main - math/PDL: Update to 2.085

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 15:19:09 UTC
The branch main has been updated by sunpoet:

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

commit 1ac8f99e06b924b3f54310bd7ad4393d19fed21b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:26:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:06:33 +0000

    math/PDL: Update to 2.085
    
    Changes:        https://metacpan.org/dist/PDL/changes
---
 math/PDL/Makefile          |  2 +-
 math/PDL/distinfo          |  6 +++---
 math/PDL/files/patch-amd64 | 33 ---------------------------------
 3 files changed, 4 insertions(+), 37 deletions(-)

diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 96602fe88669..d2a78fcffb33 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	PDL
-PORTVERSION=	2.084
+PORTVERSION=	2.085
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 
diff --git a/math/PDL/distinfo b/math/PDL/distinfo
index df8d616779a4..8e83cc44e238 100644
--- a/math/PDL/distinfo
+++ b/math/PDL/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1689398783
-SHA256 (PDL-2.084.tar.gz) = 96256439f3a2501ffa93b3cc7c8cadbf91aabf6cb5f874624917833656006468
-SIZE (PDL-2.084.tar.gz) = 3064351
+TIMESTAMP = 1708448934
+SHA256 (PDL-2.085.tar.gz) = 8425595db6def04762fa6ee6b92485ea762914a2b1d694f9b7607f4e51e0b2c1
+SIZE (PDL-2.085.tar.gz) = 3061393
diff --git a/math/PDL/files/patch-amd64 b/math/PDL/files/patch-amd64
deleted file mode 100644
index 8983656475c1..000000000000
--- a/math/PDL/files/patch-amd64
+++ /dev/null
@@ -1,33 +0,0 @@
---- Libtmp/Minuit/Makefile.PL.orig	2022-02-14 10:02:23 UTC
-+++ Libtmp/Minuit/Makefile.PL
-@@ -120,7 +120,7 @@ undef &MY::postamble; # suppress warning
-         my $mycompiler     = $f77->compiler();
-         my $mycflags       = $f77->cflags();
- 	my $orig = pdlpp_postamble_int(@pack);
--	my $hack_64bit = ($Config{archname}=~m/x86_64|i686/ ?" -fPIC " : "");
-+	my $hack_64bit = ($Config{archname}=~m/amd64|i686|x86_64/ ?" -fPIC " : "");
- 	$orig =~ s/:\s*minuit\.pd/: minuit.pd/;
- 	$orig .= "FFLAGS = $hack_64bit $mycflags \$(OPTIMIZE)\n";
- 	$orig .= join "\n",map {
---- Libtmp/Slatec/Makefile.PL.orig	2022-02-14 10:02:23 UTC
-+++ Libtmp/Slatec/Makefile.PL
-@@ -81,7 +81,7 @@ undef &MY::postamble; # suppress warning
-         my $mycompiler     = $f77->compiler();
-         my $mycflags       = $f77->cflags();
- 	my $orig = pdlpp_postamble_int(@pack);
--	my $hack_64bit = $Config{archname}=~m/x86_64|i686/ ?" -fPIC " : "";
-+	my $hack_64bit = $Config{archname}=~m/amd64|i686|x86_64/ ?" -fPIC " : "";
- 	$orig =~ s/:\s*slatec\.pd/: slatec.pd/;
- 	$orig .= "FFLAGS = $hack_64bit $mycflags \$(OPTIMIZE)\n";
- 	join "\n", $orig, map "$_\$(OBJ_EXT): $_.f
---- Makefile.PL.orig	2023-03-31 16:48:47 UTC
-+++ Makefile.PL
-@@ -160,7 +160,7 @@ my @cleanup = ("pdl$Config{exe_ext}", qw(
- # use similar mods to affect CCFLAGS on other systems as needed...
- 
- my $ccflags =  $Config{ccflags};
--if($Config{archname}=~m/x86_64/) {
-+if($Config{archname}=~m/amd64|i686|x86_64/) {
-     $ccflags .= " -fPIC";
- }
-