diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/haproxy/Makefile | 2 | ||||
-rw-r--r-- | net/ipvs/Makefile | 2 | ||||
-rw-r--r-- | net/keepalived/Makefile | 2 | ||||
-rw-r--r-- | net/morebalance/Makefile | 2 | ||||
-rw-r--r-- | net/pen/Makefile | 2 | ||||
-rw-r--r-- | net/pythondirector/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index ac8633202780..87986dc1c91b 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2.18 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.2/src/ -MAINTAINER= clement@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= High-performance and highly-robust TCP/HTTP load balancer USE_RC_SUBR= haproxy.sh diff --git a/net/ipvs/Makefile b/net/ipvs/Makefile index 57dce406ba3f..7e1911ea7b95 100644 --- a/net/ipvs/Makefile +++ b/net/ipvs/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net kld MASTER_SITES= http://www.cultdeadsheep.org/~clement/FreeBSD/ipvs/ DISTNAME= ipvs-${PORTVERSION}_${PORTREVISION} -MAINTAINER= clement@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= FreeBSD port of Linux Virtual Server #WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index 9ecaa152a8dc..84edb2e2cc25 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://www.cultdeadsheep.org/~clement/FreeBSD/ipvs/ DISTNAME= ${PORTNAME}-FreeBSD-${PORTVERSION} -MAINTAINER= clement@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A monitoring daemon for ipvs clusters LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index 24b865e108c8..33571cb31479 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://morebalance.coolprojects.org/ -MAINTAINER= clement@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A modular open source user-space load balancing system LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ diff --git a/net/pen/Makefile b/net/pen/Makefile index d427791fb613..1c1371fd920d 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ftp://siag.nu/pub/pen/ \ http://siag.nu/pub/pen/ -MAINTAINER= clement@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A load balancer for simple tcp based protocols GNU_CONFIGURE= yes diff --git a/net/pythondirector/Makefile b/net/pythondirector/Makefile index 4a403f03e2d6..a6a064eef0e8 100644 --- a/net/pythondirector/Makefile +++ b/net/pythondirector/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.0 CATEGORIES= net python MASTER_SITES= SF/pythondirector/pythondirector/pythondirector-${PORTVERSION} -MAINTAINER= clement@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A TCP load balancer written in Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted |