pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/erfa
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 25 19:50:54 UTC 2022
Modified Files:
pkgsrc/math/erfa: Makefile distinfo
Log Message:
erfa: update to 2.0.0.
Based on update in wip by Kinoshita Daisuke, nia and mef.
This version of ERFA (v2.0.0) is based on SOFA version "20210512",
with the differences outlined below.
ERFA 2.0.0 and SOFA "20210512"
Functionally, there no differences except for the added
eraVersion, eraSofaVersion, and leap second functions noted
above.
The three new functions added in SOFA are added to ERFA as
well.
Like for SOFA, one now has to explicitly include erfam.h to
use its macros defining constants, etc. Including just erfa.h
(or erfaextra.h) will no longer includes erfam.h implicitly.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/erfa/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/erfa/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/erfa/Makefile
diff -u pkgsrc/math/erfa/Makefile:1.5 pkgsrc/math/erfa/Makefile:1.6
--- pkgsrc/math/erfa/Makefile:1.5 Mon Jul 25 11:12:25 2022
+++ pkgsrc/math/erfa/Makefile Mon Jul 25 19:50:54 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/07/25 11:12:25 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/25 19:50:54 wiz Exp $
-DISTNAME= erfa-1.7.1
+DISTNAME= erfa-2.0.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=liberfa/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/math/erfa/distinfo
diff -u pkgsrc/math/erfa/distinfo:1.3 pkgsrc/math/erfa/distinfo:1.4
--- pkgsrc/math/erfa/distinfo:1.3 Tue Oct 26 10:55:39 2021
+++ pkgsrc/math/erfa/distinfo Mon Jul 25 19:50:54 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:55:39 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/07/25 19:50:54 wiz Exp $
-BLAKE2s (erfa-1.7.1.tar.gz) = e6415156a2076595d3a95f487a411a8d6d280058d94dffd3637432ee34ef69e6
-SHA512 (erfa-1.7.1.tar.gz) = 353d7ffc0fb62768375c0514bc7a17fbefeca5d316e3c3efbd83a1060f19b084f9dda0af261f618f19b5f6d5642f1d4669af6a9e03cbe37959f8d0b8f1713b9a
-Size (erfa-1.7.1.tar.gz) = 334357 bytes
+BLAKE2s (erfa-2.0.0.tar.gz) = a76b33ad6707fc19a3e1c70617b369d868939499bea4132ad8029e3d1ea8f613
+SHA512 (erfa-2.0.0.tar.gz) = 4906da5e51aea662899478d38afc9428283e5b49c2b4eaf7b06f701939ed09dfd79c6e0c5ebc253aabd43a702404e261cb568f6892604f29c3ba94791b4570a9
+Size (erfa-2.0.0.tar.gz) = 342215 bytes
Home |
Main Index |
Thread Index |
Old Index