pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-DynaLoader-Functions



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Jun 27 07:31:23 UTC 2023

Modified Files:
        pkgsrc/devel/p5-DynaLoader-Functions: Makefile distinfo

Log Message:
Update to 0.004

Upstream changes:
version 0.004; 2023-04-06
  * port test C code to Perl 5.33.1, which defines a PERL_VERSION_GE()
    macro that clashes with the one this code previously had
  * in test C code, avoid a compiler warning that arises on Perl 5.20
  * in test C code, rename some macros for better style
  * in test C code, better argument parenthesisation in a macro


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-DynaLoader-Functions/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-DynaLoader-Functions/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-DynaLoader-Functions/Makefile
diff -u pkgsrc/devel/p5-DynaLoader-Functions/Makefile:1.6 pkgsrc/devel/p5-DynaLoader-Functions/Makefile:1.7
--- pkgsrc/devel/p5-DynaLoader-Functions/Makefile:1.6   Tue Jun 28 11:32:20 2022
+++ pkgsrc/devel/p5-DynaLoader-Functions/Makefile       Tue Jun 27 07:31:23 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/06/28 11:32:20 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/06/27 07:31:23 wen Exp $
 
-DISTNAME=      DynaLoader-Functions-0.003
+DISTNAME=      DynaLoader-Functions-0.004
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/Z/ZE/ZEFRAM/}
 

Index: pkgsrc/devel/p5-DynaLoader-Functions/distinfo
diff -u pkgsrc/devel/p5-DynaLoader-Functions/distinfo:1.3 pkgsrc/devel/p5-DynaLoader-Functions/distinfo:1.4
--- pkgsrc/devel/p5-DynaLoader-Functions/distinfo:1.3   Tue Oct 26 10:16:30 2021
+++ pkgsrc/devel/p5-DynaLoader-Functions/distinfo       Tue Jun 27 07:31:23 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:16:30 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/06/27 07:31:23 wen Exp $
 
-BLAKE2s (DynaLoader-Functions-0.003.tar.gz) = 7b2fa03e2702427f799124a85fcc6dfaa13c1dde2fee84712ee91b1eb4a1e7da
-SHA512 (DynaLoader-Functions-0.003.tar.gz) = 58147714352fbd6e90bb42599e5967c9a93dbb899a587ef8a2a64dd13fc9e24176e17b3c2b870b5fa846b077373ca9ea27bec49b31113a8d9cb7d800f6d29599
-Size (DynaLoader-Functions-0.003.tar.gz) = 9797 bytes
+BLAKE2s (DynaLoader-Functions-0.004.tar.gz) = 419d32f66bb0f89de18299edd1dc961a131c6e95327ce7a4605181a21da81b9b
+SHA512 (DynaLoader-Functions-0.004.tar.gz) = d888c3763a4d90f9edba21c13df726be11baf48d61b83a68c3d2253cd6b6f8294550b6da2eaa113a50743bab477d9e0a6591dba43877f0dbc363f72ac468fdf7
+Size (DynaLoader-Functions-0.004.tar.gz) = 10349 bytes



Home | Main Index | Thread Index | Old Index