From owner-svn-ports-all@freebsd.org Thu Feb 14 19:00:49 2019 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 1B39F14DDDEC; Thu, 14 Feb 2019 19:00:49 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C60186C06; Thu, 14 Feb 2019 19:00:48 +0000 (UTC) (envelope-from bofh@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 7A957B23E; Thu, 14 Feb 2019 19:00:48 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1EJ0mLe033484; Thu, 14 Feb 2019 19:00:48 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1EJ0m8s033483; Thu, 14 Feb 2019 19:00:48 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201902141900.x1EJ0m8s033483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 14 Feb 2019 19:00:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492930 - head/www/py-h2 X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/www/py-h2 X-SVN-Commit-Revision: 492930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8C60186C06 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 14 Feb 2019 19:00:49 -0000 Author: bofh Date: Thu Feb 14 19:00:47 2019 New Revision: 492930 URL: https://svnweb.freebsd.org/changeset/ports/492930 Log: www/py-h2: Update version 3.0.1=>3.1.0 Approved by: shaun Modified: head/www/py-h2/Makefile head/www/py-h2/distinfo Modified: head/www/py-h2/Makefile ============================================================================== --- head/www/py-h2/Makefile Thu Feb 14 18:48:58 2019 (r492929) +++ head/www/py-h2/Makefile Thu Feb 14 19:00:47 2019 (r492930) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= h2 -PORTVERSION= 3.0.1 +PORTVERSION= 3.1.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,13 @@ COMMENT= HTTP/2 State-Machine based protocol implement LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hyperframe>=5.0.0:www/py-hyperframe@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hpack>=2.3:www/py-hpack@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hyperframe>=5.2.0:www/py-hyperframe@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hpack>=2.3:www/py-hpack@${PY_FLAVOR} \ + ${PY_ENUM34} USES?= python USE_PYTHON= distutils autoplist + NO_ARCH= yes .include Modified: head/www/py-h2/distinfo ============================================================================== --- head/www/py-h2/distinfo Thu Feb 14 18:48:58 2019 (r492929) +++ head/www/py-h2/distinfo Thu Feb 14 19:00:47 2019 (r492930) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491953058 -SHA256 (h2-3.0.1.tar.gz) = b2962f883fa392a23cbfcc4ad03c335bcc661be0cf9627657b589f0df2206e64 -SIZE (h2-3.0.1.tar.gz) = 2208816 +TIMESTAMP = 1550168290 +SHA256 (h2-3.1.0.tar.gz) = fd07e865a3272ac6ef195d8904de92dc7b38dc28297ec39cfa22716b6d62e6eb +SIZE (h2-3.1.0.tar.gz) = 2213210