aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-01-01 11:45:05 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-01-01 11:45:05 +0000
commit189c1e55213d2a73bf31c7d575bd79e04fc2415c (patch)
tree7d938d3c8bf3c845b5fb3b2916b09fa107eb1428 /dns
parentca608702cadad1c40d26a2558ad4e81666469849 (diff)
downloadports-189c1e55213d2a73bf31c7d575bd79e04fc2415c.tar.gz
ports-189c1e55213d2a73bf31c7d575bd79e04fc2415c.zip
Re-apply part of r559792 (INDEX and bulk -a OK)
With hat: portmgr
Notes
Notes: svn path=/head/; revision=559825
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/py-dns/Makefile32
-rw-r--r--dns/py-dns/distinfo2
-rw-r--r--dns/py-dns/files/patch-DNS-Lib.py15
-rw-r--r--dns/py-dns/files/patch-DNS-Type.py11
-rw-r--r--dns/py-dns/pkg-descr5
6 files changed, 0 insertions, 66 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 500fced48ed4..58fb49f6ec7b 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -180,7 +180,6 @@
SUBDIR += py-adns
SUBDIR += py-aiodns
SUBDIR += py-cloudflare
- SUBDIR += py-dns
SUBDIR += py-dns-lexicon
SUBDIR += py-dnspython
SUBDIR += py-dnspython2
diff --git a/dns/py-dns/Makefile b/dns/py-dns/Makefile
deleted file mode 100644
index 489c3e7af095..000000000000
--- a/dns/py-dns/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Mark Linimon <linimon@lonesome.com>
-# $FreeBSD$
-
-PORTNAME= dns
-PORTVERSION= 2.3.6
-PORTREVISION= 2
-CATEGORIES= dns python
-MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pydns-${PORTVERSION}
-
-MAINTAINER= rm@FreeBSD.org
-COMMENT= DNS (Domain Name Service) library for Python
-
-LICENSE= CNRI
-LICENSE_NAME= CNRI LICENSE AGREEMENT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-
-PORTDOCS= README.txt README-guido.txt
-DOCSDIR= ${PREFIX}/share/doc/py-dns
-
-OPTIONS_DEFINE= DOCS
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/dns/py-dns/distinfo b/dns/py-dns/distinfo
deleted file mode 100644
index 99f466193e8b..000000000000
--- a/dns/py-dns/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pydns-2.3.6.tar.gz) = d3cf6fc4ec088e934cf2dd4d71080efdb5c09ae79cbb2512427eb0fc393f2417
-SIZE (pydns-2.3.6.tar.gz) = 28220
diff --git a/dns/py-dns/files/patch-DNS-Lib.py b/dns/py-dns/files/patch-DNS-Lib.py
deleted file mode 100644
index c2e84e31f28a..000000000000
--- a/dns/py-dns/files/patch-DNS-Lib.py
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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).
diff --git a/dns/py-dns/files/patch-DNS-Type.py b/dns/py-dns/files/patch-DNS-Type.py
deleted file mode 100644
index 78fdfc4693ff..000000000000
--- a/dns/py-dns/files/patch-DNS-Type.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- DNS/Type.py.orig 2011-03-16 23:06:39.000000000 +0300
-+++ DNS/Type.py 2011-03-29 12:44:27.000000000 +0400
-@@ -74,7 +74,7 @@
- # added identifying header to top of each file
- #
- # Revision 1.3 2001/07/19 07:38:28 anthony
--# added type code for SRV. From Michael Ströder.
-+# added type code for SRV. From Michael Ströder.
- #
- # Revision 1.2 2001/07/19 06:57:07 anthony
- # cvs keywords added
diff --git a/dns/py-dns/pkg-descr b/dns/py-dns/pkg-descr
deleted file mode 100644
index 7f8467fc8959..000000000000
--- a/dns/py-dns/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This directory contains a Python module that implements a DNS (Domain
-Name Server) client, plus additional modules that define some symbolic
-constants used by DNS (dnstype, dnsclass, dnsopcode).
-
-WWW: http://pydns.sourceforge.net/