diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-11 08:31:44 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-11 08:31:44 +0000 |
commit | 749f08339712e6221175ad004ec4c59fdb1e98e0 (patch) | |
tree | 9042c68a52dafb613c5f7708b872aa804fe0fb4b /net | |
parent | 7bf58cbd4315e99a1746147d47956a754099e3ae (diff) | |
download | pkgsrc-749f08339712e6221175ad004ec4c59fdb1e98e0.tar.gz |
Update p5-Net-Daemon to 0.48.
Changes from previous:
2011-03-09 Malcolm Nooning <m.nooning@comcast.net> (0.48)
* t/forkm.t Patched perl Leon Timmermans
http://rt.perl.org/rt3/Public/Bug/Display.html?id=83646
2011-03-01 Malcolm Nooning <m.nooning@comcast.net> (0.47)
* lib/Net/Daemon.pm Patched per bug 32887
"ithreads not detected due to a typo"
2011-02-22 Malcolm Nooning <m.nooning@comcast.net> (0.46)
* lib/Net/Daemon.pm Fixed "Subroutine import redefined" problem
that perl 5.8.8 CPAN testers was getting. It was due to
more than one "require threads" being run.
* distribution. Bumped up the version number first.
2011-02-18 Malcolm Nooning <m.nooning@comcast.net> (0.45)
* lib/Net/Daemon.pm Used "make dist" to create the uploaded
* distribution. Bumped up the version number first.
2011-02-17 Malcolm Nooning <m.nooning@comcast.net> (0.44)
* lib/Net/Daemon.pm Added ServClose patch by Gaspar Chilingarov
* t/thread.t Added patches by Daniel Macks and Joe McMahon,
and added Test::More and skip_all for Windows < 5.10
2009-03-12 Joe McMahon <mcmahon@blekko.com> (0.44)
* Added necessary thread sharing to work with 5.10
threads model: regexp-threads,
* Bumped minimum required perl to 5.10 for t/threads.t tests
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Daemon/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-Daemon/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile index 85801459aca..c9396a50d5d 100644 --- a/net/p5-Net-Daemon/Makefile +++ b/net/p5-Net-Daemon/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2011/08/14 14:14:43 obache Exp $ +# $NetBSD: Makefile,v 1.25 2011/11/11 08:31:44 hiramatsu Exp $ # -DISTNAME= Net-Daemon-0.43 +DISTNAME= Net-Daemon-0.48 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5nda CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -11,10 +10,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-Daemon/ COMMENT= Perl5 module for writing networking daemons +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/Net-Daemon/ +#WRKSRC= ${WRKDIR}/Net-Daemon/ PERL5_PACKLIST= auto/Net/Daemon/.packlist diff --git a/net/p5-Net-Daemon/distinfo b/net/p5-Net-Daemon/distinfo index 414f8ed7faa..9428df5e786 100644 --- a/net/p5-Net-Daemon/distinfo +++ b/net/p5-Net-Daemon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2008/09/11 21:24:14 he Exp $ +$NetBSD: distinfo,v 1.8 2011/11/11 08:31:44 hiramatsu Exp $ -SHA1 (Net-Daemon-0.43.tar.gz) = 15c1dc7744079a2c283de4129652b7c9b5024f12 -RMD160 (Net-Daemon-0.43.tar.gz) = a20e80ebf67e57fd0bf47714ab1ccc820573d39a -Size (Net-Daemon-0.43.tar.gz) = 28553 bytes +SHA1 (Net-Daemon-0.48.tar.gz) = b322436fd9e5cc52fa1da9db345838026351bcea +RMD160 (Net-Daemon-0.48.tar.gz) = 0a0dab641a7a9ca0964ce33f9d3af7de375cd1e0 +Size (Net-Daemon-0.48.tar.gz) = 29513 bytes |