diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-06-05 22:14:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-06-05 22:14:41 +0000 |
commit | 1591904710cbc12985e69db8172ff44b23f25d27 (patch) | |
tree | e2a0bb8d1be737aeba848a58304ce737797487db /security | |
parent | 67021d53e0a60d212936ae75f5651dcfbf536e08 (diff) | |
download | ports-1591904710cbc12985e69db8172ff44b23f25d27.tar.gz ports-1591904710cbc12985e69db8172ff44b23f25d27.zip |
- Pass maintainership to submitter
PR: 147478
Submitted by: Anderson Eduardo <anderson@secover.com.br>
Notes
Notes:
svn path=/head/; revision=255852
Diffstat (limited to 'security')
-rw-r--r-- | security/audit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile index 71cfcb425bca..3167eee6500d 100644 --- a/security/audit/Makefile +++ b/security/audit/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www1.corest.com/download/audit/ \ ftp://ftp.stack.nl/pub/users/johans/audit/ DISTNAME= ${PORTNAME}-v${PORTVERSION}beta-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anderson@secover.com.br COMMENT= Tools for remote and centralized audit data collection OPTIONS= MYSQL "With MySQL support" off \ |