Date: Thu, 27 Jan 2022 16:57:33 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: 69ff18193e0f - main - astro/astrometry: Update to 0.89 Message-ID: <202201271657.20RGvXM5039755@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=69ff18193e0feeb62ee1a8dd497908b86f5a7c67 commit 69ff18193e0feeb62ee1a8dd497908b86f5a7c67 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2022-01-27 16:53:34 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2022-01-27 16:53:34 +0000 astro/astrometry: Update to 0.89 Fixes build error on 32-bit platforms. Changelog: https://github.com/dstndstn/astrometry.net/compare/0.88...0.89 Reported by: pkg-fallout MFH: 2022Q1 --- astro/astrometry/Makefile | 2 +- astro/astrometry/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index 8e80f6798c40..ec613499bcea 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -1,7 +1,7 @@ # Created by: Sébastien Santoro <dereckson@gmail.com> PORTNAME= astrometry -PORTVERSION= 0.88 +PORTVERSION= 0.89 CATEGORIES= astro MASTER_SITES= http://astrometry.net/downloads/ DISTNAME= ${PORTNAME}.net-${PORTVERSION} diff --git a/astro/astrometry/distinfo b/astro/astrometry/distinfo index 7ec53baece29..95665bb0f7dd 100644 --- a/astro/astrometry/distinfo +++ b/astro/astrometry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642258633 -SHA256 (astrometry.net-0.88.tar.gz) = f57d129547ad176a4ff04dc86fc7523d2e7437a9a7f9b567989b81db813b92d2 -SIZE (astrometry.net-0.88.tar.gz) = 11721209 +TIMESTAMP = 1643299821 +SHA256 (astrometry.net-0.89.tar.gz) = 98e955a6f747cde06904e461df8e09cd58fe14b1ecceb193e3619d0f5fc64acb +SIZE (astrometry.net-0.89.tar.gz) = 11721482
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201271657.20RGvXM5039755>