Date: Mon, 29 Jan 2024 18:04:15 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2a22acd3a407 - main - security/suricata: update man page location Message-ID: <202401291804.40TI4F9v056829@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a22acd3a40701e6b5f76a2837f01540dd3960e8 commit 2a22acd3a40701e6b5f76a2837f01540dd3960e8 Author: Franco Fichtner <franco@opnsense.org> AuthorDate: 2024-01-28 17:39:58 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-01-29 18:04:03 +0000 security/suricata: update man page location PR: 276642 Reported by: franco@opnsense.org (maintainer) --- security/suricata/Makefile | 3 ++- security/suricata/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 592761ae0936..b6cb5d5a2009 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -1,6 +1,6 @@ PORTNAME= suricata DISTVERSION= 7.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://www.openinfosecfoundation.org/download/ @@ -28,6 +28,7 @@ USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+= --disable-gccmarch-native \ --enable-bundled-htp \ --enable-gccprotect diff --git a/security/suricata/pkg-plist b/security/suricata/pkg-plist index 2edbf8f69623..722378ba62ad 100644 --- a/security/suricata/pkg-plist +++ b/security/suricata/pkg-plist @@ -121,10 +121,10 @@ lib/libhtp.so.2.0.0 %%PYTHON%%lib/suricata/python/suricatasc/__init__.py %%PYTHON%%lib/suricata/python/suricatasc/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc libdata/pkgconfig/htp.pc -man/man1/suricata.1.gz -%%PYTHON%%man/man1/suricatactl-filestore.1.gz -%%PYTHON%%man/man1/suricatactl.1.gz -%%PYTHON%%man/man1/suricatasc.1.gz +share/man/man1/suricata.1.gz +%%PYTHON%%share/man/man1/suricatactl-filestore.1.gz +%%PYTHON%%share/man/man1/suricatactl.1.gz +%%PYTHON%%share/man/man1/suricatasc.1.gz %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/Basic_Setup.txt %%DOCSDIR%%/GITGUIDE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401291804.40TI4F9v056829>