diff options
author | ashish <ashish@FreeBSD.org> | 2010-06-11 21:37:41 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2010-06-11 21:37:41 +0800 |
commit | cbe60efcd327575d7878254a6457f3bd957625c7 (patch) | |
tree | eebf702dac50eb70488307be08c3c7cece8c826a /x11/xpyb | |
parent | 2bf0e5a254e197073cd10588ee4f4636e4fe6134 (diff) | |
download | freebsd-ports-gnome-cbe60efcd327575d7878254a6457f3bd957625c7.tar.gz freebsd-ports-gnome-cbe60efcd327575d7878254a6457f3bd957625c7.tar.zst freebsd-ports-gnome-cbe60efcd327575d7878254a6457f3bd957625c7.zip |
- Change my maintainer address.
Approved by: pgj (mentor)
Diffstat (limited to 'x11/xpyb')
-rw-r--r-- | x11/xpyb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xpyb/Makefile b/x11/xpyb/Makefile index d5de86b5f630..c5dbbe22b9a3 100644 --- a/x11/xpyb/Makefile +++ b/x11/xpyb/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://xcb.freedesktop.org/%SUBDIR%/ MASTER_SITE_SUBDIR= dist PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wahjava@gmail.com +MAINTAINER= ashish@FreeBSD.org COMMENT= Python bindings to access X Window System protocol via libxcb BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \ |