Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 10:32:58 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333559 - head/misc/py-pexpect
Message-ID:  <201311121032.rACAWw5V090355@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	wg@FreeBSD.org
 COMMENT=	Pure Python Expect-like module
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311121032.rACAWw5V090355>