diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-30 01:54:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-30 01:54:50 +0800 |
commit | 2b2a09eb715719b57f53ecbb444f487ac9cf6f55 (patch) | |
tree | 1fa22b3c0893ca3359abedbb560388d6904849c6 | |
parent | ac93c83525c5b6bca1078b2df772ea4307ab529f (diff) | |
download | freebsd-ports-gnome-2b2a09eb715719b57f53ecbb444f487ac9cf6f55.tar.gz freebsd-ports-gnome-2b2a09eb715719b57f53ecbb444f487ac9cf6f55.tar.zst freebsd-ports-gnome-2b2a09eb715719b57f53ecbb444f487ac9cf6f55.zip |
Take maintainership
Approved by: kwm
-rw-r--r-- | devel/libc++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libc++/Makefile b/devel/libc++/Makefile index 224c57b8d67f..17a51b73119b 100644 --- a/devel/libc++/Makefile +++ b/devel/libc++/Makefile @@ -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 |