diff options
author | kris <kris@FreeBSD.org> | 2003-10-05 12:03:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-05 12:03:00 +0800 |
commit | 89a141e3d76390e9a28ee0371313ccc1af0e71f8 (patch) | |
tree | fb6fb6629ae2348849176a0963cf3a0d73b5a925 | |
parent | 730890cf6eaace8c924ceda2c75b097848b212bc (diff) | |
download | freebsd-ports-gnome-89a141e3d76390e9a28ee0371313ccc1af0e71f8.tar.gz freebsd-ports-gnome-89a141e3d76390e9a28ee0371313ccc1af0e71f8.tar.zst freebsd-ports-gnome-89a141e3d76390e9a28ee0371313ccc1af0e71f8.zip |
Drop maintainership
-rw-r--r-- | security/fragrouter/Makefile | 2 | ||||
-rw-r--r-- | security/snortsnarf/Makefile | 2 | ||||
-rw-r--r-- | security/whisker/Makefile | 5 |
3 files changed, 4 insertions, 5 deletions
diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile index 8a4a9395c884..e79628a049f3 100644 --- a/security/fragrouter/Makefile +++ b/security/fragrouter/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.anzen.com/research/nidsbench/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=kris -MAINTAINER= kris@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG COMMENT= Tool for testing network IDS implementations GNU_CONFIGURE= yes diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile index 52f66dae3dcf..20e6445de22f 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= http://www.silicondefense.com/software/snortsnarf/ DISTNAME= SnortSnarf-${PORTVERSION}.1 -MAINTAINER= kris@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Generate HTML report summaries from snort incident alerts RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/JulianDay.pm:${PORTSDIR}/devel/p5-Time-modules diff --git a/security/whisker/Makefile b/security/whisker/Makefile index 7f6deb2c2175..8e2ae17e1cb2 100644 --- a/security/whisker/Makefile +++ b/security/whisker/Makefile @@ -6,13 +6,12 @@ # PORTNAME= whisker -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 2.1 CATEGORIES= security MASTER_SITES= http://www.wiretrip.net/rfp/bins/whisker/ DISTNAME= ${PORTNAME} -MAINTAINER= kris@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG COMMENT= A sophisticated CGI (in)security scanner WRKSRC= ${WRKDIR}/v${PORTVERSION} |