summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-08-05 12:57:09 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-08-05 12:57:09 +0000
commit00cdf45b030df49e9dd278f43396095254ee56c2 (patch)
treec9dd4e56d491ad17a83eeda211c45c1b8489e7ca /dns
parentUse x11/xscreensaver-gnome instead of x11/xscreensaver, because the former (diff)
Updated to 0.94 (fixed error with calling getpeername() on an
unconnected udp socket)
Notes
Notes: svn path=/head/; revision=64045
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-POE-Component-Client-DNS/Makefile6
-rw-r--r--dns/p5-POE-Component-Client-DNS/distinfo2
-rw-r--r--dns/p5-POE-Component-Client-DNS/pkg-descr2
3 files changed, 5 insertions, 5 deletions
diff --git a/dns/p5-POE-Component-Client-DNS/Makefile b/dns/p5-POE-Component-Client-DNS/Makefile
index 65b9a330d005..8bf4c1f461f9 100644
--- a/dns/p5-POE-Component-Client-DNS/Makefile
+++ b/dns/p5-POE-Component-Client-DNS/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= POE-Component-Client-DNS
-PORTVERSION= 0.93
+PORTVERSION= 0.94
CATEGORIES= devel perl5 net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://poe.perl.org/poedown/
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
-MAINTAINER= skv@protey.ru
+MAINTAINER= skv@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::Client::DNS.3
.include <bsd.port.mk>
diff --git a/dns/p5-POE-Component-Client-DNS/distinfo b/dns/p5-POE-Component-Client-DNS/distinfo
index 42e75805c9ef..f1937635b7a5 100644
--- a/dns/p5-POE-Component-Client-DNS/distinfo
+++ b/dns/p5-POE-Component-Client-DNS/distinfo
@@ -1 +1 @@
-MD5 (POE-Component-Client-DNS-0.93.tar.gz) = 74394008d7169311fe6beb7e327723ba
+MD5 (POE-Component-Client-DNS-0.94.tar.gz) = f1eeee830ce36e2dcf805a979c2a457e
diff --git a/dns/p5-POE-Component-Client-DNS/pkg-descr b/dns/p5-POE-Component-Client-DNS/pkg-descr
index 8603ca13ed78..6ea4a62bb4b3 100644
--- a/dns/p5-POE-Component-Client-DNS/pkg-descr
+++ b/dns/p5-POE-Component-Client-DNS/pkg-descr
@@ -5,4 +5,4 @@ to respond, and it lets several DNS queries run in parallel.
WWW: http://search.cpan.org/search?dist=POE-Component-Client-DNS
-- Sergey Skvortsov
-skv@protey.ru
+skv@FreeBSD.org