Hi,

Here are two updates, for devel/p5-POE and
net/p5-POE-Component-Client-DNS.

Summary of changes:
p5-POE:
- Bug fixes,
- Removed POE::Preprocessor (now ran via Makefile.PL),
- Cleanup and more.

p5-POE-Component-Client-DNS:
- Fixed bugs,
- Corrected the license marker,
- /etc/hosts now get's cached.

Please test and comment. It works fine on alpha, i386, sgi and sparc64.
And I haven't found any ports that broke because of this update.

Maintainer time-out.

Cheers,
Jasper

-- 
Humppa is a serious thing!
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/p5-POE-Component-Client-DNS/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    7 Dec 2005 20:06:57 -0000       1.2
+++ Makefile    28 May 2006 09:35:46 -0000
@@ -2,13 +2,13 @@
 
 COMMENT=       "DNS module for the Perl Object Environment"
 
-DISTNAME=      POE-Component-Client-DNS-0.98
-PKGNAME=       p5-${DISTNAME}p0
+DISTNAME=      POE-Component-Client-DNS-0.99
+PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    net perl5
 
 MAINTAINER=    Mathieu Sauve-Frankel <[EMAIL PROTECTED]>
 
-# Artistic License
+# Artistic/GPL
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/p5-POE-Component-Client-DNS/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    24 May 2005 16:46:25 -0000      1.1.1.1
+++ distinfo    28 May 2006 09:35:46 -0000
@@ -1,4 +1,4 @@
-MD5 (POE-Component-Client-DNS-0.98.tar.gz) = b3469da2ae0947948ec1432c5c912583
-RMD160 (POE-Component-Client-DNS-0.98.tar.gz) = 
22280c956c0b2265b933e804fc8545dd254411d4
-SHA1 (POE-Component-Client-DNS-0.98.tar.gz) = 
f8f76dfd648a2391484d12f0b1464709017d86de
-SIZE (POE-Component-Client-DNS-0.98.tar.gz) = 11419
+MD5 (POE-Component-Client-DNS-0.99.tar.gz) = 17d8823b50185e4a2536ca8888d45410
+RMD160 (POE-Component-Client-DNS-0.99.tar.gz) = 
c4ad5258ef4c7ad503898d663c2c033160a8b792
+SHA1 (POE-Component-Client-DNS-0.99.tar.gz) = 
8262e6db7329f25e12460448081c17e1a242c695
+SIZE (POE-Component-Client-DNS-0.99.tar.gz) = 13088
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-POE/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    24 May 2005 01:03:13 -0000      1.1.1.1
+++ Makefile    28 May 2006 09:04:54 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       "portable multitasking and networking framework for perl"
 
-DISTNAME=      POE-0.31
+DISTNAME=      POE-0.3501
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-POE/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    24 May 2005 01:03:13 -0000      1.1.1.1
+++ distinfo    28 May 2006 09:04:54 -0000
@@ -1,4 +1,4 @@
-MD5 (POE-0.31.tar.gz) = bd2417d06c58dbb958e9d5899caf72af
-RMD160 (POE-0.31.tar.gz) = 1bb3461c0a65a80cc192849965ae887bc9920db6
-SHA1 (POE-0.31.tar.gz) = 677097ec3eebe06d041f8291e0d30ab9f5c271f4
-SIZE (POE-0.31.tar.gz) = 369389
+MD5 (POE-0.3501.tar.gz) = 67eacd47c8d7c05a5f5a119af220de30
+RMD160 (POE-0.3501.tar.gz) = 44be22f297eb74f00c74350ffa0393395c5a28cb
+SHA1 (POE-0.3501.tar.gz) = 512684a932d06df5339ce6e25bdfb156bc9ab4c4
+SIZE (POE-0.3501.tar.gz) = 349300
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-POE/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   24 May 2005 01:03:13 -0000      1.1.1.1
+++ pkg/PLIST   28 May 2006 09:04:54 -0000
@@ -35,14 +35,11 @@
 ${P5SITE}/POE/Loop/Tk.pm
 ${P5SITE}/POE/Loop/TkActiveState.pm
 ${P5SITE}/POE/Loop/TkCommon.pm
-${P5SITE}/POE/Macro/
-${P5SITE}/POE/Macro/UseBytes.pm
 ${P5SITE}/POE/NFA.pm
 ${P5SITE}/POE/Pipe/
 ${P5SITE}/POE/Pipe.pm
 ${P5SITE}/POE/Pipe/OneWay.pm
 ${P5SITE}/POE/Pipe/TwoWay.pm
-${P5SITE}/POE/Preprocessor.pm
 ${P5SITE}/POE/Queue/
 ${P5SITE}/POE/Queue.pm
 ${P5SITE}/POE/Queue/Array.pm
@@ -100,7 +97,6 @@
 @man man/man3p/POE::Pipe.3p
 @man man/man3p/POE::Pipe::OneWay.3p
 @man man/man3p/POE::Pipe::TwoWay.3p
[EMAIL PROTECTED] man/man3p/POE::Preprocessor.3p
 @man man/man3p/POE::Queue.3p
 @man man/man3p/POE::Queue::Array.3p
 @man man/man3p/POE::Resource.3p

Reply via email to