diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-01-18 10:50:15 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-01-18 10:50:15 +0000 |
commit | 58c5b838c0620bee6b4cd9acec69c4f8a65656c6 (patch) | |
tree | 751cbc238e24c87d81dfcd0317e6a02da356cb82 /net | |
parent | 6ed544d091333a6e018797efe06ef8154ee07bab (diff) | |
download | ports-58c5b838c0620bee6b4cd9acec69c4f8a65656c6.tar.gz ports-58c5b838c0620bee6b4cd9acec69c4f8a65656c6.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/lmd/Makefile | 2 | ||||
-rw-r--r-- | net/lmd/pkg-descr | 2 | ||||
-rw-r--r-- | net/loadd/Makefile | 2 | ||||
-rw-r--r-- | net/loadd/pkg-descr | 2 | ||||
-rw-r--r-- | net/portfwd/Makefile | 3 | ||||
-rw-r--r-- | net/portfwd/pkg-descr | 2 |
6 files changed, 6 insertions, 7 deletions
diff --git a/net/lmd/Makefile b/net/lmd/Makefile index eb3d8709140d..a6b972a9d850 100644 --- a/net/lmd/Makefile +++ b/net/lmd/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.8 CATEGORIES= net sysutils MASTER_SITES= http://www.bsdshell.net/download/ -MAINTAINER= sysadmin@alexdupre.com +MAINTAINER= ale@FreeBSD.org COMMENT= A Load Monitor Daemon USE_REINPLACE= YES diff --git a/net/lmd/pkg-descr b/net/lmd/pkg-descr index cae9eef79721..c826516b2b30 100644 --- a/net/lmd/pkg-descr +++ b/net/lmd/pkg-descr @@ -9,4 +9,4 @@ Supported modules: WWW: http://www.bsdshell.net/hut_loadd.html - Alex Dupre -sysadmin@alexdupre.com +ale@FreeBSD.org diff --git a/net/loadd/Makefile b/net/loadd/Makefile index bf9bf60b475b..013ba91e7c69 100644 --- a/net/loadd/Makefile +++ b/net/loadd/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.8 CATEGORIES= net sysutils MASTER_SITES= http://www.bsdshell.net/download/ -MAINTAINER= sysadmin@alexdupre.com +MAINTAINER= ale@FreeBSD.org COMMENT= A Load Balancing Daemon LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 diff --git a/net/loadd/pkg-descr b/net/loadd/pkg-descr index 6ee2b4888599..44fc9504985b 100644 --- a/net/loadd/pkg-descr +++ b/net/loadd/pkg-descr @@ -20,4 +20,4 @@ and you can found this features: WWW: http://www.bsdshell.net/hut_loadd.html - Alex Dupre -sysadmin@alexdupre.com +ale@FreeBSD.org diff --git a/net/portfwd/Makefile b/net/portfwd/Makefile index 4790c756f48c..11a76810ed0f 100644 --- a/net/portfwd/Makefile +++ b/net/portfwd/Makefile @@ -10,9 +10,8 @@ PORTVERSION= 0.26 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} -MAINTAINER= sysadmin@alexdupre.com +MAINTAINER= ale@FreeBSD.org COMMENT= A Port Forwarding Daemon GNU_CONFIGURE= yes diff --git a/net/portfwd/pkg-descr b/net/portfwd/pkg-descr index 31cd3bbe00ea..658e7a606aa2 100644 --- a/net/portfwd/pkg-descr +++ b/net/portfwd/pkg-descr @@ -5,4 +5,4 @@ packets to remote hosts. WWW: http://portfwd.sourceforge.net/ - Alex Dupre -sysadmin@alexdupre.com +ale@FreeBSD.org |