Update to 1.7.5, fix packing list bugs, and add a more reliable
MASTER_SITE. PR: 51044 Submitted by: David Thiel <lx@redundancy.redundancy.org>
This commit is contained in:
parent
2d56ed09bf
commit
d90aca28ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79771
3 changed files with 8 additions and 6 deletions
|
@ -6,16 +6,17 @@
|
|||
#
|
||||
|
||||
PORTNAME= samhain
|
||||
PORTVERSION= 1.7.4
|
||||
PORTVERSION= 1.7.5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://la-samhna.de/samhain/
|
||||
MASTER_SITES= http://la-samhna.de/samhain/ \
|
||||
http://samhain.securecirt.org/
|
||||
DISTFILES= samhain_signed-${PORTVERSION}.tar.gz
|
||||
|
||||
MAINTAINER= lx@redundancy.redundancy.org
|
||||
COMMENT= The Samhain Intrusion Detection System
|
||||
|
||||
.if defined(WITH_GPG)
|
||||
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
||||
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -75,10 +76,8 @@ post-install:
|
|||
${INSTALL_MAN} ${WRKSRC}/docs/MANUAL-1_7.ps ${PREFIX}/share/doc/samhain
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/MANUAL-1_7.html.tar ${PREFIX}/share/doc/samhain
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/HOWTO-client+server.html ${PREFIX}/share/doc/samhain
|
||||
.if defined(WITH_GPG)
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/HOWTO-samhain+GnuPG.html ${PREFIX}/share/doc/samhain
|
||||
.endif
|
||||
.endif
|
||||
|
||||
install-user:
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install-user)
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (samhain_signed-1.7.4.tar.gz) = 1399d9cc28edb942d5b236c5596eb4ce
|
||||
MD5 (samhain_signed-1.7.5.tar.gz) = ab1102d1eca6f4e37453d5893a49a8ee
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@comment $FreeBSD$
|
||||
%%YULE%%etc/yulerc.sample
|
||||
%%YULE%%sbin/yule_setpwd
|
||||
%%YULE%%sbin/yule
|
||||
|
@ -5,9 +6,11 @@
|
|||
%%YULE%%@unexec rmdir /var/lib/yule 2>/dev/null || true
|
||||
%%SAMHAIN%%sbin/samhain
|
||||
%%SAMHAIN%%etc/rc.d/samhain.sh.sample
|
||||
%%SAMHAIN%%etc/samhainrc.sample
|
||||
%%SAMHAIN%%@unexec rmdir /var/lib/samhain 2>/dev/null || true
|
||||
%%SETPWD%%sbin/samhain_setpwd
|
||||
%%PORTDOCS%%share/doc/samhain/MANUAL-1_7.ps
|
||||
%%PORTDOCS%%share/doc/samhain/MANUAL-1_7.html.tar
|
||||
%%PORTDOCS%%share/doc/samhain/HOWTO-client+server.html
|
||||
%%PORTDOCS%%share/doc/samhain/HOWTO-samhain+GnuPG.html
|
||||
%%PORTDOCS%%@dirrm share/doc/samhain
|
||||
|
|
Loading…
Reference in a new issue