pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Type-Tiny-XS



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 10:23:05 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Type-Tiny-XS: Makefile distinfo

Log Message:
p5-Type-Tiny-XS: update to 0.021.

0.021   2020-08-18

 [ Bug Fixes ]
 - Fix Enum test case for when Type::Parser is not available.

0.020   2020-08-17

 - Allow Enum[] to take a list of quoted strings rather than just
   barewords.
   Andrew Ruder++
   <https://github.com/tobyink/p5-type-tiny-xs/pull/12>

0.019   2020-08-05

 [ Packaging ]
 - Remove some cruft that was accidentally packaged.

0.018   2020-08-05

 [ Test Suite ]
 - Tests for InstanceOf

 [ Other ]
 - Slight speed boost for InstanceOf in cases where the object being tested
   overrides UNIVERSAL::isa.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Type-Tiny-XS/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Type-Tiny-XS/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-Type-Tiny-XS/Makefile
diff -u pkgsrc/devel/p5-Type-Tiny-XS/Makefile:1.11 pkgsrc/devel/p5-Type-Tiny-XS/Makefile:1.12
--- pkgsrc/devel/p5-Type-Tiny-XS/Makefile:1.11  Mon Aug 31 18:09:12 2020
+++ pkgsrc/devel/p5-Type-Tiny-XS/Makefile       Mon Sep  7 10:23:05 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2020/08/31 18:09:12 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2020/09/07 10:23:05 wiz Exp $
 
-DISTNAME=              Type-Tiny-XS-0.017
+DISTNAME=              Type-Tiny-XS-0.021
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
 
@@ -11,7 +10,8 @@ HOMEPAGE=             https://metacpan.org/release/
 COMMENT=               XS boost for some of Type::Tiny's type constraints
 LICENSE=               ${PERL5_LICENSE}
 
-USE_LANGUAGES=         c
+TEST_DEPENDS+=         p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
+
 PERL5_PACKLIST=                auto/Type/Tiny/XS/.packlist
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/devel/p5-Type-Tiny-XS/distinfo
diff -u pkgsrc/devel/p5-Type-Tiny-XS/distinfo:1.5 pkgsrc/devel/p5-Type-Tiny-XS/distinfo:1.6
--- pkgsrc/devel/p5-Type-Tiny-XS/distinfo:1.5   Mon May  4 13:26:11 2020
+++ pkgsrc/devel/p5-Type-Tiny-XS/distinfo       Mon Sep  7 10:23:05 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/05/04 13:26:11 mef Exp $
+$NetBSD: distinfo,v 1.6 2020/09/07 10:23:05 wiz Exp $
 
-SHA1 (Type-Tiny-XS-0.017.tar.gz) = 72d0ce061eb9352ed4b294ef93d142659d738386
-RMD160 (Type-Tiny-XS-0.017.tar.gz) = f5f8e5704ad9c72d687da5fc7f12192cb3844c66
-SHA512 (Type-Tiny-XS-0.017.tar.gz) = 0efb9232a3e1b5b83ab2227d543970791d09362a23f2292a85eeac9583684ecccc016db821910f800794c7a8344da6110693e6b1be5563b899c2c4188eab990a
-Size (Type-Tiny-XS-0.017.tar.gz) = 78479 bytes
+SHA1 (Type-Tiny-XS-0.021.tar.gz) = b63063e354c70e5ceb70fdbaf0bc106183eac1d3
+RMD160 (Type-Tiny-XS-0.021.tar.gz) = 9528a795d2ae9ec65d5add585c1ed0922ba028f6
+SHA512 (Type-Tiny-XS-0.021.tar.gz) = 59cf4bd85faa7121d1c4a7e02db9762aa2e17493fe3f4394db0219e537135f4ccff7fde910ea75e55c7dd6685bcae00b2e4dad4a893973f4f87dd7698abe0a08
+Size (Type-Tiny-XS-0.021.tar.gz) = 79680 bytes



Home | Main Index | Thread Index | Old Index