git: 1736f6a855df - main - dns/aardvark-dns: slightly improve the port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Nov 2025 19:26:16 UTC
The branch main has been updated by osa:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1736f6a855df90f1416a645f17857c4042ab3ec0
commit 1736f6a855df90f1416a645f17857c4042ab3ec0
Author: Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-11-18 19:24:57 +0000
Commit: Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-11-18 19:26:02 +0000
dns/aardvark-dns: slightly improve the port
Bump PORTREVISION.
Reported by: diizzy, gleb
---
dns/aardvark-dns/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dns/aardvark-dns/Makefile b/dns/aardvark-dns/Makefile
index cb9a7941d096..d9699254b371 100644
--- a/dns/aardvark-dns/Makefile
+++ b/dns/aardvark-dns/Makefile
@@ -1,6 +1,6 @@
PORTNAME= aardvark-dns
-PORTVERSION= 1.17.0
DISTVERSIONPREFIX= v
+DISTVERSION= 1.17.0
CATEGORIES= dns
MAINTAINER= osa@FreeBSD.org
@@ -10,14 +10,13 @@ WWW= https://github.com/containers/aardvark-dns
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libinotify.so:devel/libinotify
-
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= containers
.if !exists(/usr/include/sys/inotify.h)
+LIB_DEPENDS= libinotify.so:devel/libinotify
LDFLAGS+= -L${LOCALBASE}/lib -linotify
.endif