From owner-svn-ports-all@freebsd.org Mon Jan 16 12:20:22 2017 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 3C3ADCB1379; Mon, 16 Jan 2017 12:20:22 +0000 (UTC) (envelope-from amdmi3@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 093211B8B; Mon, 16 Jan 2017 12:20:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0GCKLQO031325; Mon, 16 Jan 2017 12:20:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0GCKLrQ031323; Mon, 16 Jan 2017 12:20:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201701161220.v0GCKLrQ031323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 16 Jan 2017 12:20:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431632 - head/devel/py-phply 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: Mon, 16 Jan 2017 12:20:22 -0000 Author: amdmi3 Date: Mon Jan 16 12:20:20 2017 New Revision: 431632 URL: https://svnweb.freebsd.org/changeset/ports/431632 Log: - Update to 1.0.0 - Add python 3 support - License file was removed from the package PR: 216138 Submitted by: dbaio@bsd.com.br (maintainer) Modified: head/devel/py-phply/Makefile head/devel/py-phply/distinfo Modified: head/devel/py-phply/Makefile ============================================================================== --- head/devel/py-phply/Makefile Mon Jan 16 11:59:57 2017 (r431631) +++ head/devel/py-phply/Makefile Mon Jan 16 12:20:20 2017 (r431632) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= phply -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +10,9 @@ MAINTAINER= dbaio@bsd.com.br COMMENT= PHP lexer and parser in Python LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:-2.7 +USES= python USE_PYTHON= autoplist distutils .include Modified: head/devel/py-phply/distinfo ============================================================================== --- head/devel/py-phply/distinfo Mon Jan 16 11:59:57 2017 (r431631) +++ head/devel/py-phply/distinfo Mon Jan 16 12:20:20 2017 (r431632) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467933894 -SHA256 (phply-0.9.1.tar.gz) = 6afe997a3b0ab3dbc2d5d8769d9c9e10d1fd9812e416d2deaf6ba56fd2565ed8 -SIZE (phply-0.9.1.tar.gz) = 30640 +TIMESTAMP = 1484565483 +SHA256 (phply-1.0.0.tar.gz) = 0b9040adaf0e8d7fce2217dc92ce64cf3c88f5235bd3fe37194d7b7002c3ac41 +SIZE (phply-1.0.0.tar.gz) = 65226