diff options
author | novel <novel@FreeBSD.org> | 2005-09-03 12:19:09 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-09-03 12:19:09 +0800 |
commit | 00347a0590991dff92be38eb0d5742d5a361588a (patch) | |
tree | bdff794c8423b2252368d424941c66ff7c5eb548 /security/osiris | |
parent | 1cdcabdb51edd3fc13836ce0d46db621a7fcd934 (diff) | |
download | freebsd-ports-gnome-00347a0590991dff92be38eb0d5742d5a361588a.tar.gz freebsd-ports-gnome-00347a0590991dff92be38eb0d5742d5a361588a.tar.zst freebsd-ports-gnome-00347a0590991dff92be38eb0d5742d5a361588a.zip |
Update to 4.1.9.
PR: 85673
Submitted by: David Thiel (maintainer)
Diffstat (limited to 'security/osiris')
-rw-r--r-- | security/osiris/Makefile | 24 | ||||
-rw-r--r-- | security/osiris/distinfo | 4 | ||||
-rw-r--r-- | security/osiris/pkg-plist | 1 |
3 files changed, 22 insertions, 7 deletions
diff --git a/security/osiris/Makefile b/security/osiris/Makefile index 502e32f40d8b..6927ab968162 100644 --- a/security/osiris/Makefile +++ b/security/osiris/Makefile @@ -6,17 +6,18 @@ # PORTNAME= osiris -PORTVERSION= 4.1.8 +PORTVERSION= 4.1.9 CATEGORIES= security -MASTER_SITES= http://osiris.shmoo.com/data/ \ +MASTER_SITES= http://www.hostintegrity.com/osiris/data/ \ http://darkambient.net/ MAINTAINER= lx@redundancy.redundancy.org COMMENT= The Shmoo client/server host integrity checker -OPTIONS= OSIRISMD "Enable to build the management daemon" off \ - OSIRISD "Enable to build the osirisd scan agent" on \ - CLI "Enable to build the management CLI" off +#OPTIONS= OSIRISMD "Enable to build the management daemon" off \ +# OSIRISD "Enable to build the osirisd scan agent" on \ +# PRINTDB "Build database print tool" off \ +# CLI "Enable to build the management CLI" off CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL_VER= 15 @@ -43,6 +44,16 @@ PLIST_SUB+= CLI="" .else PLIST_SUB+= CLI="@comment " .endif +.if defined(WITH_PRINTDB) +PLIST_SUB+= PRINTDB="" +.else +PLIST_SUB+= PRINTDB="@comment " +.endif + +post-build: +.if defined(WITH_PRINTDB) + cd ${WRKSRC}/src/tools && ${MAKE} +.endif do-install: ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @@ -50,6 +61,9 @@ do-install: .if defined(WITH_CLI) ${INSTALL_PROGRAM} ${WRKSRC}/src/cli/osiris ${PREFIX}/sbin .endif +.if defined(WITH_PRINTDB) + ${INSTALL_PROGRAM} ${WRKSRC}/src/tools/printdb ${PREFIX}/bin +.endif .if !defined(WITHOUT_OSIRISD) ${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \ -e 's|@OSIRISDIR@|${PREFIX}/osiris|g' \ diff --git a/security/osiris/distinfo b/security/osiris/distinfo index 9ab7b29379b4..a1226b204d1a 100644 --- a/security/osiris/distinfo +++ b/security/osiris/distinfo @@ -1,2 +1,2 @@ -MD5 (osiris-4.1.8.tar.gz) = 27a362ba5ad3025d5bca6d9c92196875 -SIZE (osiris-4.1.8.tar.gz) = 1891980 +MD5 (osiris-4.1.9.tar.gz) = a8e3720b05a8dc5d257a7effb6d68224 +SIZE (osiris-4.1.9.tar.gz) = 1916735 diff --git a/security/osiris/pkg-plist b/security/osiris/pkg-plist index c8904d2308e4..fd9363ed4930 100644 --- a/security/osiris/pkg-plist +++ b/security/osiris/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ %%CLI%%sbin/osiris +%%PRINTDB%%bin/printdb %%OSIRISD%%sbin/osirisd %%OSIRISMD%%sbin/osirismd %%OSIRISD%%etc/rc.d/osirisd.sh |