summaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-Client-DNS/Makefile
diff options
context:
space:
mode:
authorhe <he>2008-08-24 21:44:09 +0000
committerhe <he>2008-08-24 21:44:09 +0000
commit0f7cf97dd5664164d6108da3095cf33342e45c48 (patch)
treed264e29ac9f1edeb488c8f08b7c4681020077289 /net/p5-POE-Component-Client-DNS/Makefile
parente9bfe48ba2ce6539aee7bc0097d5137d1bff639a (diff)
downloadpkgsrc-0f7cf97dd5664164d6108da3095cf33342e45c48.tar.gz
Update from version 0.98nb1 to 1.00, discussed in general terms with maintainer.
Pkgsrc changes: o Canonicalize HOMEPAGE o Adjust dependencies to match Makefile.PL Upstream changes (at least I *think* these are the ones for 0.99 and 1.00): ====================================== 9999-99-99 99:99:99.999999Z (untagged) ====================================== 2007-01-06 18:12:47 (r64) by rcaputo; DNS.pm M By the power of PAUSEskull, this is a fine morning! Release 1.00! 2007-01-06 18:11:52 (r63) by rcaputo; DNS.pm M Expose the underlying Net::DNS::Resolver with a get_resolver() accessor. Thanks to Chris Williams for kinda suggesting it. :) 2006-11-06 19:23:35 (r62) by rcaputo; Makefile.PL M Set a LICENSE. Cheap kwalitee points! 2006-10-17 16:35:24 (r61) by rcaputo; t/06_hosts.t M Don't try to call a method on a failed request. Resolves rt.cpan.org 21190 by Alexandr Ciornii. 2006-10-17 15:05:34 (r60) by rcaputo; Makefile.PL M Some rt.cpan.org tickets refer to issues in Net::DNS. Require the latest version of that dependency in the hopes that some things are fixed. Too bad I don't have test cases for those issues... there's no way for me to tell if anything's fixed by this simple change. ========================= 2006-05-21 20:45:46 v0_99 ========================= 2006-05-21 20:45:11 (r58) by rcaputo; DNS.pm M Bump up the version. 2006-05-21 20:44:39 (r57) by rcaputo; DNS.pm M Fix shutdown(). It was not performing nearly enough cleanup. Replace some post() calls with call() to avoid race conditions. In general, method interfaces should use call() rather than post() so that they affect internal structures synchronously. 2006-05-21 20:43:08 (r56) by rcaputo t/02_tag_args.t M; t/03_api_3.t M; t/05_api_4.t M; t/06_hosts.t M Turn on ASSERT_DEFAULT for some of the tests. Add _stop handlers so they don't fail with all POE asserts on. 2006-03-24 03:58:51 (r55) by rcaputo; DNS.pm M Belatedly bump up the version.
Diffstat (limited to 'net/p5-POE-Component-Client-DNS/Makefile')
-rw-r--r--net/p5-POE-Component-Client-DNS/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/p5-POE-Component-Client-DNS/Makefile b/net/p5-POE-Component-Client-DNS/Makefile
index 1c590ce5dcc..7b29f35ea65 100644
--- a/net/p5-POE-Component-Client-DNS/Makefile
+++ b/net/p5-POE-Component-Client-DNS/Makefile
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:40 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2008/08/24 21:44:09 he Exp $
#
-DISTNAME= POE-Component-Client-DNS-0.98
+DISTNAME= POE-Component-Client-DNS-1.00
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
MAINTAINER= adrianp@NetBSD.org
-HOMEPAGE= http://search.cpan.org/~rcaputo/POE-Component-Client-DNS-0.98/
+HOMEPAGE= http://search.cpan.org/dist/POE-Component-Client-DNS/
COMMENT= Non-blocking, concurrent DNS requests
-DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
-DEPENDS+= p5-Net-DNS>=0.12:../../net/p5-Net-DNS
+DEPENDS+= p5-POE>=0.31:../../devel/p5-POE
+DEPENDS+= p5-Net-DNS>=0.59:../../net/p5-Net-DNS
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir