Date: Tue, 26 Nov 2019 14:48:51 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518465 - head/astro/gnuastro Message-ID: <201911261448.xAQEmp2h054815@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Nov 26 14:48:51 2019 New Revision: 518465 URL: https://svnweb.freebsd.org/changeset/ports/518465 Log: - Update Gnuastro to version 0.11 - Drop no longer needed `post-patch' target Modified: head/astro/gnuastro/Makefile head/astro/gnuastro/distinfo head/astro/gnuastro/pkg-plist Modified: head/astro/gnuastro/Makefile ============================================================================== --- head/astro/gnuastro/Makefile Tue Nov 26 11:54:06 2019 (r518464) +++ head/astro/gnuastro/Makefile Tue Nov 26 14:48:51 2019 (r518465) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnuastro -PORTVERSION= 0.10 -PORTREVISION= 2 +PORTVERSION= 0.11 CATEGORIES= astro MASTER_SITES= GNU @@ -28,10 +27,6 @@ INFO= ${PORTNAME} PORTDOCS= AUTHORS ChangeLog NEWS README THANKS 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 post-install: @${FIND} ${STAGEDIR}${PREFIX}/etc -name \*.conf \ Modified: head/astro/gnuastro/distinfo ============================================================================== --- head/astro/gnuastro/distinfo Tue Nov 26 11:54:06 2019 (r518464) +++ head/astro/gnuastro/distinfo Tue Nov 26 14:48:51 2019 (r518465) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564793993 -SHA256 (gnuastro-0.10.tar.lz) = 2ba06b23a61a1a142cb0d40f7509ac1992067276ae3448285662b5e601acb03e -SIZE (gnuastro-0.10.tar.lz) = 3467563 +TIMESTAMP = 1574693798 +SHA256 (gnuastro-0.11.tar.lz) = 7bcc22311e69db17351a476df01dfd31009b0db06e2b6d525338efb3b0603e30 +SIZE (gnuastro-0.11.tar.lz) = 3490088 Modified: head/astro/gnuastro/pkg-plist ============================================================================== --- head/astro/gnuastro/pkg-plist Tue Nov 26 11:54:06 2019 (r518464) +++ head/astro/gnuastro/pkg-plist Tue Nov 26 14:48:51 2019 (r518465) @@ -25,6 +25,7 @@ bin/astwarp @sample etc/astmatch.conf.sample @sample etc/astmkcatalog.conf.sample @sample etc/astmknoise.conf.sample +@sample etc/astmkprof-3d.conf.sample @sample etc/astmkprof.conf.sample @sample etc/astnoisechisel.conf.sample @sample etc/astsegment.conf.sample @@ -66,8 +67,8 @@ include/gnuastro/type.h include/gnuastro/wcs.h lib/libgnuastro.a lib/libgnuastro.so -lib/libgnuastro.so.8 -lib/libgnuastro.so.8.0.0 +lib/libgnuastro.so.9 +lib/libgnuastro.so.9.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?201911261448.xAQEmp2h054815>