From owner-svn-ports-head@FreeBSD.ORG Tue Jan 20 10:02:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7661985A; Tue, 20 Jan 2015 10:02:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 487123CE; Tue, 20 Jan 2015 10:02:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0KA25EF015728; Tue, 20 Jan 2015 10:02:05 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0KA24ta015725; Tue, 20 Jan 2015 10:02:04 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201501201002.t0KA24ta015725@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Tue, 20 Jan 2015 10:02:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377500 - in head/www: lighttpd lighttpd-mod_geoip lighttpd-mod_h264_streaming X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2015 10:02:05 -0000 Author: mm Date: Tue Jan 20 10:02:03 2015 New Revision: 377500 URL: https://svnweb.freebsd.org/changeset/ports/377500 QAT: https://qat.redports.org/buildarchive/r377500/ Log: Return maintainership of lighttpd back to ports@ Modified: head/www/lighttpd-mod_geoip/Makefile head/www/lighttpd-mod_h264_streaming/Makefile head/www/lighttpd/Makefile Modified: head/www/lighttpd-mod_geoip/Makefile ============================================================================== --- head/www/lighttpd-mod_geoip/Makefile Tue Jan 20 09:56:10 2015 (r377499) +++ head/www/lighttpd-mod_geoip/Makefile Tue Jan 20 10:02:03 2015 (r377500) @@ -6,7 +6,7 @@ CATEGORIES= www geography PKGNAMEPREFIX= lighttpd- DISTNAME= lighttpd-${PORTVERSION} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GeoIP module for lighttpd LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP Modified: head/www/lighttpd-mod_h264_streaming/Makefile ============================================================================== --- head/www/lighttpd-mod_h264_streaming/Makefile Tue Jan 20 09:56:10 2015 (r377499) +++ head/www/lighttpd-mod_h264_streaming/Makefile Tue Jan 20 10:02:03 2015 (r377500) @@ -6,7 +6,7 @@ CATEGORIES= www multimedia PKGNAMEPREFIX= lighttpd- DISTNAME= lighttpd-${PORTVERSION} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= H264 streaming module for lighttpd BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd Modified: head/www/lighttpd/Makefile ============================================================================== --- head/www/lighttpd/Makefile Tue Jan 20 09:56:10 2015 (r377499) +++ head/www/lighttpd/Makefile Tue Jan 20 10:02:03 2015 (r377500) @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ -MAINTAINER?= mm@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= Secure, fast, compliant, and flexible Web Server .if !defined(_BUILDING_LIGHTTPD_MODULE)