svn commit: r422725 - head/textproc/py-esmre

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Sep 24 14:22:52 UTC 2016


Author: rm
Date: Sat Sep 24 14:22:50 2016
New Revision: 422725
URL: https://svnweb.freebsd.org/changeset/ports/422725

Log:
  textproc/py-esmre: remove NO_ARCH
  
  This port is not architecture neutral, so remove NO_ARCH and
  bump PORTREVISION.
  While here, limit python version to 2.x, because the module
  fails to build with python3.
  
  PR:		212834
  Submitted by:	Danilo G. Baio (dbaio) <dbaio at bsd.com.br> (maintainer)

Modified:
  head/textproc/py-esmre/Makefile
  head/textproc/py-esmre/pkg-descr

Modified: head/textproc/py-esmre/Makefile
==============================================================================
--- head/textproc/py-esmre/Makefile	Sat Sep 24 14:22:21 2016	(r422724)
+++ head/textproc/py-esmre/Makefile	Sat Sep 24 14:22:50 2016	(r422725)
@@ -2,6 +2,7 @@
 
 PORTNAME=	esmre
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,7 @@ COMMENT=	Regular expression accelerator 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NO_ARCH=	yes
-USES=		python
+USES=		python:-2.7
 USE_PYTHON=	autoplist distutils
 
 post-install:

Modified: head/textproc/py-esmre/pkg-descr
==============================================================================
--- head/textproc/py-esmre/pkg-descr	Sat Sep 24 14:22:21 2016	(r422724)
+++ head/textproc/py-esmre/pkg-descr	Sat Sep 24 14:22:50 2016	(r422725)
@@ -1,4 +1,4 @@
-Modules used to accelerate execution of a large collection 
+Modules used to accelerate execution of a large collection
 of regular expressions using the Aho-Corasick algorithms.
 
 WWW: https://pypi.python.org/pypi/esmre


More information about the svn-ports-all mailing list