From owner-svn-ports-head@freebsd.org Sat Jun 3 11:07:58 2017 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 B6F9FBEF502; Sat, 3 Jun 2017 11:07:58 +0000 (UTC) (envelope-from antoine@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 6D6E767DD0; Sat, 3 Jun 2017 11:07:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53B7vp3076004; Sat, 3 Jun 2017 11:07:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53B7vTe076001; Sat, 3 Jun 2017 11:07:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706031107.v53B7vTe076001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Jun 2017 11:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442477 - head/www/py-gevent-websocket 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, 03 Jun 2017 11:07:58 -0000 Author: antoine Date: Sat Jun 3 11:07:57 2017 New Revision: 442477 URL: https://svnweb.freebsd.org/changeset/ports/442477 Log: Update to 0.10.1 Modified: head/www/py-gevent-websocket/Makefile head/www/py-gevent-websocket/distinfo head/www/py-gevent-websocket/pkg-descr Modified: head/www/py-gevent-websocket/Makefile ============================================================================== --- head/www/py-gevent-websocket/Makefile Sat Jun 3 10:47:15 2017 (r442476) +++ head/www/py-gevent-websocket/Makefile Sat Jun 3 11:07:57 2017 (r442477) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gevent-websocket -PORTVERSION= 0.9.5 +PORTVERSION= 0.10.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-gevent-websocket/distinfo ============================================================================== --- head/www/py-gevent-websocket/distinfo Sat Jun 3 10:47:15 2017 (r442476) +++ head/www/py-gevent-websocket/distinfo Sat Jun 3 11:07:57 2017 (r442477) @@ -1,2 +1,3 @@ -SHA256 (gevent-websocket-0.9.5.tar.gz) = 0091d6e6aa7298510cadcccb8068e1097a50d4e19090d0c055a93068d4530056 -SIZE (gevent-websocket-0.9.5.tar.gz) = 16970 +TIMESTAMP = 1496478131 +SHA256 (gevent-websocket-0.10.1.tar.gz) = 7eaef32968290c9121f7c35b973e2cc302ffb076d018c9068d2f5ca8b2d85fb0 +SIZE (gevent-websocket-0.10.1.tar.gz) = 18366 Modified: head/www/py-gevent-websocket/pkg-descr ============================================================================== --- head/www/py-gevent-websocket/pkg-descr Sat Jun 3 10:47:15 2017 (r442476) +++ head/www/py-gevent-websocket/pkg-descr Sat Jun 3 11:07:57 2017 (r442477) @@ -4,4 +4,4 @@ Integration on both socket level or using an abstract RPC and PubSub framework using WAMP (WebSocket Application Messaging Protocol). Easily extendible using a simple WebSocket protocol plugin API -WWW: https://bitbucket.org/Jeffrey/gevent-websocket +WWW: https://www.gitlab.com/noppo/gevent-websocket