From owner-svn-ports-all@freebsd.org Sat Feb 22 16:00:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A7118242884; Sat, 22 Feb 2020 16:00:06 +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.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 48PtMB2sKbz474r; Sat, 22 Feb 2020 16:00:06 +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 5A09725E68; Sat, 22 Feb 2020 16:00:06 +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 01MG06up059755; Sat, 22 Feb 2020 16:00:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01MG05T9059753; Sat, 22 Feb 2020 16:00:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002221600.01MG05T9059753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 22 Feb 2020 16:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526831 - in head/devel/ipython5: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/ipython5: . files X-SVN-Commit-Revision: 526831 X-SVN-Commit-Repository: ports 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.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: Sat, 22 Feb 2020 16:00:06 -0000 Author: sunpoet Date: Sat Feb 22 16:00:05 2020 New Revision: 526831 URL: https://svnweb.freebsd.org/changeset/ports/526831 Log: Update to 5.9.0 - Update manpage location (r523104) - Add PORTSCOUT Changes: https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst Deleted: head/devel/ipython5/files/ Modified: head/devel/ipython5/Makefile head/devel/ipython5/distinfo Modified: head/devel/ipython5/Makefile ============================================================================== --- head/devel/ipython5/Makefile Sat Feb 22 15:59:56 2020 (r526830) +++ head/devel/ipython5/Makefile Sat Feb 22 16:00:05 2020 (r526831) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ipython -PORTVERSION= 5.8.0 -PORTREVISION= 4 +PORTVERSION= 5.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,10 +26,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py USES= python USE_PYTHON= autoplist concurrent distutils USE_GCC= yes # To be removed - Needed as a work-around for numpy, see PR ports/188114 + NO_ARCH= yes -OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= * + +OPTIONS_DEFINE= EXAMPLES + +PORTSCOUT= limit:^5\. .include Modified: head/devel/ipython5/distinfo ============================================================================== --- head/devel/ipython5/distinfo Sat Feb 22 15:59:56 2020 (r526830) +++ head/devel/ipython5/distinfo Sat Feb 22 16:00:05 2020 (r526831) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533032413 -SHA256 (ipython-5.8.0.tar.gz) = 4bac649857611baaaf76bc82c173aa542f7486446c335fe1a6c05d0d491c8906 -SIZE (ipython-5.8.0.tar.gz) = 4977824 +TIMESTAMP = 1582355012 +SHA256 (ipython-5.9.0.tar.gz) = 8ac83f3a6232b7a5ee4d3535193e782d3de8c260e7b034b968a9cd1e1580f789 +SIZE (ipython-5.9.0.tar.gz) = 4972065