diff options
author | joneum <joneum@FreeBSD.org> | 2018-02-25 00:26:50 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2018-02-25 00:26:50 +0800 |
commit | c74992ee059ab94f81bfe17681d8916b67f8436b (patch) | |
tree | 0fdb21c462c9ef7b41c539af16674071fe1e04d1 /www | |
parent | 7040c8da9c99578e8d78dfb0fc9d7a990a7872ef (diff) | |
download | freebsd-ports-gnome-c74992ee059ab94f81bfe17681d8916b67f8436b.tar.gz freebsd-ports-gnome-c74992ee059ab94f81bfe17681d8916b67f8436b.tar.zst freebsd-ports-gnome-c74992ee059ab94f81bfe17681d8916b67f8436b.zip |
Take maintainership
Approved by: mentors (implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_mysql2/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_openid/Makefile | 2 | ||||
-rw-r--r-- | www/mod_dnssd/Makefile | 2 | ||||
-rw-r--r-- | www/mod_gnutls/Makefile | 2 | ||||
-rw-r--r-- | www/mod_ntlm2/Makefile | 2 | ||||
-rw-r--r-- | www/mod_tsa/Makefile | 2 | ||||
-rw-r--r-- | www/mod_uid/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/www/mod_auth_mysql2/Makefile b/www/mod_auth_mysql2/Makefile index 1d45c1bd4012..ab5ae32f525f 100644 --- a/www/mod_auth_mysql2/Makefile +++ b/www/mod_auth_mysql2/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= 2 DISTNAME= ${PORTNAME}_${PORTVERSION} DIST_SUBDIR= apache2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= MySQL-based authentication module with VirtualHost support LICENSE= APACHE20 diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile index bff140cec83c..7e30f1f68c6c 100644 --- a/www/mod_auth_openid/Makefile +++ b/www/mod_auth_openid/Makefile @@ -8,7 +8,7 @@ DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Authentication module for the Apache 2 webserver with OpenID LICENSE= MIT diff --git a/www/mod_dnssd/Makefile b/www/mod_dnssd/Makefile index 959e715e3d72..71b0c164c789 100644 --- a/www/mod_dnssd/Makefile +++ b/www/mod_dnssd/Makefile @@ -8,7 +8,7 @@ CATEGORIES= www MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Apache module that provides DNS-SD capabilities LICENSE= APACHE20 diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile index 2edb6a9ad31f..342092f0e37e 100644 --- a/www/mod_gnutls/Makefile +++ b/www/mod_gnutls/Makefile @@ -6,7 +6,7 @@ CATEGORIES= www security MASTER_SITES= https://mod.gnutls.org/downloads/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Extension for Apache httpd using GnuTLS library to provide HTTPS LICENSE= APACHE20 diff --git a/www/mod_ntlm2/Makefile b/www/mod_ntlm2/Makefile index fb4c730247f3..e91eb0743a9b 100644 --- a/www/mod_ntlm2/Makefile +++ b/www/mod_ntlm2/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/modntlm/modntlm2/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= NTLM authentication module for the Apache2 webserver USES= samba:build diff --git a/www/mod_tsa/Makefile b/www/mod_tsa/Makefile index 13f78e7f43d1..246b00b6319c 100644 --- a/www/mod_tsa/Makefile +++ b/www/mod_tsa/Makefile @@ -8,7 +8,7 @@ CATEGORIES= www MASTER_SITES= http://am.nesiac.org/static/ \ http://ubique.spb.ru/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Time stamping authority (RFC 3161) module for apache OPTIONS_DEFINE= MYSQL PGSQL FIREBIRD DEBUG DEBUG_MEMORY diff --git a/www/mod_uid/Makefile b/www/mod_uid/Makefile index 4c0a453d6c87..fb5c6e625422 100644 --- a/www/mod_uid/Makefile +++ b/www/mod_uid/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.1.0 CATEGORIES= www MASTER_SITES= ftp://ftp.lexa.ru/pub/apache-rus/contrib/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Apache module issuing the "correct" cookies for counting the site visitors LICENSE= APACHE20 |