diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-10-02 04:06:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-10-02 04:06:51 +0800 |
commit | d56e42778609009bfa649f041c26b75f22e1a84f (patch) | |
tree | ed279927849cb0bf4eb6866c4220aef60eb36be1 /astro/cfitsio | |
parent | f0c61ece4ddc07bb5e397273e3d7bc8b6357e981 (diff) | |
download | freebsd-ports-gnome-d56e42778609009bfa649f041c26b75f22e1a84f.tar.gz freebsd-ports-gnome-d56e42778609009bfa649f041c26b75f22e1a84f.tar.zst freebsd-ports-gnome-d56e42778609009bfa649f041c26b75f22e1a84f.zip |
- Update to 3.370
Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Diffstat (limited to 'astro/cfitsio')
-rw-r--r-- | astro/cfitsio/Makefile | 5 | ||||
-rw-r--r-- | astro/cfitsio/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile index 1a08cf6ba5d2..0b3dab7ce2b6 100644 --- a/astro/cfitsio/Makefile +++ b/astro/cfitsio/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cfitsio -PORTVERSION= 3.360 -PORTREVISION= 2 +PORTVERSION= 3.370 CATEGORIES= astro MASTER_SITES= http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \ http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \ @@ -23,9 +22,9 @@ OPTIONS_DEFINE= DOCS ALL_TARGET= libcfitsio.a shared CFLAGS+= -I${INCLUDEDIR} -LIBS+= -L${LIBDIR} -lz CONFIGURE_ARGS= ac_cv_prog_FC=f2c GNU_CONFIGURE= yes +LIBS+= -L${LIBDIR} -lz MAKE_ARGS= ZLIB_SOURCES="zlib/zcompress.c zlib/zuncompress.c" USE_LDCONFIG= yes USES= pkgconfig diff --git a/astro/cfitsio/distinfo b/astro/cfitsio/distinfo index 01227b564ecc..27457d3615d3 100644 --- a/astro/cfitsio/distinfo +++ b/astro/cfitsio/distinfo @@ -1,2 +1,2 @@ -SHA256 (cfitsio3360.tar.gz) = dffa8429fb561de3bae6eccc872298cb1305732e28bee96c6c6c29368e1171dc -SIZE (cfitsio3360.tar.gz) = 4650206 +SHA256 (cfitsio3370.tar.gz) = 092897c6dae4dfe42d91d35a738e45e8236aa3d8f9b3ffc7f0e6545b8319c63a +SIZE (cfitsio3370.tar.gz) = 4738430 |