From 4ea20b91bfa8682f847b1529427d7520603b6444 Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 17 Apr 2010 12:46:18 +0000 Subject: Update py-adns to 1.2.1. Inspired by PR#43127 from Wen Heping. While here, set LICENSE. ------------------------------------------------------------------------ r19 | farcepest | 2007-01-27 14:14:20 -0500 (Sat, 27 Jan 2007) | 2 lines Fixes issues #4 and #5 ------------------------------------------------------------------------ r16 | farcepest | 2007-01-01 13:52:48 -0500 (Mon, 01 Jan 2007) | 1 line Fix hostname dereferencing of SRV records ------------------------------------------------------------------------ r9 | farcepest | 2006-12-31 13:08:02 -0500 (Sun, 31 Dec 2006) | 2 lines Fix issues #2 and #3. Requires adns-1.2 and newer. ------------------------------------------------------------------------ r7 | farcepest | 2006-12-02 14:26:22 -0500 (Sat, 02 Dec 2006) | 2 lines Removed generated files ------------------------------------------------------------------------ r6 | farcepest | 2006-12-02 13:39:41 -0500 (Sat, 02 Dec 2006) | 2 lines Bump version, update metadata ------------------------------------------------------------------------ r5 | farcepest | 2006-12-02 13:04:48 -0500 (Sat, 02 Dec 2006) | 2 lines Fix issue #1 (memory leak) ------------------------------------------------------------------------ r4 | farcepest | 2006-12-01 17:24:51 -0500 (Fri, 01 Dec 2006) | 2 lines Update README, especially fixing restructured text ------------------------------------------------------------------------ r2 | farcepest | 2006-12-01 16:50:38 -0500 (Fri, 01 Dec 2006) | 2 lines Initial import of adns-python-1.1.0 ------------------------------------------------------------------------ r1 | (no author) | 2006-12-01 16:45:29 -0500 (Fri, 01 Dec 2006) | 1 line Initial directory structure. ------------------------------------------------------------------------ --- net/py-adns/Makefile | 14 +++++++------- net/py-adns/PLIST | 11 ++++------- net/py-adns/distinfo | 8 ++++---- 3 files changed, 15 insertions(+), 18 deletions(-) (limited to 'net/py-adns') diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile index 48ca33f4668..f2e60e503b9 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:41 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2010/04/17 12:46:18 obache Exp $ # -DISTNAME= adns-python-1.0.0 +DISTNAME= adns-python-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net python -MASTER_SITES= http://dustman.net/andy/python/adns-python/1.0.0/ +MASTER_SITES= http://adns-python.googlecode.com/files/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://dustman.net/andy/python/adns-python/ +HOMEPAGE= http://code.google.com/p/adns-python/ COMMENT= Python interface to the GNU asynchronous DNS resolver library +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= +PYDISTUTILSPKG= yes +BUILDLINK_API_DEPENDS.adns+= adns>=1.2 .include "../../net/adns/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" - diff --git a/net/py-adns/PLIST b/net/py-adns/PLIST index 4bd31eaa826..92cfac3b999 100644 --- a/net/py-adns/PLIST +++ b/net/py-adns/PLIST @@ -1,11 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:52 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/04/17 12:46:18 obache Exp $ ${PYSITELIB}/ADNS.py ${PYSITELIB}/ADNS.pyc ${PYSITELIB}/ADNS.pyo +${PYSITELIB}/DNSBL.py +${PYSITELIB}/DNSBL.pyc +${PYSITELIB}/DNSBL.pyo ${PYSITELIB}/adns.so -${PYSITELIB}/hostmx.py -${PYSITELIB}/hostmx.pyc -${PYSITELIB}/hostmx.pyo -${PYSITELIB}/rblcheck.py -${PYSITELIB}/rblcheck.pyc -${PYSITELIB}/rblcheck.pyo diff --git a/net/py-adns/distinfo b/net/py-adns/distinfo index d74d0841326..b94449a54f2 100644 --- a/net/py-adns/distinfo +++ b/net/py-adns/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 12:14:02 agc Exp $ +$NetBSD: distinfo,v 1.3 2010/04/17 12:46:18 obache Exp $ -SHA1 (adns-python-1.0.0.tar.gz) = 2b31d754eda70c58cb224b8cc1d07243bb3e67b3 -RMD160 (adns-python-1.0.0.tar.gz) = f82dad10a232ef74e3477bcb1aa72fee0efd0e56 -Size (adns-python-1.0.0.tar.gz) = 17432 bytes +SHA1 (adns-python-1.2.1.tar.gz) = 3901d5081744ba528ed5933442fe4cf516e86084 +RMD160 (adns-python-1.2.1.tar.gz) = 772d0b71b81ecc8af204c0c9a7b3af02a228c3a8 +Size (adns-python-1.2.1.tar.gz) = 18252 bytes -- cgit v1.2.3