diff options
-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 f2320dd0725..3b2d8d8e015 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 d6acbe841aa..260ba5223bc 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 c4d717d340b..21e998dd4d7 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 e428da6946b..e2b9387c0e7 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 953bc3b43a4..1fe0335d395 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 |