diff options
author | wiz <wiz> | 2001-10-05 09:25:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-10-05 09:25:47 +0000 |
commit | 9307212aee0f78998ee0f4d793eee7a0d9843745 (patch) | |
tree | 2bb4849cf0baa57c90a89e2f0751aa51f9c6be27 /net | |
parent | 65685c248b94276ef2a40f2d5b307a32fcf28a18 (diff) | |
download | pkgsrc-9307212aee0f78998ee0f4d793eee7a0d9843745.tar.gz |
Update to 0.35, per pkg/14159 by Kevin Lo.
Changes since 0.34:
* Added preforked childs to mode 'single'.
* t/server (Run): Child process is now waiting one second
in forking mode. Helps the script t/forkm.t to run fine.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Daemon/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-Daemon/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile index 495dfc70606..060c06261bd 100644 --- a/net/p5-Net-Daemon/Makefile +++ b/net/p5-Net-Daemon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:29 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/10/05 09:25:47 wiz Exp $ # -DISTNAME= Net-Daemon-0.34 -PKGNAME= p5-Net-Daemon-0.34 +DISTNAME= Net-Daemon-0.35 +PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net-Daemon/distinfo b/net/p5-Net-Daemon/distinfo index 9c85afcc419..2543800ff02 100644 --- a/net/p5-Net-Daemon/distinfo +++ b/net/p5-Net-Daemon/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:27 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/10/05 09:25:48 wiz Exp $ -SHA1 (Net-Daemon-0.34.tar.gz) = e72e5174935ec1e2f409ddccc57f6af3aa4af6ae -Size (Net-Daemon-0.34.tar.gz) = 25231 bytes +SHA1 (Net-Daemon-0.35.tar.gz) = 30885242526e014b0c57e0d58da182c7500f7a4d +Size (Net-Daemon-0.35.tar.gz) = 26410 bytes |