pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-Refcount



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Jul 18 14:25:22 UTC 2019

Modified Files:
        pkgsrc/devel/p5-Test-Refcount: Makefile distinfo

Log Message:
Update to 0.10

Upstream changes:
0.10    2019-06-26 11:28:13
        [BUGFIXES]
         * Fix unit tests to handle when both Devel::MAT and Devel::FindRef
           are available (RT129908)
           (No module code changes, purely tests)

0.09    2019-06-25 21:06:57
        [CHANGES]
         * Add a `refcount()` function that callers can use to build
           refcount-preserving tests
         * Adjust docs to explain more about the Devel::MAT use-case
         * General build file style updates


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Test-Refcount/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Test-Refcount/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-Test-Refcount/Makefile
diff -u pkgsrc/devel/p5-Test-Refcount/Makefile:1.10 pkgsrc/devel/p5-Test-Refcount/Makefile:1.11
--- pkgsrc/devel/p5-Test-Refcount/Makefile:1.10 Wed Aug 22 09:44:49 2018
+++ pkgsrc/devel/p5-Test-Refcount/Makefile      Thu Jul 18 14:25:22 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2018/08/22 09:44:49 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2019/07/18 14:25:22 wen Exp $
 
-DISTNAME=      Test-Refcount-0.08
+DISTNAME=      Test-Refcount-0.10
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 

Index: pkgsrc/devel/p5-Test-Refcount/distinfo
diff -u pkgsrc/devel/p5-Test-Refcount/distinfo:1.3 pkgsrc/devel/p5-Test-Refcount/distinfo:1.4
--- pkgsrc/devel/p5-Test-Refcount/distinfo:1.3  Tue Nov  3 03:28:53 2015
+++ pkgsrc/devel/p5-Test-Refcount/distinfo      Thu Jul 18 14:25:22 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:28:53 agc Exp $
+$NetBSD: distinfo,v 1.4 2019/07/18 14:25:22 wen Exp $
 
-SHA1 (Test-Refcount-0.08.tar.gz) = 320ca502381dbc8443881a5b95a83617937b170a
-RMD160 (Test-Refcount-0.08.tar.gz) = cda497f58ffed3e7ba5aacd06f7662b02a8ea3ba
-SHA512 (Test-Refcount-0.08.tar.gz) = 9a5ffe332f9a61c2f019963f49117f4a6af0b855371cd6aa24cc5e3edd7ee6caa54f25bcdd1edf57044c764030f8db37a1ee232d49130656643135cfac96d570
-Size (Test-Refcount-0.08.tar.gz) = 17567 bytes
+SHA1 (Test-Refcount-0.10.tar.gz) = 2cbfaff306dd7cef4f450243c90c1227eef346e1
+RMD160 (Test-Refcount-0.10.tar.gz) = 19e9eda378380d0af9ad9595675295e4ee0955ce
+SHA512 (Test-Refcount-0.10.tar.gz) = 7fac2a6bcb96da0ed61c53aaa2278e1ac998bd62314b95f307fe6ee032fd7d89264968f3ad78066186b112af0ba45960d5d1c81822bcd5f218418ea81236c4e1
+Size (Test-Refcount-0.10.tar.gz) = 17218 bytes



Home | Main Index | Thread Index | Old Index