svn commit: r333559 - head/misc/py-pexpect

William Grzybowski wg at FreeBSD.org
Tue Nov 12 10:32:58 UTC 2013


Author: wg
Date: Tue Nov 12 10:32:57 2013
New Revision: 333559
URL: http://svnweb.freebsd.org/changeset/ports/333559

Log:
  misc/py-pexpect: allow staging
  
  - Allow staging
  - Use auto python plist
  - Take maintainership

Deleted:
  head/misc/py-pexpect/pkg-plist
Modified:
  head/misc/py-pexpect/Makefile

Modified: head/misc/py-pexpect/Makefile
==============================================================================
--- head/misc/py-pexpect/Makefile	Tue Nov 12 10:06:18 2013	(r333558)
+++ head/misc/py-pexpect/Makefile	Tue Nov 12 10:32:57 2013	(r333559)
@@ -8,11 +8,11 @@ CATEGORIES=	misc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	wg at FreeBSD.org
 COMMENT=	Pure Python Expect-like module
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list