git: cce5eec19b3a - 2025Q2 - dns/c-ares: Remove conflict with py*-ripe.atlas.tools
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Apr 2025 20:11:10 UTC
The branch 2025Q2 has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=cce5eec19b3a8bd8f38feaad60038bda91c279f0 commit cce5eec19b3a8bd8f38feaad60038bda91c279f0 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2025-04-05 19:29:10 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2025-04-05 19:57:57 +0000 dns/c-ares: Remove conflict with py*-ripe.atlas.tools PR: 285689 MFH: 2025Q2 (cherry picked from commit 0bb9be1d65b4b191d288ff0d32578a85623772c4) --- dns/c-ares/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile index 2dc02dcac3c7..db67601d02b6 100644 --- a/dns/c-ares/Makefile +++ b/dns/c-ares/Makefile @@ -1,5 +1,6 @@ PORTNAME= c-ares DISTVERSION= 1.34.4 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -13,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cmake pathfix USE_LDCONFIG= yes -CONFLICTS= py*-ripe.atlas.tools - OPTIONS_DEFINE= STATIC TEST OPTIONS_SUB= yes