pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-URI



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 28 11:56:40 UTC 2024

Modified Files:
        pkgsrc/www/p5-URI: Makefile distinfo

Log Message:
p5-URI: update to 5.25.

5.25      2024-01-27 16:11:41Z
    - cache scheme so it never attempt to load it again (GH#55) (mschae94)

5.24      2024-01-26 04:36:32Z
    - Really revert "use Scalar::Util::reftype instead of ref to check for
      ARRAY" (GH#136) (Olaf Alders)

5.23      2024-01-25 21:02:18Z
    - Revert the reftype change introduced in 5.22 as it causes warnings.
      (GH#134) (Olaf Alders)

5.22      2024-01-25 15:22:54Z
    - Use Scalar::Util::reftype instead of ref to check for ARRAY (GH#132)
      (Jacques Deguest)


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/www/p5-URI/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/p5-URI/distinfo

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

Modified files:

Index: pkgsrc/www/p5-URI/Makefile
diff -u pkgsrc/www/p5-URI/Makefile:1.81 pkgsrc/www/p5-URI/Makefile:1.82
--- pkgsrc/www/p5-URI/Makefile:1.81     Sun Dec 17 07:46:05 2023
+++ pkgsrc/www/p5-URI/Makefile  Sun Jan 28 11:56:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2023/12/17 07:46:05 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2024/01/28 11:56:40 wiz Exp $
 
-DISTNAME=      URI-5.21
+DISTNAME=      URI-5.25
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=URI/}

Index: pkgsrc/www/p5-URI/distinfo
diff -u pkgsrc/www/p5-URI/distinfo:1.43 pkgsrc/www/p5-URI/distinfo:1.44
--- pkgsrc/www/p5-URI/distinfo:1.43     Sun Dec 17 07:46:05 2023
+++ pkgsrc/www/p5-URI/distinfo  Sun Jan 28 11:56:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2023/12/17 07:46:05 wiz Exp $
+$NetBSD: distinfo,v 1.44 2024/01/28 11:56:40 wiz Exp $
 
-BLAKE2s (URI-5.21.tar.gz) = 19e81f7c70fb2678aa58d6758f6124a7ff517e68ee7b8c60ba504144a8f8b0b2
-SHA512 (URI-5.21.tar.gz) = 0fb15c93d6bfd1842a3129d31ffd4d7c9fb9c735d5f45b5aaa07609edecd1b16191b7475aebd013c7a0e92894000d6982503654d306d82d477b52b33b058644f
-Size (URI-5.21.tar.gz) = 119928 bytes
+BLAKE2s (URI-5.25.tar.gz) = 80d8e867ce96c071ae75cc98142cc8e45d105ed3cb93dee8d615073085c77ce0
+SHA512 (URI-5.25.tar.gz) = bac44316aa52fd840d9e06f8223138ef192ffc5fe900573f13a115860e1dd2a56e758b3f8fd932193982a772f76ecae308207c7473b274f4f7ecb230ec4231e2
+Size (URI-5.25.tar.gz) = 119997 bytes



Home | Main Index | Thread Index | Old Index