From owner-svn-ports-head@freebsd.org Sun Oct 14 16:28:37 2018 Return-Path: Delivered-To: svn-ports-head@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 A72F910D9CBE; Sun, 14 Oct 2018 16:28:37 +0000 (UTC) (envelope-from sunpoet@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 5D2DC8F3C3; Sun, 14 Oct 2018 16:28:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 581CD20B38; Sun, 14 Oct 2018 16:28:37 +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 w9EGSbSL006857; Sun, 14 Oct 2018 16:28:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9EGSbm3006855; Sun, 14 Oct 2018 16:28:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810141628.w9EGSbm3006855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Oct 2018 16:28:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482058 - head/devel/py-gevent X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-gevent X-SVN-Commit-Revision: 482058 X-SVN-Commit-Repository: ports 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.27 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: Sun, 14 Oct 2018 16:28:37 -0000 Author: sunpoet Date: Sun Oct 14 16:28:36 2018 New Revision: 482058 URL: https://svnweb.freebsd.org/changeset/ports/482058 Log: Update to 1.3.7 Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst Modified: head/devel/py-gevent/Makefile head/devel/py-gevent/distinfo Modified: head/devel/py-gevent/Makefile ============================================================================== --- head/devel/py-gevent/Makefile Sun Oct 14 16:28:27 2018 (r482057) +++ head/devel/py-gevent/Makefile Sun Oct 14 16:28:36 2018 (r482058) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gevent -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,12 +18,13 @@ LIB_DEPENDS= libcares.so:dns/c-ares \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.14:devel/py-greenlet@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} +USES= localbase python +USE_PYTHON= autoplist concurrent distutils + DO_MAKE_TEST= ${SETENV} PYTHONPATH=../ ${PYTHON_CMD} MAKE_ENV= CARES_EMBED=0 LIBEV_EMBED=0 TEST_TARGET= testrunner.py TEST_WRKSRC= ${WRKSRC}/greentest -USE_PYTHON= autoplist concurrent distutils -USES= localbase python .include Modified: head/devel/py-gevent/distinfo ============================================================================== --- head/devel/py-gevent/distinfo Sun Oct 14 16:28:27 2018 (r482057) +++ head/devel/py-gevent/distinfo Sun Oct 14 16:28:36 2018 (r482058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534618965 -SHA256 (gevent-1.3.6.tar.gz) = 7b413c391e8ad6607b7f7540d698a94349abd64e4935184c595f7cdcc69904c6 -SIZE (gevent-1.3.6.tar.gz) = 4500128 +TIMESTAMP = 1539426970 +SHA256 (gevent-1.3.7.tar.gz) = 3f06f4802824c577272960df003a304ce95b3e82eea01dad2637cc8609c80e2c +SIZE (gevent-1.3.7.tar.gz) = 4614437