From owner-svn-ports-head@freebsd.org Sat Dec 24 12:58:21 2016 Return-Path: Delivered-To: svn-ports-head@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 C75CDC8E45B; Sat, 24 Dec 2016 12:58:21 +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 7CCB81B9A; Sat, 24 Dec 2016 12:58:21 +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 uBOCwKYo024251; Sat, 24 Dec 2016 12:58:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBOCwKaL024248; Sat, 24 Dec 2016 12:58:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612241258.uBOCwKaL024248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 Dec 2016 12:58:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429336 - head/devel/py-gevent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2016 12:58:21 -0000 Author: sunpoet Date: Sat Dec 24 12:58:20 2016 New Revision: 429336 URL: https://svnweb.freebsd.org/changeset/ports/429336 Log: - Update to 1.2.0 Changes: https://github.com/gevent/gevent/releases Modified: head/devel/py-gevent/Makefile head/devel/py-gevent/distinfo Modified: head/devel/py-gevent/Makefile ============================================================================== --- head/devel/py-gevent/Makefile Sat Dec 24 12:57:51 2016 (r429335) +++ head/devel/py-gevent/Makefile Sat Dec 24 12:58:20 2016 (r429336) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gevent -PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcares.so:dns/c-ares \ libev.so:devel/libev -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.9:devel/py-greenlet -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.9:devel/py-greenlet \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.10:devel/py-greenlet +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.10:devel/py-greenlet \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 DO_MAKE_TEST= ${SETENV} PYTHONPATH=../ ${PYTHON_CMD} @@ -29,13 +28,12 @@ USES= localbase python .include -.if ${PYTHON_REL} >= 3000 post-patch: - @${RM} ${WRKSRC}/gevent/_util_py2.py - @${REINPLACE_CMD} -e '/gevent._util_py2/d' ${WRKSRC}/gevent/hub.py +.if ${PYTHON_REL} >= 3000 + @${RM} ${WRKSRC}/src/gevent/_util_py2.py .endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gevent/*.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gevent/*.so ${STAGEDIR}${PYTHON_SITELIBDIR}/gevent/libev/corecext.so .include Modified: head/devel/py-gevent/distinfo ============================================================================== --- head/devel/py-gevent/distinfo Sat Dec 24 12:57:51 2016 (r429335) +++ head/devel/py-gevent/distinfo Sat Dec 24 12:58:20 2016 (r429336) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479405280 -SHA256 (gevent-1.1.2.tar.gz) = cb15cf73d69a2eeefed330858f09634e2c50bf46da9f9e7635730fcfb872c02c -SIZE (gevent-1.1.2.tar.gz) = 2007938 +TIMESTAMP = 1482569157 +SHA256 (gevent-1.2.0.tar.gz) = fec7aaa513bec624634a67eb3c85baffa7e1781b1b76680493224a6a5aed6edf +SIZE (gevent-1.2.0.tar.gz) = 2842490