From owner-svn-ports-all@freebsd.org Fri Feb 23 14:50:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D930F27FE4; Fri, 23 Feb 2018 14:50:21 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F1EB83CBD; Fri, 23 Feb 2018 14:50:21 +0000 (UTC) (envelope-from dbaio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09EE017E44; Fri, 23 Feb 2018 14:50:21 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1NEoKd0074059; Fri, 23 Feb 2018 14:50:20 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1NEoKC4074057; Fri, 23 Feb 2018 14:50:20 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201802231450.w1NEoKC4074057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Fri, 23 Feb 2018 14:50:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462701 - head/devel/py-ply X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-ply X-SVN-Commit-Revision: 462701 X-SVN-Commit-Repository: ports 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.25 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, 23 Feb 2018 14:50:21 -0000 Author: dbaio Date: Fri Feb 23 14:50:20 2018 New Revision: 462701 URL: https://svnweb.freebsd.org/changeset/ports/462701 Log: devel/py-ply: Update to 3.11 Add test target. Changes: https://github.com/dabeaz/ply/blob/3.11/CHANGES Modified: head/devel/py-ply/Makefile head/devel/py-ply/distinfo Modified: head/devel/py-ply/Makefile ============================================================================== --- head/devel/py-ply/Makefile Fri Feb 23 14:24:18 2018 (r462700) +++ head/devel/py-ply/Makefile Fri Feb 23 14:50:20 2018 (r462701) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ply -PORTVERSION= 3.10 -PORTREVISION= 1 +PORTVERSION= 3.11 CATEGORIES= devel python MASTER_SITES= http://www.dabeaz.com/ply/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -36,6 +35,9 @@ post-install-DOCS-on: post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/example/ ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + +do-test: + @cd ${WRKSRC}/test && ${PYTHON_CMD} testlex.py && ${PYTHON_CMD} testyacc.py .include Modified: head/devel/py-ply/distinfo ============================================================================== --- head/devel/py-ply/distinfo Fri Feb 23 14:24:18 2018 (r462700) +++ head/devel/py-ply/distinfo Fri Feb 23 14:50:20 2018 (r462701) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485949861 -SHA256 (ply-3.10.tar.gz) = 96e94af7dd7031d8d6dd6e2a8e0de593b511c211a86e28a9c9621c275ac8bacb -SIZE (ply-3.10.tar.gz) = 150926 +TIMESTAMP = 1519321006 +SHA256 (ply-3.11.tar.gz) = 00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3 +SIZE (ply-3.11.tar.gz) = 159130