From owner-svn-ports-all@freebsd.org Sat Feb 24 16:26:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31B88F2C314; Sat, 24 Feb 2018 16:26:52 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D05A26B370; Sat, 24 Feb 2018 16:26:51 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C296027FAE; Sat, 24 Feb 2018 16:26:51 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1OGQpnV057916; Sat, 24 Feb 2018 16:26:51 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1OGQoio057909; Sat, 24 Feb 2018 16:26:50 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201802241626.w1OGQoio057909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 24 Feb 2018 16:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462849 - in head/www: mod_auth_mysql2 mod_auth_openid mod_dnssd mod_gnutls mod_ntlm2 mod_tsa mod_uid X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/www: mod_auth_mysql2 mod_auth_openid mod_dnssd mod_gnutls mod_ntlm2 mod_tsa mod_uid X-SVN-Commit-Revision: 462849 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2018 16:26:52 -0000 Author: joneum Date: Sat Feb 24 16:26:50 2018 New Revision: 462849 URL: https://svnweb.freebsd.org/changeset/ports/462849 Log: Take maintainership Approved by: mentors (implicit) Modified: head/www/mod_auth_mysql2/Makefile head/www/mod_auth_openid/Makefile head/www/mod_dnssd/Makefile head/www/mod_gnutls/Makefile head/www/mod_ntlm2/Makefile head/www/mod_tsa/Makefile head/www/mod_uid/Makefile Modified: head/www/mod_auth_mysql2/Makefile ============================================================================== --- head/www/mod_auth_mysql2/Makefile Sat Feb 24 16:14:36 2018 (r462848) +++ head/www/mod_auth_mysql2/Makefile Sat Feb 24 16:26:50 2018 (r462849) @@ -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 Modified: head/www/mod_auth_openid/Makefile ============================================================================== --- head/www/mod_auth_openid/Makefile Sat Feb 24 16:14:36 2018 (r462848) +++ head/www/mod_auth_openid/Makefile Sat Feb 24 16:26:50 2018 (r462849) @@ -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 Modified: head/www/mod_dnssd/Makefile ============================================================================== --- head/www/mod_dnssd/Makefile Sat Feb 24 16:14:36 2018 (r462848) +++ head/www/mod_dnssd/Makefile Sat Feb 24 16:26:50 2018 (r462849) @@ -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 Modified: head/www/mod_gnutls/Makefile ============================================================================== --- head/www/mod_gnutls/Makefile Sat Feb 24 16:14:36 2018 (r462848) +++ head/www/mod_gnutls/Makefile Sat Feb 24 16:26:50 2018 (r462849) @@ -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 Modified: head/www/mod_ntlm2/Makefile ============================================================================== --- head/www/mod_ntlm2/Makefile Sat Feb 24 16:14:36 2018 (r462848) +++ head/www/mod_ntlm2/Makefile Sat Feb 24 16:26:50 2018 (r462849) @@ -9,7 +9,7 @@ MASTER_SITES= SF/modntlm/modntlm2/${PORTNAME}-${PORTVE 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 Modified: head/www/mod_tsa/Makefile ============================================================================== --- head/www/mod_tsa/Makefile Sat Feb 24 16:14:36 2018 (r462848) +++ head/www/mod_tsa/Makefile Sat Feb 24 16:26:50 2018 (r462849) @@ -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 Modified: head/www/mod_uid/Makefile ============================================================================== --- head/www/mod_uid/Makefile Sat Feb 24 16:14:36 2018 (r462848) +++ head/www/mod_uid/Makefile Sat Feb 24 16:26:50 2018 (r462849) @@ -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