diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 11:36:45 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 11:36:45 +0800 |
commit | 03f8a6f768251caa22c5b9084a8cc3323aec9b96 (patch) | |
tree | 3c319f9d1358da7651dfaac54283645a7a896338 /www | |
parent | df3c9e78bdbe989958fbb761b6ce45a605e6242e (diff) | |
download | freebsd-ports-gnome-03f8a6f768251caa22c5b9084a8cc3323aec9b96.tar.gz freebsd-ports-gnome-03f8a6f768251caa22c5b9084a8cc3323aec9b96.tar.zst freebsd-ports-gnome-03f8a6f768251caa22c5b9084a8cc3323aec9b96.zip |
ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/fcgi/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_pwcheck/Makefile | 2 | ||||
-rw-r--r-- | www/mod_bunzip2/Makefile | 2 | ||||
-rw-r--r-- | www/netscape-remote/Makefile | 2 | ||||
-rw-r--r-- | www/p5-FastCGI/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile index e0eb4a1e0efd..2c6cd9968b55 100644 --- a/www/fcgi/Makefile +++ b/www/fcgi/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= http://www.fastcgi.com/dist/ PKGNAMESUFFIX= -devkit -MAINTAINER= kbyanc@posi.net +MAINTAINER= ports@FreeBSD.org COMMENT= FastCGI Development Kit USE_PERL5= yes diff --git a/www/mod_auth_pwcheck/Makefile b/www/mod_auth_pwcheck/Makefile index 78f6e38544b0..f5a0e0d5d3cb 100644 --- a/www/mod_auth_pwcheck/Makefile +++ b/www/mod_auth_pwcheck/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1 CATEGORIES= www MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/ -MAINTAINER= anton@urc.ac.ru +MAINTAINER= anton@chelcom.ru COMMENT= Apache module for user authentication via Cyrus pwcheck daemon BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${AP_CATEGORY}/${AP_PORT} diff --git a/www/mod_bunzip2/Makefile b/www/mod_bunzip2/Makefile index 18c3da83efa7..0e913808dcee 100644 --- a/www/mod_bunzip2/Makefile +++ b/www/mod_bunzip2/Makefile @@ -10,7 +10,7 @@ CATEGORIES= www MASTER_SITES= http://www.oldach.net/ DISTNAME= ${PORTNAME} -MAINTAINER= mod_bunzip2@oldach.net +MAINTAINER= ports@FreeBSD.org COMMENT= Apache module for server-side decompression of bzip2 files BUILD_DEPENDS= ${APXS}:${APACHE_PORT} diff --git a/www/netscape-remote/Makefile b/www/netscape-remote/Makefile index 08ca711e91fe..57651cd9591d 100644 --- a/www/netscape-remote/Makefile +++ b/www/netscape-remote/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITES= http://home.netscape.com/newsref/std/ DISTFILES= remote.c vroot.h -MAINTAINER= kbyanc@posi.net +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to pass commands to running netscape process USE_XLIB= yes diff --git a/www/p5-FastCGI/Makefile b/www/p5-FastCGI/Makefile index 7c02319a66f4..18d251b7a385 100644 --- a/www/p5-FastCGI/Makefile +++ b/www/p5-FastCGI/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= FCGI PKGNAMEPREFIX= p5- DISTNAME= FCGI-${PORTVERSION} -MAINTAINER= kbyanc@posi.net +MAINTAINER= ports@FreeBSD.org COMMENT= Modules for perl5, for enabling FastCGI support in CGI scripts LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi |