Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 11:42:59 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357867 - head/textproc/py-enchant
Message-ID:  <201406151142.s5FBgxuk094657@svn.freebsd.org>

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



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