pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Jan 16 00:41:27 UTC 2019

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

Log Message:
Update to 1.004004

Upstream changes:
1.004004        2019-01-08

 [ Bug Fixes ]
 - Depend on Exporter::Tiny 0.040; older versions don't provide all the
   functions Type::Library needs.

1.004003        2019-01-08

 [ Bug Fixes ]
 - Fix spelling in error message for Types::Common::String
   LowerCaseSimpleStr.
   Robert Rothenberg++
   <https://github.com/tobyink/p5-type-tiny/pull/47>

 [ Documentation ]
 - Fix Type::Params documentation error.
   Nelo Onyiah++
   <https://github.com/tobyink/p5-type-tiny/pull/45>
 - Fix Types::Standard documentation error: incorrect third-party module
   name.
   Nelo Onyiah++
   <https://github.com/tobyink/p5-type-tiny/pull/46>


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Type-Tiny/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Type-Tiny/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/Makefile
diff -u pkgsrc/devel/p5-Type-Tiny/Makefile:1.12 pkgsrc/devel/p5-Type-Tiny/Makefile:1.13
--- pkgsrc/devel/p5-Type-Tiny/Makefile:1.12     Wed Aug 22 09:44:54 2018
+++ pkgsrc/devel/p5-Type-Tiny/Makefile  Wed Jan 16 00:41:27 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2018/08/22 09:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/16 00:41:27 wen Exp $
 
-DISTNAME=      Type-Tiny-1.004002
+DISTNAME=      Type-Tiny-1.004004
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     http://search.cpan.org/dist/Ty
 COMMENT=       Tiny, yet Moo(se)-compatible type constraint
 LICENSE=       gnu-gpl-v1 OR artistic
 
-DEPENDS+=      p5-Exporter-Tiny-[0-9]*:../../devel/p5-Exporter-Tiny
+DEPENDS+=      p5-Exporter-Tiny>=0.040:../../devel/p5-Exporter-Tiny
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Type/Tiny/.packlist

Index: pkgsrc/devel/p5-Type-Tiny/distinfo
diff -u pkgsrc/devel/p5-Type-Tiny/distinfo:1.9 pkgsrc/devel/p5-Type-Tiny/distinfo:1.10
--- pkgsrc/devel/p5-Type-Tiny/distinfo:1.9      Tue Jul 31 10:29:26 2018
+++ pkgsrc/devel/p5-Type-Tiny/distinfo  Wed Jan 16 00:41:27 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/07/31 10:29:26 wen Exp $
+$NetBSD: distinfo,v 1.10 2019/01/16 00:41:27 wen Exp $
 
-SHA1 (Type-Tiny-1.004002.tar.gz) = 7f27d88b15627e6d0bd6f1b81b0cac368232d916
-RMD160 (Type-Tiny-1.004002.tar.gz) = b4e655dcdf86aac7d26a39d2fb2e279062f2cad2
-SHA512 (Type-Tiny-1.004002.tar.gz) = fcdd8740e1ef6a2c5d214a54b57e65ebd222188377ebdd7bbdadc74741f3a5d00ba4a7490628bfb7cc937a32f5d5a578963ea1b6208e8fb99f095f2c3239cf82
-Size (Type-Tiny-1.004002.tar.gz) = 289572 bytes
+SHA1 (Type-Tiny-1.004004.tar.gz) = 6e92f800e94d04cf1a04a8e835d0adf4c6a8ecef
+RMD160 (Type-Tiny-1.004004.tar.gz) = 3882d45feb59d5f4e96fbc096f83b62952e1c53d
+SHA512 (Type-Tiny-1.004004.tar.gz) = a1e09c5a3369e0a9ea8e172d86e68e818a720c5c4d633103a442fe389f7a8a7b4a03b2487ffd09f184caf4eca94ef471cc9293b04557b8d4dd260649b4121673
+Size (Type-Tiny-1.004004.tar.gz) = 286155 bytes



Home | Main Index | Thread Index | Old Index