svn commit: r360902 - head/textproc/py-enchant
William Grzybowski
wg at FreeBSD.org
Sun Jul 6 14:02:53 UTC 2014
Author: wg
Date: Sun Jul 6 14:02:52 2014
New Revision: 360902
URL: http://svnweb.freebsd.org/changeset/ports/360902
QAT: https://qat.redports.org/buildarchive/r360902/
Log:
textproc/py-enchant: use WX 3.0
- Remove leading article from COMMENT
- Use new syntax for lib depends
Approved by: portmgr (bapt, blanket)
Modified:
head/textproc/py-enchant/Makefile
Modified: head/textproc/py-enchant/Makefile
==============================================================================
--- head/textproc/py-enchant/Makefile Sun Jul 6 13:43:10 2014 (r360901)
+++ head/textproc/py-enchant/Makefile Sun Jul 6 14:02:52 2014 (r360902)
@@ -3,21 +3,21 @@
PORTNAME= enchant
PORTVERSION= 1.6.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= textproc devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= nivit at FreeBSD.org
-COMMENT= A spellchecking library for Python based on the Enchant library
+COMMENT= Spellchecking library for Python based on the Enchant library
-LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
+LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
-USE_WX= 2.8
+USE_WX= 3.0+
WX_COMPS= python:run
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-all
mailing list