aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-01 16:18:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-01 16:18:06 +0000
commit6aedb5c964a070979416e3e13524df22ca3a8028 (patch)
tree4e09201479829c9c90b6cdd1da328991c515edb5
parent85afc0ecbf49424e1ef83cad3701301582c65727 (diff)
downloadports-6aedb5c964a070979416e3e13524df22ca3a8028.tar.gz
ports-6aedb5c964a070979416e3e13524df22ca3a8028.zip
Notes
-rw-r--r--devel/ipython/Makefile2
-rw-r--r--devel/ipython/distinfo6
-rw-r--r--devel/ipython/files/patch-setupbase.py11
3 files changed, 4 insertions, 15 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile
index d67d4d731cbe..df5d358a54de 100644
--- a/devel/ipython/Makefile
+++ b/devel/ipython/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ipython
-PORTVERSION= 7.6.1
+PORTVERSION= 7.7.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo
index 16f85b60eb15..4733663b342d 100644
--- a/devel/ipython/distinfo
+++ b/devel/ipython/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562260807
-SHA256 (ipython-7.6.1.tar.gz) = 11067ab11d98b1e6c7f0993506f7a5f8a91af420f7e82be6575fcb7a6ca372a0
-SIZE (ipython-7.6.1.tar.gz) = 5197256
+TIMESTAMP = 1564577892
+SHA256 (ipython-7.7.0.tar.gz) = 1d3a1692921e932751bc1a1f7bb96dc38671eeefdc66ed33ee4cbc57e92a410e
+SIZE (ipython-7.7.0.tar.gz) = 5157086
diff --git a/devel/ipython/files/patch-setupbase.py b/devel/ipython/files/patch-setupbase.py
deleted file mode 100644
index a52646f57418..000000000000
--- a/devel/ipython/files/patch-setupbase.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setupbase.py.orig 2016-08-13 12:56:43 UTC
-+++ setupbase.py
-@@ -203,7 +203,7 @@ def find_data_files():
- Just man pages at this point.
- """
-
-- manpagebase = pjoin('share', 'man', 'man1')
-+ manpagebase = pjoin('man', 'man1')
-
- # Simple file lists can be made by hand
- manpages = [f for f in glob(pjoin('docs','man','*.1.gz')) if isfile(f)]