diff options
author | anders <anders@FreeBSD.org> | 2002-04-22 09:38:22 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-04-22 09:38:22 +0800 |
commit | 65a38fd3211d92fb074233fe484dea50d40f6f5c (patch) | |
tree | 3746acc8a401af8e422215f68b5d0514bbf03d21 /www | |
parent | 4f957221556cfd231381f0f27e387ccaf7e5cc9c (diff) | |
download | freebsd-ports-graphics-65a38fd3211d92fb074233fe484dea50d40f6f5c.tar.gz freebsd-ports-graphics-65a38fd3211d92fb074233fe484dea50d40f6f5c.tar.zst freebsd-ports-graphics-65a38fd3211d92fb074233fe484dea50d40f6f5c.zip |
Reclaim maintainership.
Diffstat (limited to 'www')
-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_proxy_add_forward/Makefile | 2 | ||||
-rw-r--r-- | www/mod_throttle/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/www/mod_auth_pam/Makefile b/www/mod_auth_pam/Makefile index b1f1e2848aa..00727924550 100644 --- a/www/mod_auth_pam/Makefile +++ b/www/mod_auth_pam/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= http://pam.sourceforge.net/mod_auth_pam/dist/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 diff --git a/www/mod_extract_forwarded/Makefile b/www/mod_extract_forwarded/Makefile index f9ce89a8d7d..5147ba09114 100644 --- a/www/mod_extract_forwarded/Makefile +++ b/www/mod_extract_forwarded/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= http://web.systhug.com/mod_extract_forwarded/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile index f9ce89a8d7d..5147ba09114 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.systhug.com/mod_extract_forwarded/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 diff --git a/www/mod_proxy_add_forward/Makefile b/www/mod_proxy_add_forward/Makefile index 653621afab3..260cd43368c 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} EXTRACT_SUFX= .c -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 diff --git a/www/mod_throttle/Makefile b/www/mod_throttle/Makefile index 0938478021a..9d9debc03a2 100644 --- a/www/mod_throttle/Makefile +++ b/www/mod_throttle/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.snert.com/Software/mod_throttle/ \ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 |