From owner-svn-ports-head@FreeBSD.ORG Sat Sep 21 02:58:30 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 068DF952; Sat, 21 Sep 2013 02:58:30 +0000 (UTC) (envelope-from koobs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8BBF2197; Sat, 21 Sep 2013 02:58:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L2wTXW088424; Sat, 21 Sep 2013 02:58:29 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L2wTYq088423; Sat, 21 Sep 2013 02:58:29 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309210258.r8L2wTYq088423@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 21 Sep 2013 02:58:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327788 - head/multimedia/x264 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.14 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: Sat, 21 Sep 2013 02:58:30 -0000 Author: koobs Date: Sat Sep 21 02:58:29 2013 New Revision: 327788 URL: http://svnweb.freebsd.org/changeset/ports/327788 Log: multimedia/x264: Take maintainership - Take maintainership Modified: head/multimedia/x264/Makefile Modified: head/multimedia/x264/Makefile ============================================================================== --- head/multimedia/x264/Makefile Sat Sep 21 00:06:29 2013 (r327787) +++ head/multimedia/x264/Makefile Sat Sep 21 02:58:29 2013 (r327788) @@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= x264 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= koobs@FreeBSD.org COMMENT?= Library and tool for encoding H.264/AVC video streams LICENSE= GPLv2