svn commit: r508090 - in head/astro/gnuastro: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Sun Aug 4 11:55:19 UTC 2019
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 <time.h>
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 <time.h>,' \
- ${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
More information about the svn-ports-all
mailing list