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:           Thu Feb 16 15:10:04 UTC 2017

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

Log Message:
Updated p5-Specio to 0.35.

0.35     2017-02-12

- Added Specio::Subs, a module which allows you to turn one or more library's
  types into subroutines like is_Int() and to_Int().

- Added an inline_coercion method to Specio constraints.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Specio/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/devel/p5-Specio/Makefile:1.11
--- pkgsrc/devel/p5-Specio/Makefile:1.10        Mon Jan 30 01:47:44 2017
+++ pkgsrc/devel/p5-Specio/Makefile     Thu Feb 16 15:10:04 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/01/30 01:47:44 wen Exp $
+# $NetBSD: Makefile,v 1.11 2017/02/16 15:10:04 wiz Exp $
 
-DISTNAME=      Specio-0.34
+DISTNAME=      Specio-0.35
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
@@ -14,6 +14,7 @@ DEPENDS+=     p5-Eval-Closure-[0-9]*:../../d
 DEPENDS+=      p5-Role-Tiny>=1.003003:../../devel/p5-Role-Tiny
 DEPENDS+=      p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
 DEPENDS+=      p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace
+DEPENDS+=      p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
 
 # TEST_DEPENDS
 BUILD_DEPENDS+=        p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs

Index: pkgsrc/devel/p5-Specio/distinfo
diff -u pkgsrc/devel/p5-Specio/distinfo:1.9 pkgsrc/devel/p5-Specio/distinfo:1.10
--- pkgsrc/devel/p5-Specio/distinfo:1.9 Mon Jan 30 01:47:44 2017
+++ pkgsrc/devel/p5-Specio/distinfo     Thu Feb 16 15:10:04 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/01/30 01:47:44 wen Exp $
+$NetBSD: distinfo,v 1.10 2017/02/16 15:10:04 wiz Exp $
 
-SHA1 (Specio-0.34.tar.gz) = ed076221be4363ede3450f54b0930c5c31b3d61f
-RMD160 (Specio-0.34.tar.gz) = fe3f0874bfc2fa40c2a5f31c5c75b7e96e9ab29b
-SHA512 (Specio-0.34.tar.gz) = 55c00843a7d9699be8943ecd914e24d8249d4c96088caf70d7b41b4a3f3603d2835640c4b6e54ba37bc080da740ed3d3d791c231f54040b674be22fe05d0d50d
-Size (Specio-0.34.tar.gz) = 91324 bytes
+SHA1 (Specio-0.35.tar.gz) = ee5cfea34a660a597921eddfa9988c96873dc84c
+RMD160 (Specio-0.35.tar.gz) = 0e0c9307e18622674ec37cdf5b98d907b5654cd1
+SHA512 (Specio-0.35.tar.gz) = 1a765e7bb2d6b8ddfd18a6cc75108a9237f63acba929c8b94767f336932626a4afb64a4aec96c3a7d518764df6456051fbea4d337a3ce79c9bea25579cca7015
+Size (Specio-0.35.tar.gz) = 94969 bytes



Home | Main Index | Thread Index | Old Index