Hello ports -- Attached is an update to GNU Astro. The NEWS file contains all the major changes: https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.13
Note that the shared library major is bumped due to removed symbols. While here, I'd like to take maintainer and also add a homepage that was missing from import. All tests pass on amd64. OK? (Now to the correct mailing list--thanks solene!) ~Brian
Index: Makefile =================================================================== RCS file: /cvs/ports/astro/gnuastro/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 24 Jun 2020 19:26:25 -0000 1.1.1.1 +++ Makefile 3 Oct 2020 16:21:31 -0000 @@ -1,10 +1,13 @@ # $OpenBSD: Makefile,v 1.1.1.1 2020/06/24 19:26:25 bcallah Exp $ COMMENT = GNU Astronomy Utilities -DISTNAME = gnuastro-0.12 +DISTNAME = gnuastro-0.13 CATEGORIES = astro -SHARED_LIBS += gnuastro 0.0 # 10.0 +SHARED_LIBS += gnuastro 1.0 # 11.0 + +HOMEPAGE = https://www.gnu.org/software/gnuastro/ +MAINTAINER = Brian Callahan <bcal...@openbsd.org> # GPLv3+ PERMIT_PACKAGE = Yes Index: distinfo =================================================================== RCS file: /cvs/ports/astro/gnuastro/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 24 Jun 2020 19:26:25 -0000 1.1.1.1 +++ distinfo 3 Oct 2020 16:21:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (gnuastro-0.12.tar.gz) = Jy784mtsgLrIYkjrjqLgY4AbHlAd7PZflWusW5FIK5s= -SIZE (gnuastro-0.12.tar.gz) = 5559331 +SHA256 (gnuastro-0.13.tar.gz) = YmT76h+z0f+Xi3Dm0w50tqqgpu+EFJvszknAQ5+HHiU= +SIZE (gnuastro-0.13.tar.gz) = 5638209 Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/astro/gnuastro/patches/patch-configure,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 patch-configure --- patches/patch-configure 24 Jun 2020 19:26:25 -0000 1.1.1.1 +++ patches/patch-configure 3 Oct 2020 16:21:31 -0000 @@ -5,7 +5,7 @@ Remove hardcoded -O3 Index: configure --- configure.orig +++ configure -@@ -19378,7 +19378,7 @@ fi +@@ -20265,7 +20265,7 @@ fi if test "x$enable_debug" = "xyes"; then : cflags_add="-g -O0"; enable_shared=no else @@ -14,7 +14,7 @@ Index: configure fi CFLAGS="-Wall $cflags_add $CFLAGS" CXXFLAGS="-Wall $cflags_add $CXXFLAGS" -@@ -27470,7 +27470,7 @@ $as_echo_n "checking for shell to use with libtool... +@@ -28419,7 +28419,7 @@ $as_echo_n "checking for shell to use with libtool... cprog=libtool_shell_test.c $as_echo "#include <stdio.h>"[] > $cprog $as_echo "int main(void){printf(\"success\\n\"); return 0;}" >> $cprog Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/astro/gnuastro/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 24 Jun 2020 19:26:25 -0000 1.1.1.1 +++ pkg/PLIST 3 Oct 2020 16:21:31 -0000 @@ -32,6 +32,7 @@ include/gnuastro/fits.h include/gnuastro/git.h include/gnuastro/interpolate.h include/gnuastro/jpeg.h +include/gnuastro/kdtree.h include/gnuastro/label.h include/gnuastro/list.h include/gnuastro/match.h