Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2024 19:08:50 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0bc67cc9c97f - main - astro/astrometry: Update to 0.95
Message-ID:  <202405281908.44SJ8o4O013908@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0bc67cc9c97f889b4f9e549f16049d92ceb6905a

commit 0bc67cc9c97f889b4f9e549f16049d92ceb6905a
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2024-05-28 19:06:00 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2024-05-28 19:06:00 +0000

    astro/astrometry: Update to 0.95
    
    - Small fixes for Python 3.12
    - Better Dockerfiles
    
    Changelog: https://github.com/dstndstn/astrometry.net/compare/0.94...0.95
    
    Reported by:    portscout, Repology
---
 astro/astrometry/Makefile  | 4 ++--
 astro/astrometry/distinfo  | 6 +++---
 astro/astrometry/pkg-plist | 1 +
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile
index 26a3d7a07341..712b39ca3d0f 100644
--- a/astro/astrometry/Makefile
+++ b/astro/astrometry/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	astrometry
-PORTVERSION=	0.94
-PORTREVISION=	1
+PORTVERSION=	0.95
 CATEGORIES=	astro
 MASTER_SITES=	https://github.com/dstndstn/${PORTNAME}.net/releases/download/${DISTVERSION}/
 DISTNAME=	${PORTNAME}.net-${PORTVERSION}
@@ -66,6 +65,7 @@ post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
 .endfor
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libastrometry.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/astrometry/solver/_solver${PYTHON_EXT_SUFFIX}.so
 	@${REINPLACE_CMD} -i '' \
 		-e 's|${STAGEDIR}/usr/local/data|${DATADIR}|' \
 		${STAGEDIR}${PREFIX}/etc/${PORTNAME}.cfg
diff --git a/astro/astrometry/distinfo b/astro/astrometry/distinfo
index 139bc5564e9a..2021dff47aa5 100644
--- a/astro/astrometry/distinfo
+++ b/astro/astrometry/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696056694
-SHA256 (astrometry.net-0.94.tar.gz) = 38c0d04171ecae42033ce5c9cd0757d8c5fc1418f2004d85e858f29aee383c5f
-SIZE (astrometry.net-0.94.tar.gz) = 11761748
+TIMESTAMP = 1716915811
+SHA256 (astrometry.net-0.95.tar.gz) = b8239e39b44d6877b0427edeffd95efc258520044ff5afdd0fb1a89ff8f1afc0
+SIZE (astrometry.net-0.95.tar.gz) = 11771990
diff --git a/astro/astrometry/pkg-plist b/astro/astrometry/pkg-plist
index 5ea6505470f4..3964df50e852 100644
--- a/astro/astrometry/pkg-plist
+++ b/astro/astrometry/pkg-plist
@@ -222,6 +222,7 @@ lib/libqfits.a
 %%PYTHON_LIBDIR%%/astrometry/sdss/sdss_name.py
 %%PYTHON_LIBDIR%%/astrometry/sdss/yanny.py
 %%PYTHON_LIBDIR%%/astrometry/solver/__init__.py
+%%PYTHON_LIBDIR%%/astrometry/solver/_solver%%PYTHON_EXT_SUFFIX%%.so
 %%PYTHON_LIBDIR%%/astrometry/util/EXIF.py
 %%PYTHON_LIBDIR%%/astrometry/util/__init__.py
 %%PYTHON_LIBDIR%%/astrometry/util/_util%%PYTHON_EXT_SUFFIX%%.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405281908.44SJ8o4O013908>