svn commit: r356085 - head/sysutils/py-drmaa

Martin Wilke miwi at FreeBSD.org
Sun Jun 1 09:50:02 UTC 2014


Author: miwi
Date: Sun Jun  1 09:50:01 2014
New Revision: 356085
URL: http://svnweb.freebsd.org/changeset/ports/356085
QAT: https://qat.redports.org/buildarchive/r356085/

Log:
  - Convert to PYDISTUTILS_AUTOPLIST
  - Stage support

Deleted:
  head/sysutils/py-drmaa/pkg-plist
Modified:
  head/sysutils/py-drmaa/Makefile

Modified: head/sysutils/py-drmaa/Makefile
==============================================================================
--- head/sysutils/py-drmaa/Makefile	Sun Jun  1 09:49:18 2014	(r356084)
+++ head/sysutils/py-drmaa/Makefile	Sun Jun  1 09:50:01 2014	(r356085)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drmaa
 PORTVERSION=	0.4b3
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE=	BSD
 PROJECTHOST=	drmaa-python
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list