diff --git a/net/py-dnspython/Makefile b/net/py-dnspython/Makefile index b8b6a85a419..67f2028d22e 100644 --- a/net/py-dnspython/Makefile +++ b/net/py-dnspython/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2006/10/29 14:45:36 alek Exp $ +# $OpenBSD: Makefile,v 1.2 2007/04/09 14:38:08 alek Exp $ COMMENT= "DNS toolkit for Python" -DISTNAME= dnspython-1.4.0 +DISTNAME= dnspython-1.5.0 PKGNAME= ${DISTNAME:S/^/py-/} CATEGORIES= net diff --git a/net/py-dnspython/distinfo b/net/py-dnspython/distinfo index dc45e9af5b0..85ea5792b3b 100644 --- a/net/py-dnspython/distinfo +++ b/net/py-dnspython/distinfo @@ -1,5 +1,5 @@ -MD5 (dnspython-1.4.0.tar.gz) = f35YN5I1srYmYgp72oECcA== -RMD160 (dnspython-1.4.0.tar.gz) = uc1GswaLLZOlScG8bw1TELzY7yk= -SHA1 (dnspython-1.4.0.tar.gz) = exbZgx4B1OZic8RqJp9I2UpSY1A= -SHA256 (dnspython-1.4.0.tar.gz) = bR9agfVvDCVxx7PE7zU3A4MY2rljGKJGJZSZF3C0rrk= -SIZE (dnspython-1.4.0.tar.gz) = 96093 +MD5 (dnspython-1.5.0.tar.gz) = i5v7MpiNA+Sc34s958fm3w== +RMD160 (dnspython-1.5.0.tar.gz) = SgydOwgoeVKMdGjfs4wgAJiQ/Yc= +SHA1 (dnspython-1.5.0.tar.gz) = Zb7J+JGiK/4ohevKoO/HNbX1GUs= +SHA256 (dnspython-1.5.0.tar.gz) = OdrSC6hSUPLMJbqAadKPlJUdOpGEydjKtqjfbUXqmNM= +SIZE (dnspython-1.5.0.tar.gz) = 99179 diff --git a/net/py-dnspython/pkg/PLIST b/net/py-dnspython/pkg/PLIST index b68d11135cd..9be90d8750a 100644 --- a/net/py-dnspython/pkg/PLIST +++ b/net/py-dnspython/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/29 14:45:36 alek Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/04/09 14:38:08 alek Exp $ lib/python${MODPY_VERSION}/site-packages/dns/ lib/python${MODPY_VERSION}/site-packages/dns/__init__.py lib/python${MODPY_VERSION}/site-packages/dns/__init__.pyc @@ -82,6 +82,8 @@ lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/ANY/SIG.py lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/ANY/SIG.pyc lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/ANY/SOA.py lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/ANY/SOA.pyc +lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/ANY/SPF.py +lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/ANY/SPF.pyc lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/ANY/SSHFP.py lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/ANY/SSHFP.pyc lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/ANY/TXT.py @@ -97,6 +99,10 @@ lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/IN/AAAA.py lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/IN/AAAA.pyc lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/IN/APL.py lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/IN/APL.pyc +lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/IN/DHCID.py +lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/IN/DHCID.pyc +lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/IN/IPSECKEY.py +lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/IN/IPSECKEY.pyc lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/IN/KX.py lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/IN/KX.pyc lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/IN/NAPTR.py @@ -123,6 +129,8 @@ lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/nsbase.py lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/nsbase.pyc lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/sigbase.py lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/sigbase.pyc +lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/txtbase.py +lib/python${MODPY_VERSION}/site-packages/dns/rdtypes/txtbase.pyc lib/python${MODPY_VERSION}/site-packages/dns/renderer.py lib/python${MODPY_VERSION}/site-packages/dns/renderer.pyc lib/python${MODPY_VERSION}/site-packages/dns/resolver.py @@ -149,7 +157,9 @@ lib/python${MODPY_VERSION}/site-packages/dns/zone.py lib/python${MODPY_VERSION}/site-packages/dns/zone.pyc share/examples/py-dnspython/ share/examples/py-dnspython/ddns.py +share/examples/py-dnspython/e164.py share/examples/py-dnspython/mx.py share/examples/py-dnspython/name.py share/examples/py-dnspython/reverse.py +share/examples/py-dnspython/reverse_name.py share/examples/py-dnspython/xfr.py