[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openbsd-ports
Subject:    UPDATE: net/py-dnspython
From:       Will Maier <willmaier () ml1 ! net>
Date:       2007-03-31 20:36:37
Message-ID: 20070331203637.GW29697 () lass ! lfod ! us
[Download RAW message or body]

This is a trivial update for net/py-dnspython from version 1.4 to
1.5. Regress tests pass, and both net/py-xmpp and net/cjc (the two
ports that depend on py-dnspython) don't seem to mind the upgrade.

Tested on i386/-current.

Diff attached and available via HTTP:
    
    http://www.lfod.us/files/ports/py-dnspython.diff

Thanks!

-- 

o--------------------------{ Will Maier }--------------------------o
| web:.......http://www.lfod.us/ | email.........willmaier@ml1.net |
*------------------[ BSD Unix: Live Free or Die ]------------------*

["py-dnspython.diff" (text/plain)]

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/py-dnspython/Makefile,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 Makefile
--- Makefile	2006/10/29 14:45:36	1.1.1.1
+++ Makefile	2007/03/31 20:31:41
@@ -2,7 +2,7 @@
 
 COMMENT=		"DNS toolkit for Python"
 
-DISTNAME=		dnspython-1.4.0
+DISTNAME=		dnspython-1.5.0
 PKGNAME=		${DISTNAME:S/^/py-/}
 CATEGORIES=		net
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/py-dnspython/distinfo,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 distinfo
--- distinfo	2006/10/29 14:45:36	1.1.1.1
+++ distinfo	2007/03/31 20:31:41
@@ -1,4 +1,5 @@
-MD5 (dnspython-1.4.0.tar.gz) = 7f7e58379235b2b626620a7bda810270
-RMD160 (dnspython-1.4.0.tar.gz) = b9cd46b3068b2d93a549c1bc6f0d5310bcd8ef29
-SHA1 (dnspython-1.4.0.tar.gz) = 7b16d9831e01d4e66273c46a269f48d94a526350
-SIZE (dnspython-1.4.0.tar.gz) = 96093
+MD5 (dnspython-1.5.0.tar.gz) = 8b9bfb32988d03e49cdf8b3de7c7e6df
+RMD160 (dnspython-1.5.0.tar.gz) = 4a0c9d3b082879528c7468dfb38c20009890fd87
+SHA1 (dnspython-1.5.0.tar.gz) = 65bec9f891a22bfe2885ebcaa0efc735b5f5194b
+SHA256 (dnspython-1.5.0.tar.gz) = 39dad20ba85250f2cc25ba8069d28f94951d3a9184c9d8cab6a8df6d45ea98d3
+SIZE (dnspython-1.5.0.tar.gz) = 99179
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/py-dnspython/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 PLIST
--- pkg/PLIST	2006/10/29 14:45:36	1.1.1.1
+++ pkg/PLIST	2007/03/31 20:31:41
@@ -82,6 +82,8 @@
 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.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.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.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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic