From owner-dev-commits-ports-main@freebsd.org Wed Aug 4 23:01:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC1A565771B; Wed, 4 Aug 2021 23:01:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gg6fj3rqGz3Lrx; Wed, 4 Aug 2021 23:01:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6232774A9; Wed, 4 Aug 2021 23:01:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 174N11aG072349; Wed, 4 Aug 2021 23:01:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 174N11tw072348; Wed, 4 Aug 2021 23:01:01 GMT (envelope-from git) Date: Wed, 4 Aug 2021 23:01:01 GMT Message-Id: <202108042301.174N11tw072348@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: e5259622e62d - main - astro/sofa: Update 20210125 -> 20210512 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e5259622e62d54ec9953cd9580cc88f6c532d116 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2021 23:01:02 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5259622e62d54ec9953cd9580cc88f6c532d116 commit e5259622e62d54ec9953cd9580cc88f6c532d116 Author: Yuri Victorovich AuthorDate: 2021-08-04 22:36:04 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-04 22:43:01 +0000 astro/sofa: Update 20210125 -> 20210512 --- astro/sofa/Makefile | 10 ++++++---- astro/sofa/distinfo | 6 +++--- astro/sofa/pkg-descr | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/astro/sofa/Makefile b/astro/sofa/Makefile index 8befd5c9c090..94c030785820 100644 --- a/astro/sofa/Makefile +++ b/astro/sofa/Makefile @@ -1,8 +1,8 @@ PORTNAME= sofa -DISTVERSION= 20210125 # also called Release 17a +DISTVERSION= 20210512 # also called Release 18 CATEGORIES= astro devel -MASTER_SITES= http://www.iausofa.org/${DISTVERSION:C/(....)(....)/\\1_\\2/}_C/ -DISTNAME= ${PORTNAME}_c-${DISTVERSION}_a +MASTER_SITES= https://www.iausofa.org/${DISTVERSION:C/(....)(....)/\\1_\\2/}_C/ +DISTNAME= ${PORTNAME}_c-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Set of algorithms and procedures used in fundamental astronomy @@ -15,8 +15,10 @@ LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept MAKEFILE= makefile USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}/${DISTVERSION}_a/c/src +WRKSRC= ${WRKDIR}/${PORTNAME}/${DISTVERSION}/c/src + BINARY_ALIAS= gcc=cc + MAKE_ARGS= CFLAGF="-c ${CFLAGS} -fPIC" INSTALL_DIR=${STAGEDIR}${PREFIX} PLIST_FILES= include/sofa.h \ diff --git a/astro/sofa/distinfo b/astro/sofa/distinfo index 5ffafddd4a2a..5105e1b43269 100644 --- a/astro/sofa/distinfo +++ b/astro/sofa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616205109 -SHA256 (sofa_c-20210125_a.tar.gz) = 5eef8e167cfa71ebe0367abf8b3d73a0b6d264cff5bf35e0e7c733cc5b09d51d -SIZE (sofa_c-20210125_a.tar.gz) = 2433240 +TIMESTAMP = 1628116427 +SHA256 (sofa_c-20210512.tar.gz) = 3362baba47ce965af1fc6a3141052a0e1f643d186e8deca83df1ea97455bb2fd +SIZE (sofa_c-20210512.tar.gz) = 2784709 diff --git a/astro/sofa/pkg-descr b/astro/sofa/pkg-descr index 74b974e347b9..78d31c688c59 100644 --- a/astro/sofa/pkg-descr +++ b/astro/sofa/pkg-descr @@ -14,4 +14,4 @@ astronomy algorithms, which include routines for the following: * Precession, Nutation and Polar Motion * Star Catalog Conversion -WWW: http://www.iausofa.org +WWW: https://www.iausofa.org/