Date: Wed, 5 Apr 2017 19:58:15 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437819 - head/www/py-notebook Message-ID: <201704051958.v35JwFRo040863@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704051958.v35JwFRo040863>