git: 0bb9be1d65b4 - main - 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 19:39:46 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bb9be1d65b4b191d288ff0d32578a85623772c4 commit 0bb9be1d65b4b191d288ff0d32578a85623772c4 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:38:55 +0000 dns/c-ares: Remove conflict with py*-ripe.atlas.tools PR: 285689 MFH: 2025Q2 --- 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