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