svn commit: r337855 - head/misc/py-YABT

William Grzybowski wg at FreeBSD.org
Sat Dec 28 11:23:04 UTC 2013


Author: wg
Date: Sat Dec 28 11:23:04 2013
New Revision: 337855
URL: http://svnweb.freebsd.org/changeset/ports/337855

Log:
  misc/py-YABT: support staging and switch from easy_install

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

Modified: head/misc/py-YABT/Makefile
==============================================================================
--- head/misc/py-YABT/Makefile	Sat Dec 28 11:21:46 2013	(r337854)
+++ head/misc/py-YABT/Makefile	Sat Dec 28 11:23:04 2013	(r337855)
@@ -3,6 +3,7 @@
 
 PORTNAME=	YABT
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	misc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	General Purpose Braille Translation System
 
 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