Date: Sat, 20 Mar 2021 01:55:56 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568834 - head/astro/sofa Message-ID: <202103200155.12K1tuRN072489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Mar 20 01:55:56 2021 New Revision: 568834 URL: https://svnweb.freebsd.org/changeset/ports/568834 Log: astro/sofa: Update 20200721 -> 20210125 Modified: head/astro/sofa/Makefile head/astro/sofa/distinfo Modified: head/astro/sofa/Makefile ============================================================================== --- head/astro/sofa/Makefile Sat Mar 20 01:43:37 2021 (r568833) +++ head/astro/sofa/Makefile Sat Mar 20 01:55:56 2021 (r568834) @@ -1,28 +1,31 @@ # $FreeBSD$ PORTNAME= sofa -DISTVERSION= 20200721 # also called Release 16 +DISTVERSION= 20210125 # also called Release 17a CATEGORIES= astro devel MASTER_SITES= http://www.iausofa.org/${DISTVERSION:C/(....)(....)/\\1_\\2/}_C/ -DISTNAME= ${PORTNAME}_c-${DISTVERSION} +DISTNAME= ${PORTNAME}_c-${DISTVERSION}_a MAINTAINER= yuri@FreeBSD.org COMMENT= Set of algorithms and procedures used in fundamental astronomy LICENSE= SOFA LICENSE_NAME= SOFA Software License -LICENSE_FILE= ${WRKDIR}/sofa/${DISTVERSION}/c/doc/copyr.lis +LICENSE_FILE= ${WRKSRC}/../doc/copyr.lis LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept MAKEFILE= makefile USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}/${DISTVERSION}/c/src +WRKSRC= ${WRKDIR}/${PORTNAME}/${DISTVERSION}_a/c/src BINARY_ALIAS= gcc=cc MAKE_ARGS= CFLAGF="-c ${CFLAGS} -fPIC" INSTALL_DIR=${STAGEDIR}${PREFIX} PLIST_FILES= include/sofa.h \ include/sofam.h \ lib/libsofa_c.so + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsofa_c.so .include <bsd.port.mk> Modified: head/astro/sofa/distinfo ============================================================================== --- head/astro/sofa/distinfo Sat Mar 20 01:43:37 2021 (r568833) +++ head/astro/sofa/distinfo Sat Mar 20 01:55:56 2021 (r568834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602560552 -SHA256 (sofa_c-20200721.tar.gz) = b10453f20567341171a455e8e1c70a2a7d4a61864aebf19f6fc746734a22efae -SIZE (sofa_c-20200721.tar.gz) = 1964408 +TIMESTAMP = 1616205109 +SHA256 (sofa_c-20210125_a.tar.gz) = 5eef8e167cfa71ebe0367abf8b3d73a0b6d264cff5bf35e0e7c733cc5b09d51d +SIZE (sofa_c-20210125_a.tar.gz) = 2433240
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103200155.12K1tuRN072489>