summaryrefslogtreecommitdiff
path: root/devel/p5-IPC-PubSub/Makefile
diff options
context:
space:
mode:
authorhe <he>2008-12-20 22:49:11 +0000
committerhe <he>2008-12-20 22:49:11 +0000
commit82bd226463d21ba15699195caa9f8357358b620c (patch)
treef584cd511c1938718064f5f6a0689051f06821ec /devel/p5-IPC-PubSub/Makefile
parenta018033d7d74e7479609b498daecc172a56efc73 (diff)
downloadpkgsrc-82bd226463d21ba15699195caa9f8357358b620c.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/p5-IPC-PubSub/Makefile')
-rw-r--r--devel/p5-IPC-PubSub/Makefile5
1 files changed, 2 insertions, 3 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/}