From 574818c93900af57dda097d9d1a7ada62dd46948 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 25 Apr 2008 19:32:44 +0000 Subject: Update to 1.6.0. - supports DESTDIR - Accept Python 2.5 ChangeLog: 2007-11-25 Bob Halley * dns/inet.py: Added is_multicast(). * dns/query.py (udp): If the queried address is a multicast address, then don't check that the address of the response is the same as the address queried. 2007-05-24 Bob Halley * dns/rdtypes/IN/NAPTR.py: NAPTR comparisons didn't compare the preference field due to a typo. --- net/py-dns/Makefile | 10 ++++++---- net/py-dns/distinfo | 8 ++++---- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'net/py-dns') diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index c0334a2237f..48ce5de8cb6 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2007/03/09 09:41:36 gson Exp $ +# $NetBSD: Makefile,v 1.15 2008/04/25 19:32:44 tnn Exp $ -DISTNAME= dnspython-1.5.0 -PKGNAME= ${PYPKGPREFIX}-dns-1.5.0 +DISTNAME= dnspython-1.6.0 +PKGNAME= ${PYPKGPREFIX}-dns-1.6.0 CATEGORIES= net python MASTER_SITES= http://www.dnspython.org/kits/${PKGVERSION}/ @@ -9,9 +9,11 @@ MAINTAINER= gson@NetBSD.org HOMEPAGE= http://www.dnspython.org/ COMMENT= Python DNS toolkit +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 24 23 22 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-dns/distinfo b/net/py-dns/distinfo index 8d9774a649b..42fd1b589c6 100644 --- a/net/py-dns/distinfo +++ b/net/py-dns/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2007/03/09 09:41:36 gson Exp $ +$NetBSD: distinfo,v 1.8 2008/04/25 19:32:44 tnn Exp $ -SHA1 (dnspython-1.5.0.tar.gz) = 65bec9f891a22bfe2885ebcaa0efc735b5f5194b -RMD160 (dnspython-1.5.0.tar.gz) = 4a0c9d3b082879528c7468dfb38c20009890fd87 -Size (dnspython-1.5.0.tar.gz) = 99179 bytes +SHA1 (dnspython-1.6.0.tar.gz) = e5eeba2d5780db280cc144c7cf777a27972d9ad1 +RMD160 (dnspython-1.6.0.tar.gz) = b4a40b3fe6a7b63e8c801df6be8346570f121030 +Size (dnspython-1.6.0.tar.gz) = 100140 bytes -- cgit v1.2.3