diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2005-09-22 06:56:58 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2005-09-22 06:56:58 +0800 |
commit | 3d23c947576c8fa7decbfad97e0b2388f135c04b (patch) | |
tree | 03efe5764886c304114cd1ac87717067c42716a4 /security | |
parent | 07fdf827c8770cc86dc67369cdc92bb011be667a (diff) | |
download | freebsd-ports-gnome-3d23c947576c8fa7decbfad97e0b2388f135c04b.tar.gz freebsd-ports-gnome-3d23c947576c8fa7decbfad97e0b2388f135c04b.tar.zst freebsd-ports-gnome-3d23c947576c8fa7decbfad97e0b2388f135c04b.zip |
Update to 2.0.10 [1]
Feed portlint
PR: 86426 [1]
Submitted by: David Thiel (maintainer) [1]
Diffstat (limited to 'security')
-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 |