diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-25 00:33:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-25 00:33:10 +0800 |
commit | 633fee904336d5fc5979e1fd6a40453c8292e55f (patch) | |
tree | 953ecb2cb521536ccd209ea529c964436141ed38 /x11-toolkits | |
parent | 2b9678d8dd7608ff84d2633ce7d287d4ef56aaea (diff) | |
download | freebsd-ports-gnome-633fee904336d5fc5979e1fd6a40453c8292e55f.tar.gz freebsd-ports-gnome-633fee904336d5fc5979e1fd6a40453c8292e55f.tar.zst freebsd-ports-gnome-633fee904336d5fc5979e1fd6a40453c8292e55f.zip |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-kiwi/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/py-kiwi/Makefile b/x11-toolkits/py-kiwi/Makefile index f21dc5f6e5e0..33b5ae680aaf 100644 --- a/x11-toolkits/py-kiwi/Makefile +++ b/x11-toolkits/py-kiwi/Makefile @@ -9,17 +9,16 @@ MASTER_SITES= http://download.gnome.org/sources/${PORTNAME}/1.9/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= nivit@FreeBSD.org -COMMENT= A framework and a set of enhanced widgets based on PyGTK +MAINTAINER= ports@FreeBSD.org +COMMENT= Framework and a set of enhanced widgets based on PyGTK BUILD_DEPENDS= pygtk-codegen-2.0:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS= pygtk-codegen-2.0:${PORTSDIR}/x11-toolkits/py-gtk2 -USES= gettext +USES= gettext tar:xz USE_GNOME= libglade2 USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_XZ= yes DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME} |