svn commit: r526831 - in head/devel/ipython5: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 22 16:00:06 UTC 2020
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 <bsd.port.pre.mk>
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
More information about the svn-ports-all
mailing list