From owner-svn-ports-all@freebsd.org Wed Apr 5 19:58:16 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 7BDEED2F703; Wed, 5 Apr 2017 19:58:16 +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 4BDA418F; Wed, 5 Apr 2017 19:58:16 +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 v35JwFxK040865; Wed, 5 Apr 2017 19:58:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v35JwFRo040863; Wed, 5 Apr 2017 19:58:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704051958.v35JwFRo040863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Apr 2017 19:58:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437819 - head/www/py-notebook 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: Wed, 05 Apr 2017 19:58:16 -0000 Author: sunpoet Date: Wed Apr 5 19:58:15 2017 New Revision: 437819 URL: https://svnweb.freebsd.org/changeset/ports/437819 Log: Update to 5.0.0 - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/jupyter/notebook/releases Modified: head/www/py-notebook/Makefile head/www/py-notebook/distinfo Modified: head/www/py-notebook/Makefile ============================================================================== --- head/www/py-notebook/Makefile Wed Apr 5 19:58:09 2017 (r437818) +++ head/www/py-notebook/Makefile Wed Apr 5 19:58:15 2017 (r437819) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= notebook -PORTVERSION= 4.4.1 +PORTVERSION= 5.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,6 +25,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinj NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Modified: head/www/py-notebook/distinfo ============================================================================== --- head/www/py-notebook/distinfo Wed Apr 5 19:58:09 2017 (r437818) +++ head/www/py-notebook/distinfo Wed Apr 5 19:58:15 2017 (r437819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489231926 -SHA256 (notebook-4.4.1.tar.gz) = dfadef2babd7c04c6c257df7d07d7ba587e503dbb4e4c95305f9a95b8d3a9765 -SIZE (notebook-4.4.1.tar.gz) = 10377605 +TIMESTAMP = 1491396616 +SHA256 (notebook-5.0.0.tar.gz) = 1cea3bbbd03c8e5842a1403347a8cc8134486b3ce081a2e5b1952a00ea66ed54 +SIZE (notebook-5.0.0.tar.gz) = 11481080