summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astro/py-ephem/Makefile2
-rw-r--r--astro/py-ephem/distinfo6
-rw-r--r--astro/py-ephem/files/patch-extensions___libastro.c9
3 files changed, 4 insertions, 13 deletions
diff --git a/astro/py-ephem/Makefile b/astro/py-ephem/Makefile
index 92aed6b5f840..442edb8b5974 100644
--- a/astro/py-ephem/Makefile
+++ b/astro/py-ephem/Makefile
@@ -1,7 +1,7 @@
# Created by: db
PORTNAME= ephem
-PORTVERSION= 4.1
+PORTVERSION= 4.1.1
CATEGORIES= astro math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-ephem/distinfo b/astro/py-ephem/distinfo
index 4da09e18e21e..6c59667bca79 100644
--- a/astro/py-ephem/distinfo
+++ b/astro/py-ephem/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633030603
-SHA256 (ephem-4.1.tar.gz) = c076794a511a34b5b91871c1cf6374dbc323ec69fca3f50eb718f20b171259d6
-SIZE (ephem-4.1.tar.gz) = 1254139
+TIMESTAMP = 1638291557
+SHA256 (ephem-4.1.1.tar.gz) = dba9e05c78ce910ae75a06351a5592479191a8dc570ac0cd6d18a77e98138873
+SIZE (ephem-4.1.1.tar.gz) = 1254139
diff --git a/astro/py-ephem/files/patch-extensions___libastro.c b/astro/py-ephem/files/patch-extensions___libastro.c
deleted file mode 100644
index e90b1852c6b3..000000000000
--- a/astro/py-ephem/files/patch-extensions___libastro.c
+++ /dev/null
@@ -1,9 +0,0 @@
---- extensions/_libastro.c.orig 2021-06-12 19:13:26 UTC
-+++ extensions/_libastro.c
-@@ -1,5 +1,6 @@
- /* Python header files. */
-
-+#define PY_SSIZE_T_CLEAN
- #include "Python.h"
-
- #if PY_MAJOR_VERSION == 2