pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Specio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 26 15:01:33 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Specio: Makefile distinfo

Log Message:
p5-Specio: update to 0.47.

0.47     2021-01-29

- Change Specio constraint object's stringification overloading to return the
  type name rather than the default Perl object stringification, which gives
  you something like
  "Specio::Constraint::Parameterized=HASH(0x564d258efb48)". Anonymous are
  special cased to return something you can print.

- All types now overload the `eq` comparison operator. Moose expects types to
  be comparable in this manner when doing role summation. This fixes a bug
  reported by Martin Gruner. GH #18.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Specio/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Specio/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-Specio/Makefile
diff -u pkgsrc/devel/p5-Specio/Makefile:1.25 pkgsrc/devel/p5-Specio/Makefile:1.26
--- pkgsrc/devel/p5-Specio/Makefile:1.25        Tue Sep  8 13:16:38 2020
+++ pkgsrc/devel/p5-Specio/Makefile     Mon Apr 26 15:01:33 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2020/09/08 13:16:38 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2021/04/26 15:01:33 wiz Exp $
 
-DISTNAME=      Specio-0.46
+DISTNAME=      Specio-0.47
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
 

Index: pkgsrc/devel/p5-Specio/distinfo
diff -u pkgsrc/devel/p5-Specio/distinfo:1.18 pkgsrc/devel/p5-Specio/distinfo:1.19
--- pkgsrc/devel/p5-Specio/distinfo:1.18        Sat Apr 18 01:19:07 2020
+++ pkgsrc/devel/p5-Specio/distinfo     Mon Apr 26 15:01:33 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/04/18 01:19:07 mef Exp $
+$NetBSD: distinfo,v 1.19 2021/04/26 15:01:33 wiz Exp $
 
-SHA1 (Specio-0.46.tar.gz) = fadc92040f57937178d5195b3073837550d68e06
-RMD160 (Specio-0.46.tar.gz) = 406343f95b00ef33df1201a3d3cdca5f0088d251
-SHA512 (Specio-0.46.tar.gz) = 8dfc0e87bd640bd30aa9a92118f77305565dee2441f95c7e9f311b517c07573e3a0e977ea348eaf879dfafe6edc3c0d89625f28b5f3f0f2bff789178cd513802
-Size (Specio-0.46.tar.gz) = 105690 bytes
+SHA1 (Specio-0.47.tar.gz) = b4501d7ac77b265577c7c187e53192acdf8769d1
+RMD160 (Specio-0.47.tar.gz) = d608e0bded08a45a6778558f11e1807d2c81509a
+SHA512 (Specio-0.47.tar.gz) = 68cdcf22818b27c38ce92b497adae81f27605aa385e9156d51d5e8e63da121d6bf26b7339a7ee3c9408cc6e3731702b008bc4b2e3c8eab67728f959f03682f44
+Size (Specio-0.47.tar.gz) = 108288 bytes



Home | Main Index | Thread Index | Old Index