pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-IPC-Shareable Update 0.60 to 0.61



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09b93e14c26d
branches:  trunk
changeset: 646357:09b93e14c26d
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Feb 08 03:00:35 2015 +0000

description:
Update 0.60 to 0.61
-------------------
0.61  Mon Oct  8 00:27:39 2012
        - Added patch from Frank Lichtenheld fixing IPC::Shareable's dependence
          on the presence of a perl bug which is no longer present in perl >= 5.10
        - Fixed bug reported by Dan Harbin where the FETCH operation on a tie()d
          string containing HASH, ARRAY, or SCALAR fails because it was using
          the stringification of the data to determine what kind of reference
          it was.  Now using Scalar::Util::reftype
        - Added missing dependency on IPC::Semaphore to Makefile.PL (reported
          by Adrian Issott)
        - Added a 'sleep 1' in a test that was hanging on certain systems
          due (possibly) to two alarm signals coming too quickly to the
          child process.  From Ton Voon.

diffstat:

 devel/p5-IPC-Shareable/Makefile |  5 ++---
 devel/p5-IPC-Shareable/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 2f92c78cf441 -r 09b93e14c26d devel/p5-IPC-Shareable/Makefile
--- a/devel/p5-IPC-Shareable/Makefile   Sun Feb 08 02:56:20 2015 +0000
+++ b/devel/p5-IPC-Shareable/Makefile   Sun Feb 08 03:00:35 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:21 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2015/02/08 03:00:35 mef Exp $
 
-DISTNAME=      IPC-Shareable-0.60
+DISTNAME=      IPC-Shareable-0.61
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   9
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IPC/}
 
diff -r 2f92c78cf441 -r 09b93e14c26d devel/p5-IPC-Shareable/distinfo
--- a/devel/p5-IPC-Shareable/distinfo   Sun Feb 08 02:56:20 2015 +0000
+++ b/devel/p5-IPC-Shareable/distinfo   Sun Feb 08 03:00:35 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:26 agc Exp $
+$NetBSD: distinfo,v 1.3 2015/02/08 03:00:35 mef Exp $
 
-SHA1 (IPC-Shareable-0.60.tar.gz) = 3f12abf204f21d190441280b3b26ae1f94fe43f7
-RMD160 (IPC-Shareable-0.60.tar.gz) = a9057025d48b6a5d06f55d369b4045bbd2a2b9f0
-Size (IPC-Shareable-0.60.tar.gz) = 29239 bytes
+SHA1 (IPC-Shareable-0.61.tar.gz) = e0271069d6ad0210947c0ea488d981a30300bcf8
+RMD160 (IPC-Shareable-0.61.tar.gz) = 2b99ac4d042914013a3647441f690e2824a64f22
+Size (IPC-Shareable-0.61.tar.gz) = 29730 bytes



Home | Main Index | Thread Index | Old Index