git: b904ff59e257 - main - net/nfstrace: Fix build on CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Jul 2024 22:22:07 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=b904ff59e2577c01ce368e52e3293d8f01bc3633 commit b904ff59e2577c01ce368e52e3293d8f01bc3633 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-07-19 22:21:11 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-07-19 22:21:18 +0000 net/nfstrace: Fix build on CURRENT Notified by: pkg-fallout --- net/nfstrace/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/nfstrace/Makefile b/net/nfstrace/Makefile index 207c7261d0b7..90d41cdba0ff 100644 --- a/net/nfstrace/Makefile +++ b/net/nfstrace/Makefile @@ -1,6 +1,6 @@ PORTNAME= nfstrace -PORTVERSION= 0.4.3.2 -PORTREVISION= 1 +DISTVERSION= 0.4.3.2 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org @@ -17,6 +17,6 @@ USE_GITHUB= yes GH_ACCOUNT= epam CMAKE_ARGS+= -DJSON_INCLUDE_DIR="${LOCALBASE}/include/json-c" -CFLAGS+= -Wno-deprecated-copy +CFLAGS+= -Wno-deprecated-copy -Wno-format .include <bsd.port.mk>