diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2000-11-25 08:13:46 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2000-11-25 08:13:46 +0000 |
commit | a08cc887be98258a1a95093bd831e97c04fcde3a (patch) | |
tree | e92ec5a555a24cc3a5e3881b784629ab8c53481c /net | |
parent | Update to 1.216 (diff) |
Take over maintainership
Approved by: kris (former maintainer)
Notes
Notes:
svn path=/head/; revision=35409
Diffstat (limited to 'net')
-rw-r--r-- | net/despoof/Makefile | 2 | ||||
-rw-r--r-- | net/libnids/Makefile | 2 | ||||
-rw-r--r-- | net/nsping/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/despoof/Makefile b/net/despoof/Makefile index f1bd069bfc53..09592ca407a6 100644 --- a/net/despoof/Makefile +++ b/net/despoof/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net security MASTER_SITES= http://razor.bindview.com/tools/files/ EXTRACT_SUFX= .tgz -MAINTAINER= kris@FreeBSD.org +MAINTAINER= roam@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 090d6504f57c..765240e76d19 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net security # The newest version is temporarily available at.. MASTER_SITES= http://www.avet.com.pl/libnids/ -MAINTAINER= kris@FreeBSD.org +MAINTAINER= roam@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet diff --git a/net/nsping/Makefile b/net/nsping/Makefile index 772b37792597..c7326dd1c6fd 100644 --- a/net/nsping/Makefile +++ b/net/nsping/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.enteract.com/~tqbf/ DISTFILES= nsping.tar.gz -MAINTAINER= kris@FreeBSD.org +MAINTAINER= roam@FreeBSD.org MAN8= nsping.8 |