diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-01 10:11:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-01 10:11:34 +0000 |
commit | 26b4c8f71f91d22e081b27814782686edde0c90a (patch) | |
tree | 1c321c39372c25d8634e75b5c8e08edc676b296d /dns/py-dns/files/patch-DNS-Lib.py | |
parent | New port: math/py-optuna: A hyperparameter optimization framework (diff) |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=559822
Diffstat (limited to 'dns/py-dns/files/patch-DNS-Lib.py')
-rw-r--r-- | dns/py-dns/files/patch-DNS-Lib.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dns/py-dns/files/patch-DNS-Lib.py b/dns/py-dns/files/patch-DNS-Lib.py new file mode 100644 index 000000000000..c2e84e31f28a --- /dev/null +++ b/dns/py-dns/files/patch-DNS-Lib.py @@ -0,0 +1,15 @@ +--- DNS/Lib.py.orig 2011-03-16 23:06:39.000000000 +0300 ++++ DNS/Lib.py 2011-03-29 12:42:45.000000000 +0400 +@@ -706,10 +706,10 @@ + # added identifying header to top of each file + # + # Revision 1.7 2001/07/19 07:50:44 anthony +-# Added SRV (RFC 2782) support. Code from Michael Ströder. ++# Added SRV (RFC 2782) support. Code from Michael Ströder. + # + # Revision 1.6 2001/07/19 07:39:18 anthony +-# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder. ++# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder. + # + # Revision 1.5 2001/07/19 07:34:19 anthony + # oops. glitch in storeRR (fixed now). |