pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/aide Update to 0.10, prompted by César Catriá...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/190996aac154
branches:  trunk
changeset: 484955:190996aac154
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 01 16:42:53 2004 +0000

description:
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:

 security/aide/Makefile         |  10 ++++------
 security/aide/distinfo         |   7 ++++---
 security/aide/patches/patch-aa |  13 +++++++++++++
 3 files changed, 21 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r b23cb281c8a1 -r 190996aac154 security/aide/Makefile
--- a/security/aide/Makefile    Wed Dec 01 16:00:50 2004 +0000
+++ b/security/aide/Makefile    Wed Dec 01 16:42:53 2004 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.cs.tut.fi/~rammer/aide.html
@@ -16,7 +14,7 @@
 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 -r b23cb281c8a1 -r 190996aac154 security/aide/distinfo
--- a/security/aide/distinfo    Wed Dec 01 16:00:50 2004 +0000
+++ b/security/aide/distinfo    Wed Dec 01 16:42:53 2004 +0000
@@ -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 -r b23cb281c8a1 -r 190996aac154 security/aide/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/aide/patches/patch-aa    Wed Dec 01 16:42:53 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index