This diff updates p5-Net-Server to 0.97.  Per Nick Nauwelaert's request,
I took over maintainership.  I also added p5-IO-Multiplex for
REGRESS_DEPENDS so all tests complete.  And the patches-* are no longer
needed.

No regressions on sparc64, macppc and i386.
ok?

-ME

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Net-Server/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    16 Sep 2007 02:53:07 -0000      1.11
+++ Makefile    4 Nov 2007 15:51:30 -0000
@@ -3,17 +3,19 @@
 COMMENT=       extensible framework for Perl server engines
 
 MODULES=       cpan
-DISTNAME=      Net-Server-0.90
+DISTNAME=      Net-Server-0.97
 CATEGORIES=    devel net
 
 HOMEPAGE=      http://seamons.com/net_server.html
 
-MAINTAINER=    Nick Nauwelaerts <[EMAIL PROTECTED]>
+MAINTAINER=    Michael Erdely <[EMAIL PROTECTED]>
 
 # perl
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
+
+REGRESS_DEPENDS=       ::devel/p5-IO-Multiplex
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Net-Server/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    5 Apr 2007 15:38:01 -0000       1.8
+++ distinfo    4 Nov 2007 15:51:30 -0000
@@ -1,5 +1,5 @@
-MD5 (Net-Server-0.90.tar.gz) = aHT8ezfuKWmroD8czrvmow==
-RMD160 (Net-Server-0.90.tar.gz) = LTLtbL08qxUC0lSIJUbFiiO6M6U=
-SHA1 (Net-Server-0.90.tar.gz) = qMokMYhc4t1tQPaXz9dnyEiyaxY=
-SHA256 (Net-Server-0.90.tar.gz) = EJVk9/q9R3inJtVOo1YPzEe3ccfvP/QfnbsL6Y9u66c=
-SIZE (Net-Server-0.90.tar.gz) = 74878
+MD5 (Net-Server-0.97.tar.gz) = +IS2xbHSaYqCu8e6ZZaQoQ==
+RMD160 (Net-Server-0.97.tar.gz) = RtdyNfTvXTFm7782xKv8QCa5VUg=
+SHA1 (Net-Server-0.97.tar.gz) = PBrd3E5msVwpcxdu9mysNkALIjc=
+SHA256 (Net-Server-0.97.tar.gz) = Trzn6SuPz8wSdYOx3uSdQHJoYMCAkI6jgeYZwEfYcI8=
+SIZE (Net-Server-0.97.tar.gz) = 92158
Index: patches/patch-lib_Net_Server_PreForkSimple_pm
===================================================================
RCS file: patches/patch-lib_Net_Server_PreForkSimple_pm
diff -N patches/patch-lib_Net_Server_PreForkSimple_pm
--- patches/patch-lib_Net_Server_PreForkSimple_pm       23 Jan 2006 17:58:41 
-0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-lib_Net_Server_PreForkSimple_pm,v 1.1 2006/01/23 17:58:41 
steven Exp $
---- lib/Net/Server/PreForkSimple.pm.orig       Mon Jan 23 18:39:01 2006
-+++ lib/Net/Server/PreForkSimple.pm    Mon Jan 23 18:39:27 2006
-@@ -594,7 +594,7 @@ check_for_dequeue setting.
- 
- =back
- 
--=BUGS
-+=head1 BUGS
- 
- Tests don't seem to work on Win32.  Any ideas or patches would be welcome.
- 
Index: patches/patch-lib_Net_Server_PreFork_pm
===================================================================
RCS file: patches/patch-lib_Net_Server_PreFork_pm
diff -N patches/patch-lib_Net_Server_PreFork_pm
--- patches/patch-lib_Net_Server_PreFork_pm     23 Jan 2006 17:58:41 -0000      
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-lib_Net_Server_PreFork_pm,v 1.1 2006/01/23 17:58:41 steven Exp 
$
---- lib/Net/Server/PreFork.pm.orig     Mon Jan 23 18:38:54 2006
-+++ lib/Net/Server/PreFork.pm  Mon Jan 23 18:39:14 2006
-@@ -665,7 +665,7 @@ will be the open socket to the child.
- 
- =back
- 
--=BUGS
-+=head1 BUGS
- 
- Tests don't seem to work on Win32.  Any ideas or patches would be welcome.
- 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-Net-Server/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   14 Sep 2004 23:43:59 -0000      1.6
+++ pkg/PLIST   4 Nov 2007 15:51:30 -0000
@@ -2,6 +2,7 @@
 ${P5SITE}/Net/
 ${P5SITE}/Net/Server/
 ${P5SITE}/Net/Server.pm
+${P5SITE}/Net/Server.pod
 ${P5SITE}/Net/Server/Daemonize.pm
 ${P5SITE}/Net/Server/Fork.pm
 ${P5SITE}/Net/Server/INET.pm

Reply via email to