svn commit: r346670 - head/x11-toolkits/py-xlib

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 18:00:25 UTC 2014


Author: miwi
Date: Sat Mar  1 18:00:24 2014
New Revision: 346670
URL: http://svnweb.freebsd.org/changeset/ports/346670
QAT: https://qat.redports.org/buildarchive/r346670/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREVISION

Deleted:
  head/x11-toolkits/py-xlib/pkg-plist
Modified:
  head/x11-toolkits/py-xlib/Makefile

Modified: head/x11-toolkits/py-xlib/Makefile
==============================================================================
--- head/x11-toolkits/py-xlib/Makefile	Sat Mar  1 18:00:03 2014	(r346669)
+++ head/x11-toolkits/py-xlib/Makefile	Sat Mar  1 18:00:24 2014	(r346670)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xlib
 PORTVERSION=	0.14
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits python
 MASTER_SITES=	SF/python-${PORTNAME}/python-${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +14,6 @@ COMMENT=	X11 library for Python
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	python-xlib
-PYDISTUTILS_PKGVERSION=	0.12
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list