diff options
author | roam <roam@FreeBSD.org> | 2000-11-25 16:13:46 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2000-11-25 16:13:46 +0800 |
commit | 2d3427b4109b019619cafd822c22fc1c5afc3e8b (patch) | |
tree | a230124b946236241ddf415f1d3c859093de30db /net | |
parent | ec2e0e7ed1c1933eb83db60e013bb4cbaba3b3e6 (diff) | |
download | freebsd-ports-gnome-2d3427b4109b019619cafd822c22fc1c5afc3e8b.tar.gz freebsd-ports-gnome-2d3427b4109b019619cafd822c22fc1c5afc3e8b.tar.zst freebsd-ports-gnome-2d3427b4109b019619cafd822c22fc1c5afc3e8b.zip |
Take over maintainership
Approved by: kris (former maintainer)
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 |