diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-19 16:49:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-19 16:49:49 +0000 |
commit | 50130fcfc65ae79eb73140ff6dc7e1721b7ab6a9 (patch) | |
tree | 09a4e22fa9a3351fee96dabd37a67de5ab8b2322 /net | |
parent | f01b52c7fe4ad2b10060b87907d6a262acf5d873 (diff) | |
download | ports-50130fcfc65ae79eb73140ff6dc7e1721b7ab6a9.tar.gz ports-50130fcfc65ae79eb73140ff6dc7e1721b7ab6a9.zip |
- Update maintainer addresses
PR: ports/102230
Submitted by: Wesley Shields <wxs(at)atarininja.org>
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=170994
Diffstat (limited to 'net')
-rw-r--r-- | net/bittwist/Makefile | 2 | ||||
-rw-r--r-- | net/honeyd/Makefile | 2 | ||||
-rw-r--r-- | net/libnetdude/Makefile | 2 | ||||
-rw-r--r-- | net/libpcapnav/Makefile | 2 | ||||
-rw-r--r-- | net/netdude/Makefile | 2 | ||||
-rw-r--r-- | net/xprobe/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net/bittwist/Makefile b/net/bittwist/Makefile index 7b8249c04437..a3c5b9d81b8a 100644 --- a/net/bittwist/Makefile +++ b/net/bittwist/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-bsd-${PORTVERSION} -MAINTAINER= wxs@csh.rit.edu +MAINTAINER= wxs@atarininja.org COMMENT= Libpcap-based Ethernet packet generator, with PCAP editor WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 93c9bd37e6ab..e15ec297b807 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ -MAINTAINER= wxs@csh.rit.edu +MAINTAINER= wxs@atarininja.org COMMENT= Simulate virtual network hosts (honeypots) BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ diff --git a/net/libnetdude/Makefile b/net/libnetdude/Makefile index b6b22a2436ce..a7b72978312f 100644 --- a/net/libnetdude/Makefile +++ b/net/libnetdude/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netdude -MAINTAINER= wxs@csh.rit.edu +MAINTAINER= wxs@atarininja.org COMMENT= A library for manipulating libpcap/tcpdump trace files LIB_DEPENDS= pcapnav.0:${PORTSDIR}/net/libpcapnav diff --git a/net/libpcapnav/Makefile b/net/libpcapnav/Makefile index c3e5cc2e5978..597d83d3043e 100644 --- a/net/libpcapnav/Makefile +++ b/net/libpcapnav/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netdude -MAINTAINER= wxs@csh.rit.edu +MAINTAINER= wxs@atarininja.org COMMENT= A libpcap wrapper library CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} diff --git a/net/netdude/Makefile b/net/netdude/Makefile index 15b3a005558c..7a8d7be547cb 100644 --- a/net/netdude/Makefile +++ b/net/netdude/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= wxs@csh.rit.edu +MAINTAINER= wxs@atarininja.org COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles LIB_DEPENDS= netdude.0:${PORTSDIR}/net/libnetdude diff --git a/net/xprobe/Makefile b/net/xprobe/Makefile index 890866f0d684..db4025aebb86 100644 --- a/net/xprobe/Makefile +++ b/net/xprobe/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xprobe -MAINTAINER= wxs@csh.rit.edu +MAINTAINER= wxs@atarininja.org COMMENT= ICMP active OS fingerprint scanner HAS_CONFIGURE= yes |