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 | |
parent | Update to 1.216 (diff) |
Take over maintainership
Approved by: kris (former maintainer)
-rw-r--r-- | dns/nsping/Makefile | 2 | ||||
-rw-r--r-- | ftp/curl/Makefile | 2 | ||||
-rw-r--r-- | net/despoof/Makefile | 2 | ||||
-rw-r--r-- | net/libnids/Makefile | 2 | ||||
-rw-r--r-- | net/nsping/Makefile | 2 | ||||
-rw-r--r-- | security/zombiezapper/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dns/nsping/Makefile b/dns/nsping/Makefile index 772b37792597..c7326dd1c6fd 100644 --- a/dns/nsping/Makefile +++ b/dns/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 diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index a61ff4045abe..41b7822fdf6a 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.fu-berlin.de/pub/unix/network/curl/ \ ftp://crydee.sai.msu.ru/zeus/unix/WWW/tools/mirror/ -MAINTAINER= kris@FreeBSD.org +MAINTAINER= roam@FreeBSD.org MAN1= curl.1 MAN3= curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 curl_easy_perform.3 curl_easy_setopt.3 curl_formparse.3 curl_getdate.3 curl_getenv.3 curl_slist_append.3 curl_slist_free_all.3 curl_version.3 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 diff --git a/security/zombiezapper/Makefile b/security/zombiezapper/Makefile index a8fab86fa5ea..182cc71fed5c 100644 --- a/security/zombiezapper/Makefile +++ b/security/zombiezapper/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://razor.bindview.com/tools/files/ DISTNAME= zombie EXTRACT_SUFX= .tar -MAINTAINER= kris@FreeBSD.org +MAINTAINER= roam@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/libnet-config:${PORTSDIR}/net/libnet/ |