git: 18aa04f15f95 - main - dns/py-dnspython: Fix installation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Oct 2023 17:40:46 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=18aa04f15f9552c9ac84cdd67ec6b594ec72fb75
commit 18aa04f15f9552c9ac84cdd67ec6b594ec72fb75
Author: Torsten Schneider <fbsd-bug@tschneider.org>
AuthorDate: 2023-10-27 17:30:05 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-27 17:40:42 +0000
dns/py-dnspython: Fix installation
- When git is installed and ports tree is used files are not properly
installed. [1]
- TRIO_DESC is very short and do not explain the real reason of the OPTION
hence update the DESC in details. [2]
- There was a typo in the IDNA_DESC which is fixed. [3]
PR: 272932 [1], 274416 [2], 272624 [3]
Reported by: fbsd-bug@tschneider.org [1],
dewayne@heuristicsystems.com.au [2]
---
dns/py-dnspython/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile
index 3c1874b32fea..a404fcf07e5f 100644
--- a/dns/py-dnspython/Makefile
+++ b/dns/py-dnspython/Makefile
@@ -17,6 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0.12:devel/py-poetry-core@${P
USES= python
USE_PYTHON= autoplist concurrent cython pep517
+BINARY_ALIAS= git=false
NO_ARCH= yes
PORTEXAMPLES= ddns.py e164.py mx.py name.py reverse.py reverse_name.py xfr.py \
@@ -28,8 +29,8 @@ OPTIONS_DEFAULT= DNSSEC DOH DOQ IDNA TRIO
DNSSEC_DESC= DNSSEC Support
DOH_DESC= DNS over HTTPS Support
DOQ_DESC= DNS over QUIC Support
-IDNA_DESC= Internationalizede Domain Names in Application Support
-TRIO_DESC= TRIO Support
+IDNA_DESC= Internationalized Domain Names in Application Support
+TRIO_DESC= Concurrent async IO library support with TRIO backend
DNSSEC_USE= PYTHON=cryptography
DOH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=4.0.0:www/py-h2@${PY_FLAVOR} \