astro/astrometry: Update to 0.93

Allow to work with the numpy 1.24 release.

Changes: https://github.com/dstndstn/astrometry.net/releases/tag/0.93

Reported by:	portscout, Repology
This commit is contained in:
Rainer Hurling 2022-12-30 11:01:34 +01:00
parent aa17ba01c9
commit 7a7adc67c5
5 changed files with 19 additions and 11 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= astrometry
PORTVERSION= 0.92
PORTREVISION= 1
PORTVERSION= 0.93
CATEGORIES= astro
MASTER_SITES= http://astrometry.net/downloads/
DISTNAME= ${PORTNAME}.net-${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1669964707
SHA256 (astrometry.net-0.92.tar.gz) = d6eec262bb8979028d64ea05322f80eec275d7aaeed5efd537e2a79410c678a5
SIZE (astrometry.net-0.92.tar.gz) = 11761712
TIMESTAMP = 1672048951
SHA256 (astrometry.net-0.93.tar.gz) = 9a4854c87210422e113b8f6855912a38f0b187526171364ee2a889d36c674d70
SIZE (astrometry.net-0.93.tar.gz) = 11761752

View File

@ -1,2 +0,0 @@
#define NEED_CANONICALIZE_FILE_NAME 1
#define HAVE_NETPBM 1

View File

@ -0,0 +1,11 @@
--- include/astrometry/os-features.h.orig 2022-12-19 21:41:15 UTC
+++ include/astrometry/os-features.h
@@ -4,6 +4,8 @@
*/
#ifndef OS_FEATURES_H
#define OS_FEATURES_H
+#define NEED_CANONICALIZE_FILE_NAME 1
+#define HAVE_NETPBM 1
#include "astrometry/os-features-config.h"

View File

@ -1,6 +1,6 @@
--- util/Makefile.orig 2019-04-22 16:25:30 UTC
--- util/Makefile.orig 2022-12-19 21:41:15 UTC
+++ util/Makefile
@@ -198,7 +198,9 @@ LINK_DIR := $(PY_BASE_LINK_DIR)/util
@@ -203,7 +203,9 @@ install: install-core
install: install-core
$(MAKE) install-core
@echo "The following copy commands may fail; they are optional."
@ -11,7 +11,7 @@
@echo ok
.PHONY: install
@@ -209,7 +211,9 @@ pyinstall:
@@ -214,7 +216,9 @@ pyinstall:
echo $(CP) $$x '$(PY_INSTALL_DIR)/'$$x; \
$(CP) $$x '$(PY_INSTALL_DIR)/'$$x; \
done
@ -22,7 +22,7 @@
.PHONY: pyinstall
@@ -233,8 +237,8 @@ install-core: $(PYTHON_EXECS) $(PROGS) $(MAIN_PROGS) $
@@ -238,8 +242,8 @@ install-core: $(PYTHON_EXECS) $(PROGS) $(MAIN_PROGS) $
done
@echo Installing executables into '$(BIN_INSTALL_DIR)'...
@for x in $(PROGS) $(MAIN_PROGS); do \