summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-08-24 21:44:09 +0000
committerhe <he@pkgsrc.org>2008-08-24 21:44:09 +0000
commite099b1ef3f43644d29aabdd998f6f3a29e565b58 (patch)
treed264e29ac9f1edeb488c8f08b7c4681020077289
parentad0c8dcce76f9d3f4e3c6650eec51dac5a83d0e3 (diff)
downloadpkgsrc-e099b1ef3f43644d29aabdd998f6f3a29e565b58.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.
-rw-r--r--net/p5-POE-Component-Client-DNS/Makefile11
-rw-r--r--net/p5-POE-Component-Client-DNS/distinfo8
2 files changed, 9 insertions, 10 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
diff --git a/net/p5-POE-Component-Client-DNS/distinfo b/net/p5-POE-Component-Client-DNS/distinfo
index 071eceb293d..69ce83142ff 100644
--- a/net/p5-POE-Component-Client-DNS/distinfo
+++ b/net/p5-POE-Component-Client-DNS/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/07/14 23:01:23 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2008/08/24 21:44:09 he Exp $
-SHA1 (POE-Component-Client-DNS-0.98.tar.gz) = f8f76dfd648a2391484d12f0b1464709017d86de
-RMD160 (POE-Component-Client-DNS-0.98.tar.gz) = 22280c956c0b2265b933e804fc8545dd254411d4
-Size (POE-Component-Client-DNS-0.98.tar.gz) = 11419 bytes
+SHA1 (POE-Component-Client-DNS-1.00.tar.gz) = b97276a35b49d9327e262b79de1408e2a63a7fc2
+RMD160 (POE-Component-Client-DNS-1.00.tar.gz) = 3e278d3be7ea89307d072d11fbb23e19b6c292e9
+Size (POE-Component-Client-DNS-1.00.tar.gz) = 12911 bytes