diff options
author | cy <cy@FreeBSD.org> | 2007-10-09 14:18:28 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2007-10-09 14:18:28 +0800 |
commit | 14d598c54f1e8d7333aba07cfba8272adc2c027f (patch) | |
tree | f0ff26c39586583868dd3bef184448283bda11b5 /security/aide | |
parent | 6dc794c693886fec1054961115f7072dc45aaded (diff) | |
download | freebsd-ports-gnome-14d598c54f1e8d7333aba07cfba8272adc2c027f.tar.gz freebsd-ports-gnome-14d598c54f1e8d7333aba07cfba8272adc2c027f.tar.zst freebsd-ports-gnome-14d598c54f1e8d7333aba07cfba8272adc2c027f.zip |
Update 0.11 --> 0.13.1
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 8 | ||||
-rw-r--r-- | security/aide/distinfo | 6 | ||||
-rw-r--r-- | security/aide/files/patch-doc_aide.1 | 12 | ||||
-rw-r--r-- | security/aide/files/patch-include::util.h | 9 | ||||
-rw-r--r-- | security/aide/files/patch-src::util.c | 18 |
5 files changed, 14 insertions, 39 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index e5b3a956db48..40e426172382 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -6,8 +6,7 @@ # PORTNAME= aide -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.13.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cs.tut.fi/~rammer/ @@ -18,12 +17,15 @@ COMMENT= A replacement and extension for Tripwire LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash +.include <bsd.port.pre.mk> + USE_GMAKE= yes USE_BISON= yes USE_AUTOTOOLS= autoconf:261 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ --with-zlib \ + --mandir=${MANPREFIX}/man \ --with-config_file=${PREFIX}/etc/aide.conf CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \ @@ -61,4 +63,4 @@ post-install: @${ECHO} Do not forget to remove and write-protect the floppy. .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/aide/distinfo b/security/aide/distinfo index 476789af8f23..d996c227ed18 100644 --- a/security/aide/distinfo +++ b/security/aide/distinfo @@ -1,3 +1,3 @@ -MD5 (aide-0.11.tar.gz) = 9a44e5386b0355ef57c60f627ff4d085 -SHA256 (aide-0.11.tar.gz) = ebc866c7d70166ac76ab0fa158e4bbf42780b4bd360e177f7a6586778b301374 -SIZE (aide-0.11.tar.gz) = 266978 +MD5 (aide-0.13.1.tar.gz) = 27978cc6bca4f0fbf3f6f5a1b330661c +SHA256 (aide-0.13.1.tar.gz) = b55065413bad3c24af51a551e6ab7cd4a9ecd9f449929261a45fc2f53e040021 +SIZE (aide-0.13.1.tar.gz) = 285400 diff --git a/security/aide/files/patch-doc_aide.1 b/security/aide/files/patch-doc_aide.1 index 5a1dcc11c494..ef8f3f41c9d2 100644 --- a/security/aide/files/patch-doc_aide.1 +++ b/security/aide/files/patch-doc_aide.1 @@ -1,13 +1,13 @@ ---- doc/aide.1.orig Sat Feb 18 04:50:16 2006 -+++ doc/aide.1 Wed Feb 22 07:07:07 2006 -@@ -50,9 +50,9 @@ +--- doc/aide.1.orig 2006-12-15 04:56:35.000000000 -0800 ++++ doc/aide.1 2007-10-08 22:08:32.000000000 -0700 +@@ -75,9 +75,9 @@ .SH FILES - .B /usr/local/etc/aide.conf + .B ${prefix}/etc/aide.conf Default aide configuration file. --.B /usr/local/etc/aide.db +-.B ${prefix}/etc/aide.db +.B /var/db/aide/aide.db Default aide database. --.B /usr/local/etc/aide.db.new +-.B ${prefix}/etc/aide.db.new +.B /var/db/aide/aide.db.new Default aide output database. .SH SEE ALSO diff --git a/security/aide/files/patch-include::util.h b/security/aide/files/patch-include::util.h deleted file mode 100644 index 229ce8bbbed6..000000000000 --- a/security/aide/files/patch-include::util.h +++ /dev/null @@ -1,9 +0,0 @@ ---- include/util.h.orig Wed May 29 01:04:26 2002 -+++ include/util.h Fri Jul 12 06:17:39 2002 -@@ -57,6 +57,4 @@ - - void init_sighandler(void); - --char* strnstr(char* haystack,char* needle,int n); -- - #endif diff --git a/security/aide/files/patch-src::util.c b/security/aide/files/patch-src::util.c deleted file mode 100644 index 4a8e6d70efad..000000000000 --- a/security/aide/files/patch-src::util.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/util.c.orig Wed May 29 01:04:27 2002 -+++ src/util.c Tue Oct 29 04:03:55 2002 -@@ -357,6 +357,7 @@ - } - - -+#if 0 - /* Like strstr but only do search for maximum of n chars. - haystack does not have to be NULL terminated - needle has to be NULL terminated. NULL in needle is not used in compare. -@@ -392,6 +393,7 @@ - /* If we get this far no match was found so we return NULL */ - return NULL; - } -+#endif /* 0 */ - - /* We need these dummy stubs to fool the linker into believing that - we do not need them at link time */ |