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: Wed Oct 5 06:40:27 UTC 2016
Modified Files:
pkgsrc/devel/p5-Specio: Makefile distinfo
Log Message:
Updated p5-Specio to 0.28.
0.28 2016-10-02
- Added a Test::Specio module to provide helpers for testing Specio libraries.
- Fixed another bug with a subtype of special types and inlining.
0.27 2016-10-01
- Cloning a type with coercions defined on it would cause an exception.
- Creating a subtype of a special type created by *_isa_type, *_can_type, or
*_does_type, or enum would die when trying to inline the type constraint.
- Removed the never-documented Any type.
- Added documentation for each type in Specio::Library::Builtins.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Specio/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/p5-Specio/Makefile:1.4
--- pkgsrc/devel/p5-Specio/Makefile:1.3 Fri Sep 30 11:11:25 2016
+++ pkgsrc/devel/p5-Specio/Makefile Wed Oct 5 06:40:27 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/09/30 11:11:25 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/05 06:40:27 wiz Exp $
-DISTNAME= Specio-0.26
+DISTNAME= Specio-0.28
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
Index: pkgsrc/devel/p5-Specio/distinfo
diff -u pkgsrc/devel/p5-Specio/distinfo:1.2 pkgsrc/devel/p5-Specio/distinfo:1.3
--- pkgsrc/devel/p5-Specio/distinfo:1.2 Fri Sep 30 11:11:25 2016
+++ pkgsrc/devel/p5-Specio/distinfo Wed Oct 5 06:40:27 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/09/30 11:11:25 wiz Exp $
+$NetBSD: distinfo,v 1.3 2016/10/05 06:40:27 wiz Exp $
-SHA1 (Specio-0.26.tar.gz) = 629b7a1530761c132cb344c77b8a57a61441bb7e
-RMD160 (Specio-0.26.tar.gz) = d3b74dc707d78624b2209ba0003bbfe10ac075d4
-SHA512 (Specio-0.26.tar.gz) = cc8cc767088363bcd7fe62f49854ac872e78ee0ab6e9090014b22700b44485e31f6515bdbff93dcd231b6577afd607a063ea88ab4ebeba2146f8c5854db2f6ab
-Size (Specio-0.26.tar.gz) = 78465 bytes
+SHA1 (Specio-0.28.tar.gz) = 3df151e88c671dc0b826951b847891760bdcaee3
+RMD160 (Specio-0.28.tar.gz) = 38a398b8eec8321c92833a8c5bcb2ac0646c0b15
+SHA512 (Specio-0.28.tar.gz) = 87942aa30fb511050a41dd2e76bfce41004486113d8244fbe4ccaa9ffd87b6e462bcbbba9569c52aeefe84909f24cb946867809024fd6bb26ad5de5e435c7663
+Size (Specio-0.28.tar.gz) = 81442 bytes
Home |
Main Index |
Thread Index |
Old Index