Skip to content

Commit

Permalink
astro/cfitsio: Update to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 9, 2024
1 parent f2851d3 commit 77551d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions astro/cfitsio/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cfitsio
PORTVERSION= 4.3.1
PORTVERSION= 4.4.0
CATEGORIES= astro
MASTER_SITES= https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \
https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \
Expand Down Expand Up @@ -37,6 +37,6 @@ do-install:

do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/docs/*.doc ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/docs/changes.txt ${WRKSRC}/docs/*.pdf ${STAGEDIR}${DOCSDIR}/

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions astro/cfitsio/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1700759704
SHA256 (cfitsio-4.3.1.tar.gz) = 47a7c8ee05687be1e1d8eeeb94fb88f060fbf3cd8a4df52ccb88d5eb0f5062be
SIZE (cfitsio-4.3.1.tar.gz) = 4400710
TIMESTAMP = 1709390348
SHA256 (cfitsio-4.4.0.tar.gz) = 95900cf95ae760839e7cb9678a7b2fad0858d6ac12234f934bd1cb6bfc246ba9
SIZE (cfitsio-4.4.0.tar.gz) = 4278372
7 changes: 5 additions & 2 deletions astro/cfitsio/pkg-plist
Expand Up @@ -7,5 +7,8 @@ lib/libcfitsio.so
lib/libcfitsio.so.10
lib/libcfitsio.so.10.%%PORTVERSION%%
libdata/pkgconfig/cfitsio.pc
%%PORTDOCS%%%%DOCSDIR%%/cfortran.doc
%%PORTDOCS%%%%DOCSDIR%%/fitsio.doc
%%PORTDOCS%%%%DOCSDIR%%/cfitsio.pdf
%%PORTDOCS%%%%DOCSDIR%%/changes.txt
%%PORTDOCS%%%%DOCSDIR%%/fitsio.pdf
%%PORTDOCS%%%%DOCSDIR%%/fpackguide.pdf
%%PORTDOCS%%%%DOCSDIR%%/quick.pdf

0 comments on commit 77551d2

Please sign in to comment.