pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/p5-Math-Pari



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 27 05:17:59 UTC 2025

Modified Files:
        pkgsrc/math/p5-Math-Pari: Makefile distinfo
        pkgsrc/math/p5-Math-Pari/patches: patch-Makefile.PL

Log Message:
p5-Math-Pari: update to 2.030525.

Fix patch chunk headers.

2.030525
   PariBuild.pm         Parens needed in: defined() ? $_ = "'$_'" : ($_ = '<undef>')
   patches/diff_2.3.5_mingw_longlong
                        gcc v13 does not allow redefinition between symbols of different types.  A stupid try to postpone the problem.
   t/zzz_debug-crash.t  Correct the message identifying the auto-debugger since it seems to be always emitted.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/math/p5-Math-Pari/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/math/p5-Math-Pari/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/p5-Math-Pari/Makefile
diff -u pkgsrc/math/p5-Math-Pari/Makefile:1.65 pkgsrc/math/p5-Math-Pari/Makefile:1.66
--- pkgsrc/math/p5-Math-Pari/Makefile:1.65      Sun Apr 20 16:58:43 2025
+++ pkgsrc/math/p5-Math-Pari/Makefile   Sun Apr 27 05:17:59 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2025/04/20 16:58:43 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2025/04/27 05:17:59 wiz Exp $
 
-DISTNAME=      Math-Pari-2.030524
+DISTNAME=      Math-Pari-2.030525
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES+=   perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}

Index: pkgsrc/math/p5-Math-Pari/distinfo
diff -u pkgsrc/math/p5-Math-Pari/distinfo:1.28 pkgsrc/math/p5-Math-Pari/distinfo:1.29
--- pkgsrc/math/p5-Math-Pari/distinfo:1.28      Sun Apr 20 16:58:43 2025
+++ pkgsrc/math/p5-Math-Pari/distinfo   Sun Apr 27 05:17:59 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2025/04/20 16:58:43 wiz Exp $
+$NetBSD: distinfo,v 1.29 2025/04/27 05:17:59 wiz Exp $
 
-BLAKE2s (Math-Pari-2.030524.tar.gz) = 668286dbade7ee1440c99ca00c96bc33ee4a273a481e37b04d406b5ac5a0da58
-SHA512 (Math-Pari-2.030524.tar.gz) = 82588ac223fe01fbe74062eb0111854d9046be228e47d219a868d64e50d9873941933aed859d10ff9f42843e55c75d3ce54da8c27959ea969775b2f5e7e83684
-Size (Math-Pari-2.030524.tar.gz) = 232938 bytes
-SHA1 (patch-Makefile.PL) = 2856af235ab57d2af024af75f4482c1476798be4
+BLAKE2s (Math-Pari-2.030525.tar.gz) = edf8db2fb0dff0cdd8b1172e18b630333d6c86dab6adde86beec17d3b6353e51
+SHA512 (Math-Pari-2.030525.tar.gz) = b69e33aefa0ec46f391ec23d029b832e5e21a38a7ec97a25e1fcabfe14346b318fa14268b1115f03c133e7ae5f3cedeb630e9a7655f25ef606e3476b6f21e4b3
+Size (Math-Pari-2.030525.tar.gz) = 233298 bytes
+SHA1 (patch-Makefile.PL) = 5b03df3948dd9326abac7103eae61b6af148dc08

Index: pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL
diff -u pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL:1.2 pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL:1.3
--- pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL:1.2      Tue Aug  2 08:01:47 2022
+++ pkgsrc/math/p5-Math-Pari/patches/patch-Makefile.PL  Sun Apr 27 05:17:59 2025
@@ -1,11 +1,11 @@
-$NetBSD: patch-Makefile.PL,v 1.2 2022/08/02 08:01:47 ast Exp $
+$NetBSD: patch-Makefile.PL,v 1.3 2025/04/27 05:17:59 wiz Exp $
 
 Take Makefile.PL from version Math-Pari-2.01080900 to avoid
 Math::PariBuild and other conflicting build rules
 
 --- Makefile.PL.orig   2022-04-12 09:52:37.000000000 +0200
 +++ Makefile.PL        2022-08-02 08:57:35.009435144 +0200
-@@ 0,40 +2,10 @@
+@@ -0,39 +0,9 @@
 -use strict;
 -use Config '%Config';
 -



Home | Main Index | Thread Index | Old Index