diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-07-29 09:12:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-07-29 09:12:37 +0000 |
commit | 10588346d36bc9ae62b97d8b2ac11c56ad04df24 (patch) | |
tree | 100bc8497eb3bdddc4107fab1d3cfed9e10a64a3 /net | |
parent | 6ec0158c26d892a46a620e871900ec2b1b182312 (diff) | |
download | ports-10588346d36bc9ae62b97d8b2ac11c56ad04df24.tar.gz ports-10588346d36bc9ae62b97d8b2ac11c56ad04df24.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gnometelnet/Makefile | 2 | ||||
-rw-r--r-- | net/host/Makefile | 2 | ||||
-rw-r--r-- | net/linphone-base/Makefile | 2 | ||||
-rw-r--r-- | net/linphone/Makefile | 2 | ||||
-rw-r--r-- | net/sdl_net/Makefile | 2 | ||||
-rw-r--r-- | net/xtraceroute/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net/gnometelnet/Makefile b/net/gnometelnet/Makefile index fd31777adcc2..1d99f0357c62 100644 --- a/net/gnometelnet/Makefile +++ b/net/gnometelnet/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net gnome MASTER_SITES= http://www.cyest.org/downloads/ DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A nice frontend to the telnet, ssh, and rlogin clients for GNOME BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake diff --git a/net/host/Makefile b/net/host/Makefile index 926f28d53b4e..213ead26c2e5 100644 --- a/net/host/Makefile +++ b/net/host/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/ \ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An utility to query DNS servers NO_WRKSUBDIR= yes diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index 0abc569ad603..9c2c00d83af8 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://simon.morlat.free.fr/download/${PORTVERSION}/source/ -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A web phone that supports SIP protocol LIB_DEPENDS= osip.9:${PORTSDIR}/net/libosip \ diff --git a/net/linphone/Makefile b/net/linphone/Makefile index 0abc569ad603..9c2c00d83af8 100644 --- a/net/linphone/Makefile +++ b/net/linphone/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://simon.morlat.free.fr/download/${PORTVERSION}/source/ -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A web phone that supports SIP protocol LIB_DEPENDS= osip.9:${PORTSDIR}/net/libosip \ diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index 17bd675efa81..9c272abe9ac8 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL_net-${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A small sample cross-platform networking library LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 36638726d6ea..fd343a87ac40 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= 3D graphical version of the traceroute program BUILD_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/net/host |