diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-04-16 00:27:17 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-04-16 00:27:17 +0000 |
commit | 0ffa3b471588909784135717c52756834919f240 (patch) | |
tree | 62ab0952380fb71b1f85d73f86b9e27ace5dc4c4 | |
parent | a460a15e2a4b89caf91ead05bc44796ee7469276 (diff) | |
download | ports-0ffa3b471588909784135717c52756834919f240.tar.gz ports-0ffa3b471588909784135717c52756834919f240.zip |
Notes
-rw-r--r-- | security/bsmtrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/bsmtrace/Makefile b/security/bsmtrace/Makefile index 645be0a06207..113f83593a93 100644 --- a/security/bsmtrace/Makefile +++ b/security/bsmtrace/Makefile @@ -3,11 +3,11 @@ PORTNAME= bsmtrace PORTVERSION= 1.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= LOCAL/csjp -MAINTAINER= alm@FreeBSD.org +MAINTAINER= csjp@FreeBSD.org COMMENT= BSM based intrusion detection system LICENSE= BSD2CLAUSE |