diff options
Diffstat (limited to 'security/zeek/Makefile')
-rw-r--r-- | security/zeek/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/security/zeek/Makefile b/security/zeek/Makefile index 6a84daace7de..15dd7d7a4249 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -1,6 +1,5 @@ PORTNAME= zeek -DISTVERSION= 7.0.8 -PORTREVISION= 1 +DISTVERSION= 8.0.1 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ @@ -13,11 +12,12 @@ LICENSE= CC-BY-4.0 BUILD_DEPENDS= bison>=3.3:devel/bison \ flex>=2.6:textproc/flex \ swig>=4.0.2:devel/swig -LIB_DEPENDS= libcares.so:dns/c-ares +LIB_DEPENDS= libcares.so:dns/c-ares \ + libzmq.so:net/libzmq4 RUN_DEPENDS= c-ares>=1.25.0:dns/c-ares -USES= bison cmake compiler:c++17-lang cpe perl5 python \ - shebangfix ssl +USES= bison cmake compiler:c++17-lang cpe gettext-runtime perl5 \ + python shebangfix ssl USE_LDCONFIG= yes @@ -177,6 +177,8 @@ post-install: ${STAGEDIR}${DATADIR}/site/local.zeek.sample @${RM} -rf ${STAGEDIR}${PREFIX}/var @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/zeek-cut + @${RM} ${STAGEDIR}${PREFIX}/share/zeek/tests + ${LN} -s ../btest/data ${STAGEDIR}${PREFIX}/share/zeek/tests post-install-SPICY-on: @${RM} -rf ${STAGEDIR}${PREFIX}/include/hilti/rt/3rdparty/SafeInt/Archive |