svn commit: r357867 - head/textproc/py-enchant

Marcus von Appen mva at FreeBSD.org
Sun Jun 15 11:42:59 UTC 2014


Author: mva
Date: Sun Jun 15 11:42:59 2014
New Revision: 357867
URL: http://svnweb.freebsd.org/changeset/ports/357867
QAT: https://qat.redports.org/buildarchive/r357867/

Log:
  - Enable stagedir support
  - Remove easy_install dependency
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Deleted:
  head/textproc/py-enchant/pkg-plist
Modified:
  head/textproc/py-enchant/Makefile

Modified: head/textproc/py-enchant/Makefile
==============================================================================
--- head/textproc/py-enchant/Makefile	Sun Jun 15 10:46:42 2014	(r357866)
+++ head/textproc/py-enchant/Makefile	Sun Jun 15 11:42:59 2014	(r357867)
@@ -3,7 +3,7 @@
 
 PORTNAME=	enchant
 PORTVERSION=	1.6.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,14 +14,12 @@ COMMENT=	A spellchecking library for Pyt
 
 LIB_DEPENDS=	enchant.1:${PORTSDIR}/textproc/enchant
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_WX=	2.8
 WX_COMPS=	python:run
 
-PYDISTUTILS_PKGNAME=	pyenchant
-
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list