View | Details | Raw Unified | Return to bug 156029
Collapse All | Expand All

(-)py-dns/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dns
8
PORTNAME=	dns
9
PORTVERSION=	2.3.3
9
PORTVERSION=	2.3.5
10
CATEGORIES=	dns python
10
CATEGORIES=	dns python
11
MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
11
MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)py-dns/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pydns-2.3.3.tar.gz) = 349b310ecddd4f9b67da8fd078e35b35b4d9151bc6008890b49d4c3a24aa6b37
1
SHA256 (pydns-2.3.5.tar.gz) = c2385c17625bd19b1891c1c96319e8f5c2b2e8ba5d9d7bfd6459bbf10067c940
2
SIZE (pydns-2.3.3.tar.gz) = 23897
2
SIZE (pydns-2.3.5.tar.gz) = 27473
(-)py-dns/files/patch-DNS-Lib.py (-7 / +15 lines)
Lines 1-7 Link Here
1
--- DNS/Lib.py.orig	Wed Oct 11 05:45:08 2006
1
--- DNS/Lib.py.orig	2011-03-16 23:06:39.000000000 +0300
2
+++ DNS/Lib.py	Wed Oct 11 05:46:19 2006
2
+++ DNS/Lib.py	2011-03-29 12:42:45.000000000 +0400
3
@@ -1,3 +1,4 @@
3
@@ -706,10 +706,10 @@
4
+# This Python file uses the following encoding: iso8859-1
4
 # added identifying header to top of each file
5
 """
5
 #
6
  $Id: Lib.py,v 1.11 2002/03/19 13:05:02 anthonybaxter Exp $
6
 # Revision 1.7  2001/07/19 07:50:44  anthony
7
 
7
-# Added SRV (RFC 2782) support. Code from Michael Ströder.
8
+# Added SRV (RFC 2782) support. Code from Michael Ströder.
9
 #
10
 # Revision 1.6  2001/07/19 07:39:18  anthony
11
-# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder.
12
+# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder.
13
 #
14
 # Revision 1.5  2001/07/19 07:34:19  anthony
15
 # oops. glitch in storeRR (fixed now).
(-)py-dns/files/patch-DNS-Type.py (-7 / +11 lines)
Lines 1-7 Link Here
1
--- DNS/Type.py.orig	Wed Oct 11 05:44:59 2006
1
--- DNS/Type.py.orig	2011-03-16 23:06:39.000000000 +0300
2
+++ DNS/Type.py	Wed Oct 11 05:46:26 2006
2
+++ DNS/Type.py	2011-03-29 12:44:27.000000000 +0400
3
@@ -1,3 +1,4 @@
3
@@ -74,7 +74,7 @@
4
+# This Python file uses the following encoding: iso8859-1
4
 # added identifying header to top of each file
5
 """
5
 #
6
  $Id: Type.py,v 1.6 2002/03/19 12:41:33 anthonybaxter Exp $
6
 # Revision 1.3  2001/07/19 07:38:28  anthony
7
 
7
-# added type code for SRV. From Michael Ströder.
8
+# added type code for SRV. From Michael Ströder.
9
 #
10
 # Revision 1.2  2001/07/19 06:57:07  anthony
11
 # cvs keywords added

Return to bug 156029