diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-18 12:16:52 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-18 12:16:52 +0800 |
commit | dd5a1cc18ebbabd6b69afddfda8847152089c067 (patch) | |
tree | 3958d554b305d7281778fbc1b9940ea7d482d90c /net-mgmt | |
parent | 7e6635299cc59b310301d9f65a9241775a243a7e (diff) | |
download | freebsd-ports-graphics-dd5a1cc18ebbabd6b69afddfda8847152089c067.tar.gz freebsd-ports-graphics-dd5a1cc18ebbabd6b69afddfda8847152089c067.tar.zst freebsd-ports-graphics-dd5a1cc18ebbabd6b69afddfda8847152089c067.zip |
Use the maintainer's new e-mail address.
Obtained from: PR 64326
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipfm/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nat/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/sing/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/ipfm/Makefile b/net-mgmt/ipfm/Makefile index 4dbe47b91f7..284d4311362 100644 --- a/net-mgmt/ipfm/Makefile +++ b/net-mgmt/ipfm/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net-mgmt MASTER_SITES= http://robert.cheramy.net-mgmt/ipfm/archive/ EXTRACT_SUFX= .tgz -MAINTAINER= roman@xpert.com +MAINTAINER= ports@oven.org COMMENT= A bandwidth analysis tool GNU_CONFIGURE= yes diff --git a/net-mgmt/nat/Makefile b/net-mgmt/nat/Makefile index 3f0b03db862..ac60ce0f5c9 100644 --- a/net-mgmt/nat/Makefile +++ b/net-mgmt/nat/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.tux.org/pub/security/secnet/tools/nat20beta/ \ ftp://ftp.spin.ad.jp/pub/Security/nat/nat20beta/ DISTNAME= ${PORTNAME}${PORTVERSION}.freebsd -MAINTAINER= roman@xpert.com +MAINTAINER= ports@oven.org COMMENT= NetBIOS auditing tool NO_PACKAGE= "Redistribution prohibited by the license" diff --git a/net-mgmt/sing/Makefile b/net-mgmt/sing/Makefile index 0923d49f780..afebb280d44 100644 --- a/net-mgmt/sing/Makefile +++ b/net-mgmt/sing/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= SING-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= roman@xpert.com +MAINTAINER= ports@oven.org COMMENT= Tool for sending customized ICMP packets BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \ |