diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-05-14 17:56:46 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-05-14 17:56:46 +0800 |
commit | 5a45151f070551614e70cdeb737ac4d8d7e722d2 (patch) | |
tree | 1a0073390505f8142537f7daf50b94f945fe9d8a | |
parent | 1b5d4572846e15adb08630e85a347f51d718f35d (diff) | |
download | xorg-devel-ports-5a45151f070551614e70cdeb737ac4d8d7e722d2.tar.gz xorg-devel-ports-5a45151f070551614e70cdeb737ac4d8d7e722d2.tar.zst xorg-devel-ports-5a45151f070551614e70cdeb737ac4d8d7e722d2.zip |
Merge r876:
Switch maintainership to x11@, since we use it.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-7.7@878 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11/xcb-proto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 8c9ae7f..eba3f6d 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.8 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ -MAINTAINER= ashish@FreeBSD.org +MAINTAINER= x11@FreeBSD.org COMMENT= The X protocol C-language Binding (XCB) protocol BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2 |