From owner-svn-ports-all@FreeBSD.ORG Wed Jan 29 17:54:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD0F2108; Wed, 29 Jan 2014 17:54:50 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA1041462; Wed, 29 Jan 2014 17:54:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0THsoRo072081; Wed, 29 Jan 2014 17:54:50 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0THsorL072080; Wed, 29 Jan 2014 17:54:50 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401291754.s0THsorL072080@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 29 Jan 2014 17:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341766 - head/devel/libc++ X-SVN-Group: ports-head 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.17 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: Wed, 29 Jan 2014 17:54:50 -0000 Author: bapt Date: Wed Jan 29 17:54:50 2014 New Revision: 341766 URL: http://svnweb.freebsd.org/changeset/ports/341766 QAT: https://qat.redports.org/buildarchive/r341766/ Log: Take maintainership Approved by: kwm Modified: head/devel/libc++/Makefile Modified: head/devel/libc++/Makefile ============================================================================== --- head/devel/libc++/Makefile Wed Jan 29 17:46:33 2014 (r341765) +++ head/devel/libc++/Makefile Wed Jan 29 17:54:50 2014 (r341766) @@ -6,7 +6,7 @@ PORTVERSION= ${SVN_REV} CATEGORIES= devel MASTER_SITES= LOCAL/kwm -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= Llvm's C++ standard library with c++11 support BUILD_DEPENDS= clang33:${PORTSDIR}/lang/clang33