diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-08-05 10:21:50 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-08-05 10:21:50 +0800 |
commit | a2eee3ca149b0e52dd1b4eacc03ca1b7976687ac (patch) | |
tree | 2671b62042440e111a0cf1bfa09a29612683ece5 | |
parent | b37facaa126004e69e7e8f99e093a130a36044c6 (diff) | |
download | freebsd-ports-gnome-a2eee3ca149b0e52dd1b4eacc03ca1b7976687ac.tar.gz freebsd-ports-gnome-a2eee3ca149b0e52dd1b4eacc03ca1b7976687ac.tar.zst freebsd-ports-gnome-a2eee3ca149b0e52dd1b4eacc03ca1b7976687ac.zip |
over to apache@
-rw-r--r-- | www/mod_auth_external/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_pam/Makefile | 2 | ||||
-rw-r--r-- | www/mod_extract_forwarded/Makefile | 2 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/Makefile | 2 | ||||
-rw-r--r-- | www/mod_musicindex/Makefile | 2 | ||||
-rw-r--r-- | www/mod_proxy_add_forward/Makefile | 2 | ||||
-rw-r--r-- | www/mod_sqlinclude/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/www/mod_auth_external/Makefile b/www/mod_auth_external/Makefile index 10a568539c72..eb6abaf30d1e 100644 --- a/www/mod_auth_external/Makefile +++ b/www/mod_auth_external/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITES= http://www.unixpapa.com/software/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apache@FreeBSD.org COMMENT= Enables the use of external mechanisms for user authentication CONFLICTS= apache-contrib-1.* diff --git a/www/mod_auth_pam/Makefile b/www/mod_auth_pam/Makefile index 6e9a22e99486..96fccf0094fe 100644 --- a/www/mod_auth_pam/Makefile +++ b/www/mod_auth_pam/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITES= http://pam.sourceforge.net/mod_auth_pam/dist/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use PAM modules for user authentication MAKE_JOBS_SAFE= yes diff --git a/www/mod_extract_forwarded/Makefile b/www/mod_extract_forwarded/Makefile index 0964e0562b74..d140338e9a80 100644 --- a/www/mod_extract_forwarded/Makefile +++ b/www/mod_extract_forwarded/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= http://web.warhound.org/${PORTNAME}/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that can make proxied requests appear with client IP MAKE_JOBS_SAFE= yes diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile index 0964e0562b74..d140338e9a80 100644 --- a/www/mod_extract_forwarded_ap13/Makefile +++ b/www/mod_extract_forwarded_ap13/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= http://web.warhound.org/${PORTNAME}/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that can make proxied requests appear with client IP MAKE_JOBS_SAFE= yes diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index e64459c0d878..679cde944559 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www audio MASTER_SITES= http://www.parisc-linux.org/~varenet/musicindex/ \ http://depot.fsck.ch/mirror/distfiles/ -MAINTAINER= ports@fsck.ch +MAINTAINER= apache@fsck.ch COMMENT= Apache module that allows downloading and streaming of audio OPTIONS= NLS "Native language support" on \ diff --git a/www/mod_proxy_add_forward/Makefile b/www/mod_proxy_add_forward/Makefile index 86ba2af8fc73..b9bf3186153f 100644 --- a/www/mod_proxy_add_forward/Makefile +++ b/www/mod_proxy_add_forward/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://develooper.com/code/mpaf/ \ DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .c -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apache@FreeBSD.org COMMENT= Apache module that adds a client IP header to outgoing proxy requests MAKE_JOBS_SAFE= yes diff --git a/www/mod_sqlinclude/Makefile b/www/mod_sqlinclude/Makefile index 6b49a82fdfdf..f3435da23b27 100644 --- a/www/mod_sqlinclude/Makefile +++ b/www/mod_sqlinclude/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module implementing config inclusion from MySQL databases MAKE_JOBS_SAFE= yes |