pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Struct-Dumb



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Jul 28 04:37:27 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Struct-Dumb: Makefile distinfo

Log Message:
Update to 0.09

Upstream changes:
0.09    2016/03/09 17:49:17
        [CHANGES]
         * Allow callers to allow ARRAY dereference for special circumstances

0.08    2015/12/15 17:45:46
        [CHANGES]
         * Support perl 5.8.x (which lacks overloading.pm)

0.07    2015/10/11 12:37:51
        [BUGFIXES]
         * Provide the other conversion overload operations and allow fallback

0.06    2015/10/07 00:24:52
        [BUGFIXES]
         * Ensure that structs are still boolean true

0.05    2015/10/06 23:12:58
        [BUGFIXES]
         * Throw an exception on attempts to dereference a struct as an
           array (RT107583)
         * Throw an exception if accessor-mutators are invoked with extra
           arguments
         * Give AUTOLOAD :lvalue context so it reports the right message for
           attempts to assign to missing fields (RT107577)

0.04    2015/09/30 18:29:01
        [CHANGES]
         * Support creating a predicate test function


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Struct-Dumb/Makefile \
    pkgsrc/devel/p5-Struct-Dumb/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-Struct-Dumb/Makefile
diff -u pkgsrc/devel/p5-Struct-Dumb/Makefile:1.2 pkgsrc/devel/p5-Struct-Dumb/Makefile:1.3
--- pkgsrc/devel/p5-Struct-Dumb/Makefile:1.2    Wed Jun  8 19:23:31 2016
+++ pkgsrc/devel/p5-Struct-Dumb/Makefile        Thu Jul 28 04:37:27 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2016/06/08 19:23:31 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/28 04:37:27 wen Exp $
 
-DISTNAME=      Struct-Dumb-0.03
+DISTNAME=      Struct-Dumb-0.09
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/
 
Index: pkgsrc/devel/p5-Struct-Dumb/distinfo
diff -u pkgsrc/devel/p5-Struct-Dumb/distinfo:1.2 pkgsrc/devel/p5-Struct-Dumb/distinfo:1.3
--- pkgsrc/devel/p5-Struct-Dumb/distinfo:1.2    Tue Nov  3 03:28:45 2015
+++ pkgsrc/devel/p5-Struct-Dumb/distinfo        Thu Jul 28 04:37:27 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:28:45 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/07/28 04:37:27 wen Exp $
 
-SHA1 (Struct-Dumb-0.03.tar.gz) = f53351bd649b84e7f4ba1cb74def76a9f3b20ff5
-RMD160 (Struct-Dumb-0.03.tar.gz) = 5da7027e42fd52915157fafc4f089695cfe94f93
-SHA512 (Struct-Dumb-0.03.tar.gz) = 6d66c614f923d933cb4d13555c2cdf21324d5fae52a9ade18fe2dc72a88a0543eead386ab1b5b830703d778d27c5b283ac877466f05a26bd2f8e2c1287aa23fe
-Size (Struct-Dumb-0.03.tar.gz) = 13566 bytes
+SHA1 (Struct-Dumb-0.09.tar.gz) = dfb81a7f4eb7c543c11d51a199bcfe346d4d7ed3
+RMD160 (Struct-Dumb-0.09.tar.gz) = 4a2b8a4966e2364b30e3fccdf449613fafa1170c
+SHA512 (Struct-Dumb-0.09.tar.gz) = 6dc1e6ce02386906f5e440d989a5cd1810201327567684d26d877a212e0b97d64b2cfdb0432ac5d8ab94bcecfb61c4b59fd8aa3ae22adc06de3c8083f667c134
+Size (Struct-Dumb-0.09.tar.gz) = 16084 bytes



Home | Main Index | Thread Index | Old Index