svn commit: r358148 - head/x11/ooxcb
Marcus von Appen
mva at FreeBSD.org
Tue Jun 17 16:56:01 UTC 2014
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 at 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>
More information about the svn-ports-all
mailing list