diff options
author | leeym <leeym@FreeBSD.org> | 2003-06-24 09:06:04 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-06-24 09:06:04 +0800 |
commit | 2db896466dee1cf1615f26d6caf566afc279ecd8 (patch) | |
tree | aea4b0f272dd2b5331ec72693a9c6ac89398602b /security | |
parent | 53a24e4450543ffe2ca433f59d83fe4d5c4604dc (diff) | |
download | freebsd-ports-gnome-2db896466dee1cf1615f26d6caf566afc279ecd8.tar.gz freebsd-ports-gnome-2db896466dee1cf1615f26d6caf566afc279ecd8.tar.zst freebsd-ports-gnome-2db896466dee1cf1615f26d6caf566afc279ecd8.zip |
update maintainer's email address.
PR: 53658
Submitted by: Dominic Marks <dom@cus.org.uk>
Diffstat (limited to 'security')
-rw-r--r-- | security/fragroute/Makefile | 4 | ||||
-rw-r--r-- | security/john/Makefile | 2 | ||||
-rw-r--r-- | security/nmap/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 9cd94ca2923a..a55564686ec4 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: fragroute # Date created: 19 May 2002 -# Whom: Dominic Marks <d.marks@student.umist.ac.uk> +# Whom: Dominic Marks <dominic.marks@btinternet.com> # # $FreeBSD$ # @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ -MAINTAINER= d.marks@student.umist.ac.uk +MAINTAINER= dominic.marks@btinternet.com COMMENT= A tool for intercepting, modifying and rewriting egress traffic BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ diff --git a/security/john/Makefile b/security/john/Makefile index 5c679ce2decc..ecda3a07d975 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.openwall.com/john/ \ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-1.6.tar.gz -MAINTAINER= d.marks@student.umist.ac.uk +MAINTAINER= dominic.marks@btinternet.com COMMENT= Featureful Unix password cracker USE_REINPLACE= yes diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 1c12d968556b..e800a727b0aa 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security ipv6 MASTER_SITES= http://download.insecure.org/nmap/dist/ DISTNAME= nmap-${PORTVERSION:S/.b/BETA/} -MAINTAINER= d.marks@student.umist.ac.uk +MAINTAINER= dominic.marks@btinternet.com COMMENT?= Port scanning utility for large networks GNU_CONFIGURE= yes |