Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 11:53:56 +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: r337717 - head/devel/py-testoob
Message-ID:  <201312271153.rBRBruQh010822@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Fri Dec 27 11:53:55 2013
New Revision: 337717
URL: http://svnweb.freebsd.org/changeset/ports/337717

Log:
  devel/py-testoob: support staging and switch from easy_install

Deleted:
  head/devel/py-testoob/pkg-plist
Modified:
  head/devel/py-testoob/Makefile

Modified: head/devel/py-testoob/Makefile
==============================================================================
--- head/devel/py-testoob/Makefile	Fri Dec 27 11:51:46 2013	(r337716)
+++ head/devel/py-testoob/Makefile	Fri Dec 27 11:53:55 2013	(r337717)
@@ -3,6 +3,7 @@
 
 PORTNAME=	testoob
 PORTVERSION=	1.15
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	SF \
 		CHEESESHOP
@@ -20,12 +21,9 @@ OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME
 
 USE_BZIP2=	yes
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	${PORTNAME}
-PYDISTUTILS_PKGVERSION=	${PORTVERSION}
-PYDISTUTILS_NOEGGINFO=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MTWISTED}



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