Date: Tue, 29 Jan 2019 14:56:45 +0000 (UTC) From: John Hixson <jhixson@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491568 - in head: . dns Message-ID: <201901291456.x0TEujQV021569@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhixson Date: Tue Jan 29 14:56:44 2019 New Revision: 491568 URL: https://svnweb.freebsd.org/changeset/ports/491568 Log: dns/py-bonjour: rename to dns/py-pybonjour - This keeps the port name aligned with the project name Approved by: araujo (mentor), miwi (mentor) Differential Revision: https://reviews.freebsd.org/D18959 Modified: head/MOVED head/dns/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jan 29 14:52:08 2019 (r491567) +++ head/MOVED Tue Jan 29 14:56:44 2019 (r491568) @@ -11565,3 +11565,4 @@ lang/clang35|devel/llvm70|2019-01-18|Removed, unmainta lang/clang-devel|devel/llvm-devel|2019-01-18|Unneeded metaport devel/py-easyconfig|devel/py-python-easyconfig|2019-01-28|Rename to reflect official Python modules naming scheme sysutils/py-nomad|sysutils/py-python-nomad|2019-01-25|renamed to match project name +dns/py-bonjour|dns/py-pybonjour|2019-01-28|renamed to match project name Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Tue Jan 29 14:52:08 2019 (r491567) +++ head/dns/Makefile Tue Jan 29 14:56:44 2019 (r491568) @@ -183,7 +183,6 @@ SUBDIR += public_suffix_list SUBDIR += py-adns SUBDIR += py-aiodns - SUBDIR += py-bonjour SUBDIR += py-cloudflare SUBDIR += py-dns SUBDIR += py-dns-lexicon @@ -199,6 +198,7 @@ SUBDIR += py-publicsuffix SUBDIR += py-publicsuffixlist SUBDIR += py-py3dns + SUBDIR += py-pybonjour SUBDIR += py-pycares SUBDIR += py-pydnstable SUBDIR += py-pywdns
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901291456.x0TEujQV021569>