Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 11:23:04 +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: r337855 - head/misc/py-YABT
Message-ID:  <201312281123.rBSBN4aa061519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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