From owner-svn-ports-head@freebsd.org Sun Aug 4 11:55:19 2019 Return-Path: Delivered-To: svn-ports-head@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 454ACA78BA; Sun, 4 Aug 2019 11:55:19 +0000 (UTC) (envelope-from danfe@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 461fTz10Dmz4RY7; Sun, 4 Aug 2019 11:55:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D93A32EB3; Sun, 4 Aug 2019 11:55:18 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x74BtIqt027041; Sun, 4 Aug 2019 11:55:18 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x74BtI3a027038; Sun, 4 Aug 2019 11:55:18 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201908041155.x74BtI3a027038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 4 Aug 2019 11:55:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508090 - in head/astro/gnuastro: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/astro/gnuastro: . files X-SVN-Commit-Revision: 508090 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Aug 2019 11:55:19 -0000 Author: danfe Date: Sun Aug 4 11:55:18 2019 New Revision: 508090 URL: https://svnweb.freebsd.org/changeset/ports/508090 Log: - Update Gnuastro to version 0.10 (switch to the .tar.lz distfile) - Stop patching `lib/gnuastro/table.h' for missing #include which was not needed since version 0.9 (r501098); remove patches that were integrated upstream Deleted: head/astro/gnuastro/files/ Modified: head/astro/gnuastro/Makefile head/astro/gnuastro/distinfo head/astro/gnuastro/pkg-plist Modified: head/astro/gnuastro/Makefile ============================================================================== --- head/astro/gnuastro/Makefile Sun Aug 4 11:43:40 2019 (r508089) +++ head/astro/gnuastro/Makefile Sun Aug 4 11:55:18 2019 (r508090) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnuastro -PORTVERSION= 0.9 -PORTREVISION= 2 +PORTVERSION= 0.10 CATEGORIES= astro MASTER_SITES= GNU @@ -19,7 +18,7 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= gmake jpeg libtool:build localbase +USES= gmake jpeg libtool:build localbase tar:lz GNU_CONFIGURE= yes USE_LDCONFIG= yes TEST_TARGET= check @@ -32,8 +31,6 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,gcc,${CC},' ${WRKSRC}/bin/buildprog/buildprog.c @${REINPLACE_CMD} -e 's,/bash,/sh,' ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -e '31s,^,#include ,' \ - ${WRKSRC}/lib/gnuastro/table.h post-install: @${FIND} ${STAGEDIR}${PREFIX}/etc -name \*.conf \ Modified: head/astro/gnuastro/distinfo ============================================================================== --- head/astro/gnuastro/distinfo Sun Aug 4 11:43:40 2019 (r508089) +++ head/astro/gnuastro/distinfo Sun Aug 4 11:55:18 2019 (r508090) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555520218 -SHA256 (gnuastro-0.9.tar.gz) = c98dba97f022960d1792ffdba1f3bd411fb2945cd577902f79c73296799b6818 -SIZE (gnuastro-0.9.tar.gz) = 5312132 +TIMESTAMP = 1564793993 +SHA256 (gnuastro-0.10.tar.lz) = 2ba06b23a61a1a142cb0d40f7509ac1992067276ae3448285662b5e601acb03e +SIZE (gnuastro-0.10.tar.lz) = 3467563 Modified: head/astro/gnuastro/pkg-plist ============================================================================== --- head/astro/gnuastro/pkg-plist Sun Aug 4 11:43:40 2019 (r508089) +++ head/astro/gnuastro/pkg-plist Sun Aug 4 11:55:18 2019 (r508090) @@ -55,6 +55,7 @@ include/gnuastro/permutation.h include/gnuastro/pointer.h include/gnuastro/polygon.h include/gnuastro/qsort.h +include/gnuastro/speclines.h include/gnuastro/statistics.h include/gnuastro/table.h include/gnuastro/threads.h @@ -65,8 +66,8 @@ include/gnuastro/type.h include/gnuastro/wcs.h lib/libgnuastro.a lib/libgnuastro.so -lib/libgnuastro.so.7 -lib/libgnuastro.so.7.0.0 +lib/libgnuastro.so.8 +lib/libgnuastro.so.8.0.0 libdata/pkgconfig/gnuastro.pc man/man1/astarithmetic.1.gz man/man1/astbuildprog.1.gz