git: 8aae23c9451b - main - dns/py-dnspython: Fix typos

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 16 Jul 2023 17:47:01 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8aae23c9451b94c9567d60c9d61d8a076f28c698

commit 8aae23c9451b94c9567d60c9d61d8a076f28c698
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-16 12:57:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-16 17:46:49 +0000

    dns/py-dnspython: Fix typos
    
    During the ;ast update I mistakenly deleted the PORTEPOCH. Restore it.
---
 dns/py-dnspython/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile
index 584b647c3059..1b9470cde16e 100644
--- a/dns/py-dnspython/Makefile
+++ b/dns/py-dnspython/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dnspython
 PORTVERSION=	2.4.0
+PORTEPOCH=	1
 CATEGORIES=	dns python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}