From owner-svn-ports-all@freebsd.org Sat Sep 24 14:22:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F303BE677D; Sat, 24 Sep 2016 14:22:52 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDE2A2D2; Sat, 24 Sep 2016 14:22:51 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8OEMpcA016732; Sat, 24 Sep 2016 14:22:51 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8OEMp2E016730; Sat, 24 Sep 2016 14:22:51 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201609241422.u8OEMp2E016730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 24 Sep 2016 14:22:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422725 - head/textproc/py-esmre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 14:22:52 -0000 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) (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