Date: Tue, 17 Jun 2014 16:56:01 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358148 - head/x11/ooxcb Message-ID: <201406171656.s5HGu174081706@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Tue Jun 17 16:56:01 2014 New Revision: 358148 URL: http://svnweb.freebsd.org/changeset/ports/358148 QAT: https://qat.redports.org/buildarchive/r358148/ Log: - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Modified: head/x11/ooxcb/Makefile Modified: head/x11/ooxcb/Makefile ============================================================================== --- head/x11/ooxcb/Makefile Tue Jun 17 16:50:33 2014 (r358147) +++ head/x11/ooxcb/Makefile Tue Jun 17 16:56:01 2014 (r358148) @@ -3,16 +3,16 @@ PORTNAME= ooxcb PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://samurai-x.org/downloads/ MAINTAINER= gahr@FreeBSD.org COMMENT= Python binding to the X server using xcb -USE_PYTHON= yes USE_XORG= xcb -USE_PYDISTUTILS=easy_install -PLIST_FILES= ${PYTHON_SITELIBDIR:S/${LOCALBASE}\///}/${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406171656.s5HGu174081706>