git: a694a53812ca - main - devel/py-gitdb: Remove outdated CONFLICTS_INSTALL

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 08 Apr 2024 20:55:04 UTC
The branch main has been updated by sunpoet:

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

commit a694a53812ca42eda41673a8606fc8819ad25310
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-08 20:54:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-08 20:54:32 +0000

    devel/py-gitdb: Remove outdated CONFLICTS_INSTALL
    
    py-gitdb2 was removed almost 2 years ago.
---
 devel/py-gitdb/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/devel/py-gitdb/Makefile b/devel/py-gitdb/Makefile
index 8a277d5ba17c..32022ebc3ac1 100644
--- a/devel/py-gitdb/Makefile
+++ b/devel/py-gitdb/Makefile
@@ -22,6 +22,4 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}gitdb2
-
 .include <bsd.port.mk>