Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2021 05:51:55 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 42eecec38717 - main - astro/gnuastro: the port had been updated and improved (+)
Message-ID:  <202110110551.19B5ptpK040271@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=42eecec387174ba3d4436ed6cee9c0a025af3da0

commit 42eecec387174ba3d4436ed6cee9c0a025af3da0
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-10-11 05:50:56 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
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 <danfe@FreeBSD.org>
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110110551.19B5ptpK040271>