From owner-svn-ports-head@FreeBSD.ORG Thu Aug 7 16:53:23 2014 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 ESMTPS id A60EB653 for ; Thu, 7 Aug 2014 16:53:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C07D27CB for ; Thu, 7 Aug 2014 16:53:23 +0000 (UTC) Received: from sunpoet (uid 1240) (envelope-from sunpoet@FreeBSD.org) id 2458 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 16:53:23 +0000 From: Sunpoet Po-Chuan Hsieh Date: Thu, 7 Aug 2014 16:53:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364307 - head/lang/v8-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e3af03.2458.28638a89@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 07 Aug 2014 16:53:23 -0000 Author: sunpoet Date: Thu Aug 7 16:53:23 2014 New Revision: 364307 URL: http://svnweb.freebsd.org/changeset/ports/364307 QAT: https://qat.redports.org/buildarchive/r364307/ Log: - Take maintainership Modified: head/lang/v8-devel/Makefile Modified: head/lang/v8-devel/Makefile ============================================================================== --- head/lang/v8-devel/Makefile Thu Aug 7 16:53:10 2014 (r364306) +++ head/lang/v8-devel/Makefile Thu Aug 7 16:53:23 2014 (r364307) @@ -8,7 +8,7 @@ CATEGORIES= lang MASTER_SITES= LOCAL/vanilla PKGNAMESUFFIX= -devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google's open source JavaScript engine LICENSE= BSD3CLAUSE