Sun Mar 14 13:30:02 2010 UTC ()
Take over MAINTAINER


(pettai)
diff -r1.29 -r1.30 pkgsrc/security/aide/Makefile

cvs diff -r1.29 -r1.30 pkgsrc/security/aide/Makefile (expand / switch to unified diff)

--- pkgsrc/security/aide/Makefile 2010/03/14 13:27:10 1.29
+++ pkgsrc/security/aide/Makefile 2010/03/14 13:30:02 1.30
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.29 2010/03/14 13:27:10 pettai Exp $ 1# $NetBSD: Makefile,v 1.30 2010/03/14 13:30:02 pettai Exp $
2# 2#
3 3
4DISTNAME= aide-0.13.1 4DISTNAME= aide-0.13.1
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pettai@NetBSD.org
9HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html 9HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
10COMMENT= Free intrusion detection system for checking file integrity 10COMMENT= Free intrusion detection system for checking file integrity
11LICENSE= artistic 11LICENSE= artistic
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15BUILDLINK_API_DEPENDS.mhash?= mhash>=0.8.17 15BUILDLINK_API_DEPENDS.mhash?= mhash>=0.8.17
16 16
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_TOOLS+= bison flex gmake 19USE_TOOLS+= bison flex gmake
20 20
21.include "../../devel/zlib/buildlink3.mk" 21.include "../../devel/zlib/buildlink3.mk"