Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-CDB_File Update to 1.02
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f5005ea85ad
branches: trunk
changeset: 436017:7f5005ea85ad
user: wen <wen%pkgsrc.org@localhost>
date: Thu Jul 23 11:45:58 2020 +0000
description:
Update to 1.02
Upstream changes:
1.02 - Todd Rinaldo <toddr%cpan.org@localhost> 2020-01-29
- Invoke new as a class method in docs and practice.
- Add support for COW PVs when returning key values. This will hopefully
deduplicate returned strings where possible.
- Adjust tests to skip exists tests on 5.8.1, not 5.6.2
- Optimize cdb_hashadd as a inline macro
- Croak if atomic re-write from the temp to the final file fails.
1.01 - Todd Rinaldo <toddr%cpan.org@localhost> 2020-01-27
- Fix MANIFEST so Changelog is shpped.
- Address file descriptor leak in CDB_File.
1.00 - Todd Rinaldo <toddr%cpan.org@localhost> 2020-01-19
- Enable github actions for automated testing
- Switch to github issues.
diffstat:
databases/p5-CDB_File/Makefile | 7 ++++---
databases/p5-CDB_File/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r b559e5990240 -r 7f5005ea85ad databases/p5-CDB_File/Makefile
--- a/databases/p5-CDB_File/Makefile Thu Jul 23 11:34:23 2020 +0000
+++ b/databases/p5-CDB_File/Makefile Thu Jul 23 11:45:58 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:18:22 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/07/23 11:45:58 wen Exp $
-DISTNAME= CDB_File-0.99
+DISTNAME= CDB_File-1.02
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CDB_File/}
@@ -11,6 +10,8 @@
COMMENT= Perl5 module to use CDB files
LICENSE= ${PERL5_LICENSE}
+DEPENDS+= p5-B-COW>=0:../../devel/p5-B-COW
+
PERL5_PACKLIST= auto/CDB_File/.packlist
REPLACE_PERL+= bun-x.pl
diff -r b559e5990240 -r 7f5005ea85ad databases/p5-CDB_File/distinfo
--- a/databases/p5-CDB_File/distinfo Thu Jul 23 11:34:23 2020 +0000
+++ b/databases/p5-CDB_File/distinfo Thu Jul 23 11:45:58 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/07/25 07:33:10 wen Exp $
+$NetBSD: distinfo,v 1.5 2020/07/23 11:45:58 wen Exp $
-SHA1 (CDB_File-0.99.tar.gz) = 53d7f08c6f921e8cec5e14824302c56051358214
-RMD160 (CDB_File-0.99.tar.gz) = 67637be2fde7f7f82d4cc90667e9ed0bcb364cc4
-SHA512 (CDB_File-0.99.tar.gz) = eb0cc238af51b7768486dd096141cba527f5d36f28c5c79b7188c4d9c5f9cc3162647725a6dcb1d51f323e95d3a7e88a2c875cd8e671aba424addec5b748294c
-Size (CDB_File-0.99.tar.gz) = 60141 bytes
+SHA1 (CDB_File-1.02.tar.gz) = 882518d332e378e2692d06c36cadd10c4081a0da
+RMD160 (CDB_File-1.02.tar.gz) = b5da7479c7ed4612fa8f616445ac76619f0b0421
+SHA512 (CDB_File-1.02.tar.gz) = 301be6f63bb65434bdd93503394514d828be83a1028a3e75b77ca4977c4c1c806c209f338ab2949caaa7c55cab9c263096674f265bc7555385da7e778640faa6
+Size (CDB_File-1.02.tar.gz) = 61980 bytes
Home |
Main Index |
Thread Index |
Old Index