diff options
author | wxs <wxs@FreeBSD.org> | 2008-02-04 23:35:12 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-02-04 23:35:12 +0800 |
commit | 75e1656404fb16cacfcc95293d50487f0169a0d2 (patch) | |
tree | 91a7d9628715bcb6895fa462d8712bf0b807f298 /net | |
parent | b4e1e1e364b2542e15c08156f3c7f4f29dfc6c06 (diff) | |
download | freebsd-ports-gnome-75e1656404fb16cacfcc95293d50487f0169a0d2.tar.gz freebsd-ports-gnome-75e1656404fb16cacfcc95293d50487f0169a0d2.tar.zst freebsd-ports-gnome-75e1656404fb16cacfcc95293d50487f0169a0d2.zip |
Update my address.
Approved by: garga (mentor)
Diffstat (limited to 'net')
-rw-r--r-- | net/bittwist/Makefile | 2 | ||||
-rw-r--r-- | net/daemonlogger/Makefile | 2 | ||||
-rw-r--r-- | net/honeyd/Makefile | 2 | ||||
-rw-r--r-- | net/net6/Makefile | 2 | ||||
-rw-r--r-- | net/ntop/Makefile | 2 | ||||
-rw-r--r-- | net/sobby/Makefile | 2 | ||||
-rw-r--r-- | net/tftpgrab/Makefile | 2 | ||||
-rw-r--r-- | net/xprobe/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/net/bittwist/Makefile b/net/bittwist/Makefile index 1a86385004a7..344792a64615 100644 --- a/net/bittwist/Makefile +++ b/net/bittwist/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= SF DISTNAME= ${PORTNAME}-bsd-${PORTVERSION} -MAINTAINER= wxs@atarininja.org +MAINTAINER= wxs@FreeBSD.org COMMENT= Libpcap-based Ethernet packet generator, with PCAP editor WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/net/daemonlogger/Makefile b/net/daemonlogger/Makefile index b8d6bbdd995e..95aa3a8b6f92 100644 --- a/net/daemonlogger/Makefile +++ b/net/daemonlogger/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.1 CATEGORIES= net MASTER_SITES= http://www.snort.org/users/roesch/code/ -MAINTAINER= wxs@atarininja.org +MAINTAINER= wxs@FreeBSD.org COMMENT= A packet sniffer capable of running as a daemon and as a software tap LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 26c93c74192a..9dfea5d23796 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ -MAINTAINER= wxs@atarininja.org +MAINTAINER= wxs@FreeBSD.org COMMENT= Simulate virtual network hosts (honeypots) LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent \ diff --git a/net/net6/Makefile b/net/net6/Makefile index 3167ccd6275e..a4172b4d0f8c 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ \ http://www.atarininja.org/~wxs/distfiles/ -MAINTAINER= wxs@atarininja.org +MAINTAINER= wxs@FreeBSD.org COMMENT= Network access framework for IPv4/IPv6 LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 4fca93c169d8..38e682e54369 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= wxs@atarininja.org +MAINTAINER= wxs@FreeBSD.org COMMENT= Network monitoring tool with command line and web interfaces BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool diff --git a/net/sobby/Makefile b/net/sobby/Makefile index 9c3fa585e210..4d4c7017245c 100644 --- a/net/sobby/Makefile +++ b/net/sobby/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://releases.0x539.de/sobby/ \ http://www.atarininja.org/~wxs/distfiles/ -MAINTAINER= wxs@atarininja.org +MAINTAINER= wxs@FreeBSD.org COMMENT= A standalone obby server LIB_DEPENDS= net6:${PORTSDIR}/net/net6 \ diff --git a/net/tftpgrab/Makefile b/net/tftpgrab/Makefile index ddb4bc6d8112..6e1038918aa1 100644 --- a/net/tftpgrab/Makefile +++ b/net/tftpgrab/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://pseudo-flaw.net/tftpgrab/ \ http://www.atarininja.org/~wxs/distfiles/ -MAINTAINER= wxs@atarininja.org +MAINTAINER= wxs@FreeBSD.org COMMENT= TFTP stream extractor GNU_CONFIGURE= yes diff --git a/net/xprobe/Makefile b/net/xprobe/Makefile index db4025aebb86..5c03f34f4418 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@atarininja.org +MAINTAINER= wxs@FreeBSD.org COMMENT= ICMP active OS fingerprint scanner HAS_CONFIGURE= yes |