diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-10-12 10:52:26 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-10-12 10:52:26 +0000 |
commit | e7e5ed9601c6ef86f42ccd51fd87a8cf116cd2e0 (patch) | |
tree | 14fbfbbc52069910cb9ba07b1c58b1f0ec73a54b /dns | |
parent | 32bf33d9ab0120675a0afe2d8f1f7dec1432687d (diff) |
Oops, it seems that the tabs were being mangled while I copy
and paste them on my MacBook, so fix it.
Pointy hat to: delphij
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=175235
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-dns/files/patch-DNS-Lib.py | 4 | ||||
-rw-r--r-- | dns/py-dns/files/patch-DNS-Type.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/py-dns/files/patch-DNS-Lib.py b/dns/py-dns/files/patch-DNS-Lib.py index c1e3802b8c2c..2f490a037c01 100644 --- a/dns/py-dns/files/patch-DNS-Lib.py +++ b/dns/py-dns/files/patch-DNS-Lib.py @@ -1,5 +1,5 @@ ---- DNS/Lib.py.origWed Oct 11 05:45:08 2006 -+++ DNS/Lib.pyWed Oct 11 05:46:19 2006 +--- DNS/Lib.py.orig Wed Oct 11 05:45:08 2006 ++++ DNS/Lib.py Wed Oct 11 05:46:19 2006 @@ -1,3 +1,4 @@ +# This Python file uses the following encoding: iso8859-1 """ diff --git a/dns/py-dns/files/patch-DNS-Type.py b/dns/py-dns/files/patch-DNS-Type.py index 1669c999b265..68c352db1e39 100644 --- a/dns/py-dns/files/patch-DNS-Type.py +++ b/dns/py-dns/files/patch-DNS-Type.py @@ -1,5 +1,5 @@ ---- DNS/Type.py.origWed Oct 11 05:44:59 2006 -+++ DNS/Type.pyWed Oct 11 05:46:26 2006 +--- DNS/Type.py.orig Wed Oct 11 05:44:59 2006 ++++ DNS/Type.py Wed Oct 11 05:46:26 2006 @@ -1,3 +1,4 @@ +# This Python file uses the following encoding: iso8859-1 """ |