diff options
author | sat <sat@FreeBSD.org> | 2006-08-07 06:09:01 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-07 06:09:01 +0800 |
commit | a9a76ef224a0588a3c7f602615ebf6618e4ea784 (patch) | |
tree | 230bf582df510b8a145acb15b05c4bf9315b2b07 /security | |
parent | edf98e3a490ed4d292248dea6671e02ce652e70b (diff) | |
download | freebsd-ports-gnome-a9a76ef224a0588a3c7f602615ebf6618e4ea784.tar.gz freebsd-ports-gnome-a9a76ef224a0588a3c7f602615ebf6618e4ea784.tar.zst freebsd-ports-gnome-a9a76ef224a0588a3c7f602615ebf6618e4ea784.zip |
- Release maintainership:
I have jumped in over my head with maintaining the port, both in terms of my
skills with significantly modifying a port (particularly in getting the port
from 2.4.5 to 2.6.0), not using snort enough to really test the full package,
and not enough time to improve the port.
With that said, there still is ports/99862 that is still open (re: bring
security/snort to 2.6.0) which I have it the wall on trying to get the port
to deinstall cleanly due to the optional nature of some components. I will
continue to help out with other ports that I can take on and those that I
can still take on maintainership.
PR: ports/101526
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 1c00451b27a3..298c115b9f64 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.4.5 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/current/ -MAINTAINER= question+fbsdports@closedsrc.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight network intrusion detection system LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre |