mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Updated to 0.94 (fixed error with calling getpeername() on an
unconnected udp socket)
This commit is contained in:
parent
0f955d582a
commit
00cdf45b03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64045
6 changed files with 10 additions and 10 deletions
|
@ -6,14 +6,14 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= POE-Component-Client-DNS
|
PORTNAME= POE-Component-Client-DNS
|
||||||
PORTVERSION= 0.93
|
PORTVERSION= 0.94
|
||||||
CATEGORIES= devel perl5 net
|
CATEGORIES= devel perl5 net
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||||
http://poe.perl.org/poedown/
|
http://poe.perl.org/poedown/
|
||||||
MASTER_SITE_SUBDIR= POE
|
MASTER_SITE_SUBDIR= POE
|
||||||
PKGNAMEPREFIX= p5-
|
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 \
|
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
|
${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
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
MAN3= POE::Component::Client::DNS.3
|
MAN3= POE::Component::Client::DNS.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (POE-Component-Client-DNS-0.93.tar.gz) = 74394008d7169311fe6beb7e327723ba
|
MD5 (POE-Component-Client-DNS-0.94.tar.gz) = f1eeee830ce36e2dcf805a979c2a457e
|
||||||
|
|
|
@ -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
|
WWW: http://search.cpan.org/search?dist=POE-Component-Client-DNS
|
||||||
|
|
||||||
-- Sergey Skvortsov
|
-- Sergey Skvortsov
|
||||||
skv@protey.ru
|
skv@FreeBSD.org
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= POE-Component-Client-DNS
|
PORTNAME= POE-Component-Client-DNS
|
||||||
PORTVERSION= 0.93
|
PORTVERSION= 0.94
|
||||||
CATEGORIES= devel perl5 net
|
CATEGORIES= devel perl5 net
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||||
http://poe.perl.org/poedown/
|
http://poe.perl.org/poedown/
|
||||||
MASTER_SITE_SUBDIR= POE
|
MASTER_SITE_SUBDIR= POE
|
||||||
PKGNAMEPREFIX= p5-
|
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 \
|
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
|
${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
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
MAN3= POE::Component::Client::DNS.3
|
MAN3= POE::Component::Client::DNS.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (POE-Component-Client-DNS-0.93.tar.gz) = 74394008d7169311fe6beb7e327723ba
|
MD5 (POE-Component-Client-DNS-0.94.tar.gz) = f1eeee830ce36e2dcf805a979c2a457e
|
||||||
|
|
|
@ -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
|
WWW: http://search.cpan.org/search?dist=POE-Component-Client-DNS
|
||||||
|
|
||||||
-- Sergey Skvortsov
|
-- Sergey Skvortsov
|
||||||
skv@protey.ru
|
skv@FreeBSD.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue