diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-03-14 11:46:59 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-03-14 11:46:59 +0000 |
commit | 7b1f7cb48c3027f08dd4bea4892e26c8f04de690 (patch) | |
tree | 1e40e04dffaa5274046c722912cf77364af22aee | |
parent | d70b0490540baedcb5162192db5b4115ce4fc617 (diff) | |
download | ports-7b1f7cb48c3027f08dd4bea4892e26c8f04de690.tar.gz ports-7b1f7cb48c3027f08dd4bea4892e26c8f04de690.zip |
Notes
-rw-r--r-- | mail/spamd/Makefile | 2 | ||||
-rw-r--r-- | security/authpf/Makefile | 2 | ||||
-rw-r--r-- | security/pf/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pfstat/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pftop/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mail/spamd/Makefile b/mail/spamd/Makefile index f2320dd07253..3b2d8d8e0159 100644 --- a/mail/spamd/Makefile +++ b/mail/spamd/Makefile @@ -11,7 +11,7 @@ CATEGORIES= mail MASTER_SITES= http://pf4freebsd.love2party.net/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= max@love2party.net +MAINTAINER= mlaier@freebsd.org COMMENT= Traps spammers with a very slow smtp-login and return 4xx error .if !defined(BATCH) && !defined(PACKAGE_BUILDING) diff --git a/security/authpf/Makefile b/security/authpf/Makefile index d6acbe841aa2..260ba5223bcc 100644 --- a/security/authpf/Makefile +++ b/security/authpf/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -altq .endif DISTNAME= pf_freebsd_${PORTVERSION} -MAINTAINER= max@love2party.net +MAINTAINER= mlaier@freebsd.org COMMENT= Authentification shell for pf gateways RUN_DEPENDS= ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf diff --git a/security/pf/Makefile b/security/pf/Makefile index c4d717d340be..21e998dd4d71 100644 --- a/security/pf/Makefile +++ b/security/pf/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -altq .endif DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= max@love2party.net +MAINTAINER= mlaier@freebsd.org COMMENT= OpenBSD pf as a kldmodule .if !defined(BATCH) && !defined(PACKAGE_BUILDING) diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index e428da6946bf..e2b9387c0e73 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -11,7 +11,7 @@ CATEGORIES= sysutils net MASTER_SITES= http://www.benzedrine.cx/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= max@love2party.net +MAINTAINER= mlaier@freebsd.org COMMENT= Utility to render grafical statistics for pf .if defined(WITH_GD1) diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 953bc3b43a40..1fe0335d395b 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -11,7 +11,7 @@ CATEGORIES= sysutils net MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= max@love2party.net +MAINTAINER= mlaier@freebsd.org COMMENT= Utility for real-time display of statistics for pf MAN8= pftop.8 |