Thu Sep 11 21:24:14 2008 UTC ()
Update from version 0.39 to 0.43, discussed in general terms with maintainer.

Pkgsrc changes:
 o Canonicalize HOMEPAGE

Upstream changes:

2007-06-17  Malcolm Nooning  <m.nooning@comcast.net> (0.43)
        * lib/Net/Daemon.pm  Needed to up the VERSION number
2007-06-16  Malcolm Nooning  <m.nooning@comcast.net> (0.42)
        * t/forkm.t: Added a wait so that the parent will not loop
	  around and make another child until the previous child has
	  been destroyed.
2007-05-23  Malcolm Nooning  <m.nooning@comcast.net> (0.41)
        * t/forkm.t: When all ten childs are exited,
	  sub CatchChild will now exit.
2007-05-16  Malcolm Nooning  <m.nooning@comcast.net> (0.40)
	* t/threadm.t: The tests are now skipped with a
	  passing indication when usethreads is defined, which
	  would mean that the ithreadm tests are the ones that
	  matter.
	  Test.pm: A patch from todd.e.rinaldo was used.  I do
	  not remember what the issues were.


(he)
diff -r1.19 -r1.20 pkgsrc/net/p5-Net-Daemon/Makefile
diff -r1.6 -r1.7 pkgsrc/net/p5-Net-Daemon/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/net/p5-Net-Daemon/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Daemon/Makefile 2008/06/12 02:14:39 1.19
+++ pkgsrc/net/p5-Net-Daemon/Makefile 2008/09/11 21:24:14 1.20
@@ -1,19 +1,21 @@ @@ -1,19 +1,21 @@
1# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:39 joerg Exp $ 1# $NetBSD: Makefile,v 1.20 2008/09/11 21:24:14 he Exp $
2# 2#
3 3
4DISTNAME= Net-Daemon-0.39 4DISTNAME= Net-Daemon-0.43
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5nda 6SVR4_PKGNAME= p5nda
7CATEGORIES= net perl5 7CATEGORIES= net perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
9 9
10MAINTAINER= eric@cirr.com 10MAINTAINER= eric@cirr.com
11HOMEPAGE= http://search.cpan.org/~jwied/Net-Daemon/ 11HOMEPAGE= http://search.cpan.org/dist/Net-Daemon/
12COMMENT= Perl5 module for writing networking daemons 12COMMENT= Perl5 module for writing networking daemons
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
 16WRKSRC= ${WRKDIR}/Net-Daemon/
 17
16PERL5_PACKLIST= auto/Net/Daemon/.packlist 18PERL5_PACKLIST= auto/Net/Daemon/.packlist
17 19
18.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/net/p5-Net-Daemon/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Daemon/distinfo 2006/11/05 04:09:39 1.6
+++ pkgsrc/net/p5-Net-Daemon/distinfo 2008/09/11 21:24:14 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2006/11/05 04:09:39 obache Exp $ 1$NetBSD: distinfo,v 1.7 2008/09/11 21:24:14 he Exp $
2 2
3SHA1 (Net-Daemon-0.39.tar.gz) = 6799ec70460936bd3737fa5b91741af07bc0bdc8 3SHA1 (Net-Daemon-0.43.tar.gz) = 15c1dc7744079a2c283de4129652b7c9b5024f12
4RMD160 (Net-Daemon-0.39.tar.gz) = aba653ca4065e8133053948f8aa08a21a83baba5 4RMD160 (Net-Daemon-0.43.tar.gz) = a20e80ebf67e57fd0bf47714ab1ccc820573d39a
5Size (Net-Daemon-0.39.tar.gz) = 31737 bytes 5Size (Net-Daemon-0.43.tar.gz) = 28553 bytes