diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-01 16:42:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-01 16:42:53 +0000 |
commit | 31f487704def7fce58148abd02c43067055f43c3 (patch) | |
tree | 5533758452b13eb4ccb6023b6fa807d926f68a5e /security/aide | |
parent | dd87b9c51ffc0c10e2c345a9b428660d89066c41 (diff) | |
download | pkgsrc-31f487704def7fce58148abd02c43067055f43c3.tar.gz |
Update to 0.10, prompted by César Catrián C. on tech-pkg:
Version 0.10
* Fixed bugs
* Moved project over to sourceforge.net
* Change of project ownership
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 10 | ||||
-rw-r--r-- | security/aide/distinfo | 7 | ||||
-rw-r--r-- | security/aide/patches/patch-aa | 13 |
3 files changed, 21 insertions, 9 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 5f7fbc9d8b2..a45344387bc 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:18:07 tv Exp $ +# $NetBSD: Makefile,v 1.16 2004/12/01 16:42:53 wiz Exp $ # -DISTNAME= aide-0.9 -PKGREVISION= 1 +DISTNAME= aide-0.10 CATEGORIES= security -MASTER_SITES= http://www.cs.tut.fi/~rammer/ \ - ftp://ftp.cs.tut.fi/pub/src/gnu/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html @@ -16,7 +14,7 @@ BUILDLINK_DEPENDS.mhash?= mhash>=0.8.17 USE_BUILDLINK3= yes GNU_CONFIGURE= yes -USE_GNU_TOOLS+= lex yacc +USE_GNU_TOOLS+= lex make yacc .include "../../security/mhash/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/aide/distinfo b/security/aide/distinfo index 44e36c94711..05c3cfcfab4 100644 --- a/security/aide/distinfo +++ b/security/aide/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2002/11/13 22:58:20 jschauma Exp $ +$NetBSD: distinfo,v 1.4 2004/12/01 16:42:53 wiz Exp $ -SHA1 (aide-0.9.tar.gz) = 15648f3131c8dd7a82e0437a5c28ade8f5742d7d -Size (aide-0.9.tar.gz) = 216096 bytes +SHA1 (aide-0.10.tar.gz) = e1a65a96ea66742290b3e445d98c543008057938 +Size (aide-0.10.tar.gz) = 234184 bytes +SHA1 (patch-aa) = 22f4be852c82a9252b29150cf73ce3b938d2f982 diff --git a/security/aide/patches/patch-aa b/security/aide/patches/patch-aa new file mode 100644 index 00000000000..b1395cc3c6d --- /dev/null +++ b/security/aide/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2004/12/01 16:42:53 wiz Exp $ + +--- Makefile.in.orig 2003-11-28 16:14:08.000000000 +0100 ++++ Makefile.in +@@ -95,7 +95,7 @@ RANLIB = @RANLIB@ + VERSION = @VERSION@ + YACC = @YACC@ + +-SUBDIRS = src doc po ++SUBDIRS = src doc + + CLEANFILES = *~ + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |