diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-18 04:16:52 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-18 04:16:52 +0000 |
commit | 3a406061fbd561c0c58838ca00be8dedd84547c1 (patch) | |
tree | 1f67647b04e675b8ffd6c5f38d6e09f843357ff6 | |
parent | 37451dd7200b6b42633a993c585d1327cb2f0555 (diff) | |
download | ports-3a406061fbd561c0c58838ca00be8dedd84547c1.tar.gz ports-3a406061fbd561c0c58838ca00be8dedd84547c1.zip |
Use the maintainer's new e-mail address.
Obtained from: PR 64326
Notes
Notes:
svn path=/head/; revision=104382
-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 4dbe47b91f79..284d43113623 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 3f0b03db862e..ac60ce0f5c9e 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 0923d49f7803..afebb280d443 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 \ |