pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/p5-User-Identity



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jul 29 04:46:47 UTC 2024

Modified Files:
        pkgsrc/mail/p5-User-Identity: Makefile distinfo

Log Message:
Update to 1.02

Upstream changes:
version 1.02: Mon 17 Apr 10:40:50 CEST 2023

        Changes:
        - Collections use ordered hash to generate reproducable
          results.  Github issue 15 on Mail::Message [Geoffrey D. Bennett]


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/mail/p5-User-Identity/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/p5-User-Identity/distinfo

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

Modified files:

Index: pkgsrc/mail/p5-User-Identity/Makefile
diff -u pkgsrc/mail/p5-User-Identity/Makefile:1.35 pkgsrc/mail/p5-User-Identity/Makefile:1.36
--- pkgsrc/mail/p5-User-Identity/Makefile:1.35  Thu Jul  6 09:40:50 2023
+++ pkgsrc/mail/p5-User-Identity/Makefile       Mon Jul 29 04:46:47 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2023/07/06 09:40:50 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/07/29 04:46:47 wen Exp $
 
-DISTNAME=      User-Identity-1.01
+DISTNAME=      User-Identity-1.02
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=User/}
 
@@ -13,6 +12,8 @@ COMMENT=      Helps maintaining user informat
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Geography-Countries>=1.4:../../geography/p5-Geography-Countries
+DEPENDS+=      p5-Hash-Ordered>=0.014:../../devel/p5-Hash-Ordered
+
 TOOL_DEPENDS+= p5-Test-Pod>=1.0:../../devel/p5-Test-Pod
 
 PERL5_PACKLIST=        auto/User/Identity/.packlist

Index: pkgsrc/mail/p5-User-Identity/distinfo
diff -u pkgsrc/mail/p5-User-Identity/distinfo:1.14 pkgsrc/mail/p5-User-Identity/distinfo:1.15
--- pkgsrc/mail/p5-User-Identity/distinfo:1.14  Fri Jan 27 04:08:58 2023
+++ pkgsrc/mail/p5-User-Identity/distinfo       Mon Jul 29 04:46:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/01/27 04:08:58 wen Exp $
+$NetBSD: distinfo,v 1.15 2024/07/29 04:46:47 wen Exp $
 
-BLAKE2s (User-Identity-1.01.tar.gz) = 88595ad40eb8984250b152f915ad3fef41133dd82e4b9c56154c76af3995920c
-SHA512 (User-Identity-1.01.tar.gz) = 541492a3a43dace6fddc5cdc237e64447e5b3871f4609c9a8b1304f250e57dac3c7cf2b17f6a11c8a9030ca40f72971e6439d275e6f9390680bb56013d5635a9
-Size (User-Identity-1.01.tar.gz) = 28933 bytes
+BLAKE2s (User-Identity-1.02.tar.gz) = 335a71aa7a0befe60d0d5bbbe649773924cb126761d3c871da9224fd8b73797f
+SHA512 (User-Identity-1.02.tar.gz) = abc96a5ed08a86fe1d68d176f1b972f11aa50249b1f5299a2f44b90f02bdcb0d9c76a132b4de2db927f9148bbe7194f431e3f7aba95ca7935fcbbc636cf9875e
+Size (User-Identity-1.02.tar.gz) = 29058 bytes



Home | Main Index | Thread Index | Old Index