From nobody Mon Oct 11 05:51:55 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7A9C817F261B; Mon, 11 Oct 2021 05:51:55 +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 4HSSbv35K5z4lJn; Mon, 11 Oct 2021 05:51:55 +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 4A2431B8D1; Mon, 11 Oct 2021 05:51:55 +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 19B5pt8m040272; Mon, 11 Oct 2021 05:51:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19B5ptpK040271; Mon, 11 Oct 2021 05:51:55 GMT (envelope-from git) Date: Mon, 11 Oct 2021 05:51:55 GMT Message-Id: <202110110551.19B5ptpK040271@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 42eecec38717 - main - astro/gnuastro: the port had been updated and improved (+) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 42eecec387174ba3d4436ed6cee9c0a025af3da0 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=42eecec387174ba3d4436ed6cee9c0a025af3da0 commit 42eecec387174ba3d4436ed6cee9c0a025af3da0 Author: Alexey Dokuchaev AuthorDate: 2021-10-11 05:50:56 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-10-11 05:50:57 +0000 astro/gnuastro: the port had been updated and improved (+) - Update GNU Astronomy Utilities to the latest version 0.16 - Use `install-strip' so that installed library gets stripped - Do not try to run the tests across entire source code, they are confined to a single subdirectory (makes the build log less noisy) Reported by: upstream maintainer via information bulletin --- astro/gnuastro/Makefile | 5 +++-- astro/gnuastro/distinfo | 6 +++--- astro/gnuastro/pkg-plist | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/astro/gnuastro/Makefile b/astro/gnuastro/Makefile index 291037a24c7e..dc3275643114 100644 --- a/astro/gnuastro/Makefile +++ b/astro/gnuastro/Makefile @@ -1,8 +1,7 @@ # Created by: Alexey Dokuchaev PORTNAME= gnuastro -PORTVERSION= 0.15 -PORTREVISION= 2 +PORTVERSION= 0.16 CATEGORIES= astro MASTER_SITES= GNU @@ -21,7 +20,9 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ USES= gmake jpeg libtool:build localbase tar:lz GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip TEST_TARGET= check +TEST_WRKSRC= ${WRKSRC}/tests INFO= ${PORTNAME} PORTDOCS= AUTHORS ChangeLog NEWS README THANKS diff --git a/astro/gnuastro/distinfo b/astro/gnuastro/distinfo index bc1d4a07568d..baebb1f5d6f3 100644 --- a/astro/gnuastro/distinfo +++ b/astro/gnuastro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622411120 -SHA256 (gnuastro-0.15.tar.lz) = c4c3cac3cf7fd3b04c505e80cbf8979b5a56bd0810aaa3492d59dfd57b1c59ca -SIZE (gnuastro-0.15.tar.lz) = 3767537 +TIMESTAMP = 1633897865 +SHA256 (gnuastro-0.16.tar.lz) = 07885fb5f62ec9cef1dc8e9a109d92425929eb1ef338eacfcff6cada4a06b91f +SIZE (gnuastro-0.16.tar.lz) = 3803852 diff --git a/astro/gnuastro/pkg-plist b/astro/gnuastro/pkg-plist index c02f59a4e078..37d4eb708115 100644 --- a/astro/gnuastro/pkg-plist +++ b/astro/gnuastro/pkg-plist @@ -76,8 +76,8 @@ include/gnuastro/units.h include/gnuastro/wcs.h lib/libgnuastro.a lib/libgnuastro.so -lib/libgnuastro.so.13 -lib/libgnuastro.so.13.0.0 +lib/libgnuastro.so.14 +lib/libgnuastro.so.14.0.0 libdata/pkgconfig/gnuastro.pc man/man1/astarithmetic.1.gz man/man1/astbuildprog.1.gz