pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Carp-Assert-More



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Aug 17 13:15:53 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Carp-Assert-More: Makefile distinfo

Log Message:
Updated devel/p5-Carp-Assert-More to 1.16
-----------------------------------------
1.16    Fri Aug  4 14:18:51 CDT 2017
        [ENHANCEMENTS]
        Added the following functions:
        * assert_numeric( $n )
        * assert_all_keys_in( \%hash, \@keylist )
        * assert_empty( [\%hash|\@list] )
        * assert_coderef( $ref )
        * assert_isa_in( $ref, \@class_list )
        Thanks to Eric A. Zarko for some of them.  The rest were migrated
        from a private code project.

        Renamed assert_listref() to assert_arrayref(), but keep
        assert_listref() as backward compatibility.  assert_listref()
        may go away in the future.

        [DOCUMENTATION]
        Fixed a goof in the assert_integer() docs.  Thanks, Randy Lauen.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Carp-Assert-More/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Carp-Assert-More/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-Carp-Assert-More/Makefile
diff -u pkgsrc/devel/p5-Carp-Assert-More/Makefile:1.15 pkgsrc/devel/p5-Carp-Assert-More/Makefile:1.16
--- pkgsrc/devel/p5-Carp-Assert-More/Makefile:1.15      Mon Jun  5 14:22:40 2017
+++ pkgsrc/devel/p5-Carp-Assert-More/Makefile   Thu Aug 17 13:15:53 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2017/06/05 14:22:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2017/08/17 13:15:53 mef Exp $
 
-DISTNAME=      Carp-Assert-More-1.14
+DISTNAME=      Carp-Assert-More-1.16
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Carp/}
 

Index: pkgsrc/devel/p5-Carp-Assert-More/distinfo
diff -u pkgsrc/devel/p5-Carp-Assert-More/distinfo:1.3 pkgsrc/devel/p5-Carp-Assert-More/distinfo:1.4
--- pkgsrc/devel/p5-Carp-Assert-More/distinfo:1.3       Tue Nov  3 03:28:00 2015
+++ pkgsrc/devel/p5-Carp-Assert-More/distinfo   Thu Aug 17 13:15:53 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:28:00 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/08/17 13:15:53 mef Exp $
 
-SHA1 (Carp-Assert-More-1.14.tar.gz) = 0e590e8cd07f078da1512f55b1344fe58d0c6435
-RMD160 (Carp-Assert-More-1.14.tar.gz) = f642fef3f95ba5d664830d6c5fd3fb3e87f0a67d
-SHA512 (Carp-Assert-More-1.14.tar.gz) = 0411908afd5cc45cedce83fb10e67f78f7513fa788421d9c4e0f0f0064bf6fdd7154c2414a449456ff4c600f31eba138fb4d3f94e68743af4b71f7368c30b398
-Size (Carp-Assert-More-1.14.tar.gz) = 10304 bytes
+SHA1 (Carp-Assert-More-1.16.tar.gz) = c9c36160415969774fef87f15a87c59a9aab391b
+RMD160 (Carp-Assert-More-1.16.tar.gz) = 51948f8cf3e0963b05b55f0834d782053eb6db5c
+SHA512 (Carp-Assert-More-1.16.tar.gz) = 9f81604574eab5a0a5003ad747ffec3a3dd33bc63e67d12697e4e30de8cb234a73e225f82a4d0f31576e19382cc2d6a402962f5fe1e4c5289e080ca23b30c0fe
+Size (Carp-Assert-More-1.16.tar.gz) = 12290 bytes



Home | Main Index | Thread Index | Old Index