summaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-Client-DNS
diff options
context:
space:
mode:
authorwiz <wiz>2010-09-06 12:03:51 +0000
committerwiz <wiz>2010-09-06 12:03:51 +0000
commit6f43426d8f34567405992a8c9f7574764f17360d (patch)
tree5ca9e3eedbe27d1177792a770c1e85172831bc16 /net/p5-POE-Component-Client-DNS
parent153a0f70c24f2ca37727496062deebab649c6070 (diff)
downloadpkgsrc-6f43426d8f34567405992a8c9f7574764f17360d.tar.gz
Update to 1.051, set LICENSE .
================================ 2009-10-14 03:06:11 -0400 v1_051 ================================ Prepare for release. Add a 00_info.t test to help debug platform and dependency based issues. Administrivia to convert the repository to git. ================================ 2009-08-28 06:46:24 +0000 v1_050 ================================ Jonathan Yu found a warning while packaging this distro for Debian. I've applied his patch from rt.cpan.org 48335, and I took his suggestion to start using Test::NoWarnings. Philip Gwyn found a strange case where IPv6 localhost was returned as ::1 rather than the long form. Added a check for both forms. Bumped the version to 1.050 for release. Fix a POD error (line too long, broken link to RT) reported by Jonathan Yu, ironically in rt.cpan.org ticket 48336. :) Fix a warning for /etc/hosts files that contain blank lines or comments. Suggested by Leonid Rashkovsky in e-mail. =============================== 2009-07-28 06:01:07 +0000 v1_04 =============================== Use latest POE, and prepare for a new release. Added a machine-readable repository directory to the distribution. Documented the bug tracker, repository, and other resource URLs. Resolve (heh) rt.cpan.org ticket #13899. AAAA requests will check for IPv6 addresses in /etc/hosts or your favorite operating system's equivalent. Resolve rt.cpan.org ticket #13492 by Sébastien Aperghis-Tramoni, #14723 by Branislav Gerzo, and umbrella ticket #15009 by cycling through the list of resolvers known to Net::DNS if the top one times out. Applied a patch by René Mayorga, resolving rt.cpan.org ticket 41313. René's patch uses Net::DNS to find poe.perl.org's address and use that instead of hardcoded values. Thanks also go to René for submitting the patch through rt.cpan.org. I may never have discovered ticket 506915 on bugs.debian.org. =============================== 2009-02-18 04:48:06 +0000 v1_03 =============================== Fix warnings uncovered by POE's recent global-warning issue. Make it safe to have more than one PoCoDNS object. Somehow this bug has been no problem for people this entire time. An amazing trick really :D =============================== 2009-01-13 20:08:27 +0000 v1_02 =============================== A host-file test was failing because its address segments were wider than single octets. =============================== 2008-10-29 16:18:54 +0000 v1_01 =============================== New version. Accommodate DNS change for poe.perl.org in the tests. Apply Martin Ferrari's patch to skip network tests if there's no detectable network. Resolves rt.cpan.org ticket 33677.
Diffstat (limited to 'net/p5-POE-Component-Client-DNS')
-rw-r--r--net/p5-POE-Component-Client-DNS/Makefile9
-rw-r--r--net/p5-POE-Component-Client-DNS/distinfo8
2 files changed, 9 insertions, 8 deletions
diff --git a/net/p5-POE-Component-Client-DNS/Makefile b/net/p5-POE-Component-Client-DNS/Makefile
index 470d52b719d..11421d5814d 100644
--- a/net/p5-POE-Component-Client-DNS/Makefile
+++ b/net/p5-POE-Component-Client-DNS/Makefile
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.7 2010/08/21 16:35:30 seb Exp $
+# $NetBSD: Makefile,v 1.8 2010/09/06 12:03:51 wiz Exp $
#
-DISTNAME= POE-Component-Client-DNS-1.00
+DISTNAME= POE-Component-Client-DNS-1.051
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/POE-Component-Client-DNS/
COMMENT= Non-blocking, concurrent DNS requests
+LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-POE>=0.31:../../devel/p5-POE
+DEPENDS+= p5-POE>=1.28:../../devel/p5-POE
DEPENDS+= p5-Net-DNS>=0.59:../../net/p5-Net-DNS
+DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings
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 69ce83142ff..feea91a0878 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.2 2008/08/24 21:44:09 he Exp $
+$NetBSD: distinfo,v 1.3 2010/09/06 12:03:51 wiz Exp $
-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
+SHA1 (POE-Component-Client-DNS-1.051.tar.gz) = f76a2515c45dc18f9be560179ac8a5421509bea8
+RMD160 (POE-Component-Client-DNS-1.051.tar.gz) = 28f489754bd2a07ebeb490e1781d1544eb22c2fa
+Size (POE-Component-Client-DNS-1.051.tar.gz) = 14824 bytes