pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Daemon Update p5-Net-Daemon to 0.39.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6bbfca9236d
branches:  trunk
changeset: 521091:e6bbfca9236d
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Nov 05 04:09:39 2006 +0000

description:
Update p5-Net-Daemon to 0.39.
Based on patch privided by Martin Wilke via PR 34395.
And
* HOMEPAGE is't exist anymore, so move to CPAN site.
* This package isn't depend on p5-Data-Dumper, so remove it.

Changes:
2006-02-15  Jochen Wiedmann  <jwied%cpan.org@localhost> (0.39)

        * t/forkm.t: Hopefully, I finally got rid of the
          problem with the forking tests. It seems, that
          the perlipc manual got updated in the past years,
          most possibly for the same reason: A child handler
          must be written to catch childs in a loop.

2003-11-10  Jochen Wiedmann  <joe%ispsoft.de@localhost> (0.38)

        * lib/Net/Daemon.pm: It is now possible to specify
          user/group root (aka 0). (rgreab%fx.ro@localhost)
        * Added mode 'ithreads'. (Bill Jackson,
          <bjackson%ah.ddiglobal.com@localhost>)
        * lib/Net/Daemon.pm (Bind): The parent process is
          now explicitly closing the client socket in fork
          mode. (Thought this would happen automatically
          due to garbage collection, but possibly it
          doesn't.) Tulsi Ram Mayala,
          <tulsi_rammayala%pspl.co.in@localhost>

2002-08-20  Jochen Wiedmann  <joe%ispsoft.de@localhost> (0.37)

        * lib/Net/Daemon.pm (Bind): The server died, if
          accepting a connection failed. Fixed.
          Nathan Mueller <nmueller%cs.wisc.edu@localhost>

diffstat:

 net/p5-Net-Daemon/Makefile |  9 +++------
 net/p5-Net-Daemon/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (39 lines):

diff -r 4b7e93860e5c -r e6bbfca9236d net/p5-Net-Daemon/Makefile
--- a/net/p5-Net-Daemon/Makefile        Sun Nov 05 02:29:02 2006 +0000
+++ b/net/p5-Net-Daemon/Makefile        Sun Nov 05 04:09:39 2006 +0000
@@ -1,19 +1,16 @@
-# $NetBSD: Makefile,v 1.17 2005/08/06 06:19:25 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/11/05 04:09:39 obache Exp $
 #
 
-DISTNAME=      Net-Daemon-0.36
+DISTNAME=      Net-Daemon-0.39
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5nda
-PKGREVISION=   2
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 
 MAINTAINER=    eric%cirr.com@localhost
-HOMEPAGE=      http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html
+HOMEPAGE=      http://search.cpan.org/~jwied/Net-Daemon/
 COMMENT=       Perl5 module for writing networking daemons
 
-DEPENDS+=      {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl5
-
 PERL5_PACKLIST=                auto/Net/Daemon/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 4b7e93860e5c -r e6bbfca9236d net/p5-Net-Daemon/distinfo
--- a/net/p5-Net-Daemon/distinfo        Sun Nov 05 02:29:02 2006 +0000
+++ b/net/p5-Net-Daemon/distinfo        Sun Nov 05 04:09:39 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 12:13:58 agc Exp $
+$NetBSD: distinfo,v 1.6 2006/11/05 04:09:39 obache Exp $
 
-SHA1 (Net-Daemon-0.36.tar.gz) = a37d9888590577ccaa6abd667c4dc36643b7fa51
-RMD160 (Net-Daemon-0.36.tar.gz) = e81e44d5099a288e56df0bc152c00609ed8e56af
-Size (Net-Daemon-0.36.tar.gz) = 26496 bytes
+SHA1 (Net-Daemon-0.39.tar.gz) = 6799ec70460936bd3737fa5b91741af07bc0bdc8
+RMD160 (Net-Daemon-0.39.tar.gz) = aba653ca4065e8133053948f8aa08a21a83baba5
+Size (Net-Daemon-0.39.tar.gz) = 31737 bytes



Home | Main Index | Thread Index | Old Index