diff options
author | he <he@pkgsrc.org> | 2008-12-20 22:49:11 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-12-20 22:49:11 +0000 |
commit | c5ee9eca657029e7fc3397b056f4807b67772520 (patch) | |
tree | f584cd511c1938718064f5f6a0689051f06821ec /devel | |
parent | f3431ae687f0f40f3ab9bcb4723e906da5bfafd7 (diff) | |
download | pkgsrc-c5ee9eca657029e7fc3397b056f4807b67772520.tar.gz |
Update from version 0.28nb1 to 0.29.
Upstream changes:
Changes for 0.29 - 2008-12-13]
* Publisher and index fixes
* We don't need to force select_timeout anymore, and it causes
explosions if called during global destruction, when $$self->[0]
(_part_ of the pseudohash) may have gone missing already, but the
object itself is still there. So $$self->{anything} explodes with
"not a hash reference" _sometimes_, despite $$self always being an
arrayref.
..friends don't let friends use pseudohashes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-PubSub/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-IPC-PubSub/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-IPC-PubSub/Makefile b/devel/p5-IPC-PubSub/Makefile index 01aef66ab7f..85072ae0fb7 100644 --- a/devel/p5-IPC-PubSub/Makefile +++ b/devel/p5-IPC-PubSub/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:56 he Exp $ +# $NetBSD: Makefile,v 1.3 2008/12/20 22:49:11 he Exp $ # -DISTNAME= IPC-PubSub-0.28 +DISTNAME= IPC-PubSub-0.29 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} diff --git a/devel/p5-IPC-PubSub/distinfo b/devel/p5-IPC-PubSub/distinfo index 42b1b31c1bb..e0b9cda104e 100644 --- a/devel/p5-IPC-PubSub/distinfo +++ b/devel/p5-IPC-PubSub/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/08/23 20:36:28 seb Exp $ +$NetBSD: distinfo,v 1.2 2008/12/20 22:49:11 he Exp $ -SHA1 (IPC-PubSub-0.28.tar.gz) = e1128d671b9c4c119f4bf8fbd3d320e699e80b8b -RMD160 (IPC-PubSub-0.28.tar.gz) = 0eeb01fe3e2b20d570c38bd23e2951b9f0489d99 -Size (IPC-PubSub-0.28.tar.gz) = 20673 bytes +SHA1 (IPC-PubSub-0.29.tar.gz) = 41029c4e0936ac56bc7b2e2fc521e47ce5b315d3 +RMD160 (IPC-PubSub-0.29.tar.gz) = 596636a3bde8755f0b23d83a34d1844753bc22b2 +Size (IPC-PubSub-0.29.tar.gz) = 21372 bytes |