svn commit: r404767 - head/dns

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 29 17:30:18 UTC 2015


Author: sunpoet
Date: Tue Dec 29 17:30:16 2015
New Revision: 404767
URL: https://svnweb.freebsd.org/changeset/ports/404767

Log:
  - Move dns/py-dns3 to dns/py-py3dns
  - Update MASTER_SITES: change from launchpad.net to CHEESEHOP
  - Remove PKGNAMESUFFIX
  - Add NO_ARCH
  - Relax USES=python
  - Add PyPI as primary WWW
  - Bump PORTREVISION for dependent ports

Modified:
  head/dns/Makefile

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Tue Dec 29 17:29:51 2015	(r404766)
+++ head/dns/Makefile	Tue Dec 29 17:30:16 2015	(r404767)
@@ -162,7 +162,6 @@
     SUBDIR += py-adns
     SUBDIR += py-bonjour
     SUBDIR += py-dns
-    SUBDIR += py-dns3
     SUBDIR += py-dnschain
     SUBDIR += py-dnspython
     SUBDIR += py-easyzone
@@ -171,6 +170,7 @@
     SUBDIR += py-ldns
     SUBDIR += py-namebench
     SUBDIR += py-publicsuffix
+    SUBDIR += py-py3dns
     SUBDIR += py-pydnstable
     SUBDIR += py-pywdns
     SUBDIR += py-twistedNames


More information about the svn-ports-head mailing list