git: 9860ab304ec0 - main - textproc/py-pygments: Remove outdated CONFLICTS_INSTALL

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 17:24:38 UTC
The branch main has been updated by sunpoet:

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

commit 9860ab304ec078b86ad85786c10dfd598898f73e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-04 17:11:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-04 17:14:33 +0000

    textproc/py-pygments: Remove outdated CONFLICTS_INSTALL
    
    textproc/py-pygments-25 has been removed 8 months ago.
    
    Reference:      https://cgit.freebsd.org/ports/commit/?id=3df4e19a61cf19631b3d92322394450a1daa7c10
    Approved by:    portmgr (blanket)
    With hat:       python
---
 textproc/py-pygments/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile
index 2dcb7a8fa040..ac9669a885e9 100644
--- a/textproc/py-pygments/Makefile
+++ b/textproc/py-pygments/Makefile
@@ -21,8 +21,6 @@ USES=		cpe python tex
 USE_PYTHON=	autoplist concurrent pep517 pytest
 USE_TEX=	latex:test
 
-CONFLICTS_INSTALL=	py??-pygments-25
-
 NO_ARCH=	yes
 
 .include <bsd.port.mk>