pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Try-Tiny



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 19 15:11:49 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Try-Tiny: Makefile distinfo

Log Message:
Updated p5-Try-Tiny to 0.27.

0.27      2016-08-16 01:43:35Z
  - repository moved to the github p5sagit organization (the primary is on
    shadowcat, mirrored to github)
  - no changes since 0.26

0.26      2016-03-15 23:42:02Z (TRIAL RELEASE)
  - switch from finalizers using an array to a hash, to resolve segfaults when
    creating a pseudofork on MSWin before perl 5.20 (Graham Knop,
    karenetheridge/Sub-Name/#3)

0.25      2016-02-22 20:16:51Z (TRIAL RELEASE)
  - "finally" blocks are now run for all methods of leaving the try block
    (including via exit, goto)  (Lukas Mai, RT#112099)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Try-Tiny/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Try-Tiny/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-Try-Tiny/Makefile
diff -u pkgsrc/devel/p5-Try-Tiny/Makefile:1.20 pkgsrc/devel/p5-Try-Tiny/Makefile:1.21
--- pkgsrc/devel/p5-Try-Tiny/Makefile:1.20      Wed Jun  8 19:23:44 2016
+++ pkgsrc/devel/p5-Try-Tiny/Makefile   Fri Aug 19 15:11:49 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2016/06/08 19:23:44 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2016/08/19 15:11:49 wiz Exp $
 
-DISTNAME=      Try-Tiny-0.24
+DISTNAME=      Try-Tiny-0.27
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/}
 

Index: pkgsrc/devel/p5-Try-Tiny/distinfo
diff -u pkgsrc/devel/p5-Try-Tiny/distinfo:1.11 pkgsrc/devel/p5-Try-Tiny/distinfo:1.12
--- pkgsrc/devel/p5-Try-Tiny/distinfo:1.11      Sun Dec 13 08:14:30 2015
+++ pkgsrc/devel/p5-Try-Tiny/distinfo   Fri Aug 19 15:11:49 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2015/12/13 08:14:30 wiz Exp $
+$NetBSD: distinfo,v 1.12 2016/08/19 15:11:49 wiz Exp $
 
-SHA1 (Try-Tiny-0.24.tar.gz) = 3c3eef7f9c03380d21e145787103ed14fd56e153
-RMD160 (Try-Tiny-0.24.tar.gz) = 364f889fb51d205684a53d29b1dfc2721d3bd2b4
-SHA512 (Try-Tiny-0.24.tar.gz) = 403ce12b7cda7356b1a86d7661ed406ce4e526f416033fa5eb04b83bbeb7f198b4660342383232affe2ef9a8e0dbd237a6e6c0f290c277c8abc319c949d3c959
-Size (Try-Tiny-0.24.tar.gz) = 30666 bytes
+SHA1 (Try-Tiny-0.27.tar.gz) = 76c3ff6fdb4429272ee0f93886edd7ca0351eaac
+RMD160 (Try-Tiny-0.27.tar.gz) = 4606acec28660f8da5f7d11a0dbe2ba71b4381a9
+SHA512 (Try-Tiny-0.27.tar.gz) = 2ce87f7165c62f780136fc977b347791dd4f859a684c4489e3778440f8e55c504c30a5d5b899ed59cef92bcbe7777315c25b234166aaf9ecb8d3382053b02b09
+Size (Try-Tiny-0.27.tar.gz) = 32270 bytes



Home | Main Index | Thread Index | Old Index