diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-21 22:56:58 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-21 22:56:58 +0000 |
commit | f22ba4665b47a71b91c0e3a8efbe2218604b4a68 (patch) | |
tree | 773a77e6a2732bd4721f784b3ec1918a99f96afd /security/samhain | |
parent | dd5c1f81f5daeb8dc408354e037d07238a1a1345 (diff) | |
download | ports-f22ba4665b47a71b91c0e3a8efbe2218604b4a68.tar.gz ports-f22ba4665b47a71b91c0e3a8efbe2218604b4a68.zip |
Notes
Diffstat (limited to 'security/samhain')
-rw-r--r-- | security/samhain/Makefile | 6 | ||||
-rw-r--r-- | security/samhain/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index 191c26d3b28c..dd3e5a823a64 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -19,11 +19,11 @@ # PORTNAME= samhain -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://cold.darkambient.net/ -DISTFILES= samhain_signed-${PORTVERSION}.tar.gz +DISTNAME= samhain_signed-${PORTVERSION}.tar.gz MAINTAINER= lx@redundancy.redundancy.org COMMENT= The Samhain Intrusion Detection System @@ -37,6 +37,8 @@ OPTIONS= KCHECK "Enable rogue KLD detection" off \ CLIENT "Build as Samhain network client" off \ SERVER "Build as Yule network server" off +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + .include <bsd.port.pre.mk> .if defined(WITH_GPG) diff --git a/security/samhain/distinfo b/security/samhain/distinfo index 54990c82c220..01ec16b4e48e 100644 --- a/security/samhain/distinfo +++ b/security/samhain/distinfo @@ -1,2 +1,2 @@ -MD5 (samhain_signed-2.0.9.tar.gz) = 48985d91400db746f1513fc332edb704 -SIZE (samhain_signed-2.0.9.tar.gz) = 1210510 +MD5 (samhain_signed-2.0.10.tar.gz) = 30fa821fdeb674b57aa7db0b66ed3af2 +SIZE (samhain_signed-2.0.10.tar.gz) = 1298443 |