svn commit: r419150 - in head/security/aide: . files

Cy Schubert cy at FreeBSD.org
Tue Jul 26 19:41:32 UTC 2016


Author: cy
Date: Tue Jul 26 19:41:30 2016
New Revision: 419150
URL: https://svnweb.freebsd.org/changeset/ports/419150

Log:
  Update 0.15.1 --> 0.16

Deleted:
  head/security/aide/files/patch-configure.in
  head/security/aide/files/patch-include__aide.h
  head/security/aide/files/patch-src__db_file.c
Modified:
  head/security/aide/Makefile
  head/security/aide/distinfo
  head/security/aide/files/patch-doc_aide.1

Modified: head/security/aide/Makefile
==============================================================================
--- head/security/aide/Makefile	Tue Jul 26 19:39:43 2016	(r419149)
+++ head/security/aide/Makefile	Tue Jul 26 19:41:30 2016	(r419150)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	aide
-PORTVERSION=	0.15.1
-PORTREVISION=	1
+PORTVERSION=	0.16
 CATEGORIES=	security
 MASTER_SITES=	SF \
 		http://www.cs.tut.fi/~rammer/

Modified: head/security/aide/distinfo
==============================================================================
--- head/security/aide/distinfo	Tue Jul 26 19:39:43 2016	(r419149)
+++ head/security/aide/distinfo	Tue Jul 26 19:41:30 2016	(r419150)
@@ -1,2 +1,3 @@
-SHA256 (aide-0.15.1.tar.gz) = 303e5c186257df8c86e418193199f4ea2183fc37d3d4a9098a614f61346059ef
-SIZE (aide-0.15.1.tar.gz) = 424970
+TIMESTAMP = 1469537183
+SHA256 (aide-0.16.tar.gz) = a81c53a131c4fd130b169b3a26ac35386a2f6e1e014f12807524cc273ed97345
+SIZE (aide-0.16.tar.gz) = 391009

Modified: head/security/aide/files/patch-doc_aide.1
==============================================================================
--- head/security/aide/files/patch-doc_aide.1	Tue Jul 26 19:39:43 2016	(r419149)
+++ head/security/aide/files/patch-doc_aide.1	Tue Jul 26 19:41:30 2016	(r419150)
@@ -1,14 +1,14 @@
---- 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 @@
+--- doc/aide.1.orig	2016-07-25 14:09:52.000000000 -0700
++++ doc/aide.1	2016-07-26 12:35:55.894637000 -0700
+@@ -103,9 +103,9 @@
  .SH FILES
- .B ${prefix}/etc/aide.conf
+ .IP \fB${prefix}/etc/aide.conf\fR
  Default aide configuration file.
--.B ${prefix}/etc/aide.db
-+.B /var/db/aide/aide.db
+-.IP \fB${prefix}/etc/aide.db\fR
++.IP \fB/var/db/aide/aide.db\fR
  Default aide database.
--.B ${prefix}/etc/aide.db.new
-+.B /var/db/aide/aide.db.new
+-.IP \fB${prefix}/etc/aide.db.new\fR
++.IP \fB/var/db/aide/aide.db.new\fR
  Default aide output database.
  .SH SEE ALSO
  .BR aide.conf (5)


More information about the svn-ports-all mailing list