From owner-svn-ports-all@freebsd.org Fri Dec 4 12:36:02 2015 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 7A98FA406AC; Fri, 4 Dec 2015 12:36:02 +0000 (UTC) (envelope-from sunpoet@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 44B2018D0; Fri, 4 Dec 2015 12:36:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB4Ca10N017974; Fri, 4 Dec 2015 12:36:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4Ca1O7017972; Fri, 4 Dec 2015 12:36:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512041236.tB4Ca1O7017972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Dec 2015 12:36:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402981 - head/devel/py-simpleparse 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.20 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: Fri, 04 Dec 2015 12:36:02 -0000 Author: sunpoet Date: Fri Dec 4 12:36:00 2015 New Revision: 402981 URL: https://svnweb.freebsd.org/changeset/ports/402981 Log: - Update to 2.2.0 - Relax USES=python - Remove MXBASE option: SimpleParse 2.1.0 and above include a patched version of mxTextTools Modified: head/devel/py-simpleparse/Makefile head/devel/py-simpleparse/distinfo Modified: head/devel/py-simpleparse/Makefile ============================================================================== --- head/devel/py-simpleparse/Makefile Fri Dec 4 12:35:56 2015 (r402980) +++ head/devel/py-simpleparse/Makefile Fri Dec 4 12:36:00 2015 (r402981) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= simpleparse -PORTVERSION= 2.1.1 -PORTREVISION= 2 +PORTVERSION= 2.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +11,7 @@ DISTNAME= SimpleParse-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python EBNF parser generator (with mx.TextTools derivative) -OPTIONS_DEFINE= MXBASE -# This one is only needed because of mx.DateTime -MXBASE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mx-base>0:${PORTSDIR}/lang/py-mx-base - -USES= python:2 +USES= python USE_PYTHON= autoplist distutils post-install: Modified: head/devel/py-simpleparse/distinfo ============================================================================== --- head/devel/py-simpleparse/distinfo Fri Dec 4 12:35:56 2015 (r402980) +++ head/devel/py-simpleparse/distinfo Fri Dec 4 12:36:00 2015 (r402981) @@ -1,2 +1,2 @@ -SHA256 (SimpleParse-2.1.1.tar.gz) = 2f1393790dd7b0af9775bd9c828430ffdd8bccd6227783c09e835e1aced415d9 -SIZE (SimpleParse-2.1.1.tar.gz) = 207078 +SHA256 (SimpleParse-2.2.0.tar.gz) = 18ccdc249bb550717af796af04a7d50aef523368901f64036a48eee5daca149d +SIZE (SimpleParse-2.2.0.tar.gz) = 218082