aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-27 11:53:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-27 11:53:22 +0000
commit5edb3f8484abe247b07e02ef3464e1b0f1776e84 (patch)
treea9c9c3566409f113fa15fb3e6f1c2378f42b2f2b /astro
parent6fd284c26ed5aa435193e8ef7dcd819245e25969 (diff)
downloadports-5edb3f8484abe247b07e02ef3464e1b0f1776e84.tar.gz
ports-5edb3f8484abe247b07e02ef3464e1b0f1776e84.zip
Update to 3.47
- Bump PORTREVISION of dependent ports for shlib change Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Notes
Notes: svn path=/head/; revision=507401
Diffstat (limited to 'astro')
-rw-r--r--astro/astrometry/Makefile2
-rw-r--r--astro/cfitsio/Makefile12
-rw-r--r--astro/cfitsio/distinfo6
-rw-r--r--astro/cfitsio/pkg-plist2
-rw-r--r--astro/gnuastro/Makefile2
-rw-r--r--astro/kstars/Makefile2
-rw-r--r--astro/oskar/Makefile2
-rw-r--r--astro/p5-Astro-FITS-CFITSIO/Makefile1
-rw-r--r--astro/siril/Makefile2
-rw-r--r--astro/wcslib/Makefile2
10 files changed, 17 insertions, 16 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile
index b45afc2128b0..67d6f26ddf26 100644
--- a/astro/astrometry/Makefile
+++ b/astro/astrometry/Makefile
@@ -3,7 +3,7 @@
PORTNAME= astrometry
PORTVERSION= 0.65
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= astro
MASTER_SITES= http://www.astrometry.net/downloads/
DISTNAME= ${PORTNAME}.net-${PORTVERSION}
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile
index d6ecf5e7d1d7..6ddfe5e562cb 100644
--- a/astro/cfitsio/Makefile
+++ b/astro/cfitsio/Makefile
@@ -2,15 +2,14 @@
# $FreeBSD$
PORTNAME= cfitsio
-PORTVERSION= 3.430
-PORTREVISION= 1
+PORTVERSION= 3.470
CATEGORIES= astro
MASTER_SITES= https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \
https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \
ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ \
ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/ \
LOCAL/sunpoet
-DISTNAME= ${PORTNAME}${PORTVERSION:R}${PORTVERSION:E}
+DISTNAME= ${PORTNAME}-${PORTVERSION:S|0$||}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for reading and writing files in FITS data format
@@ -20,19 +19,18 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
OPTIONS_DEFINE= DOCS
+USES= localbase pkgconfig
+
ALL_TARGET= libcfitsio.a shared
CONFIGURE_ARGS= ac_cv_prog_FC=f2c
GNU_CONFIGURE= yes
MAKE_ARGS= ZLIB_SOURCES="zlib/zcompress.c zlib/zuncompress.c"
USE_LDCONFIG= yes
-USES= localbase pkgconfig
-WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR} \
SHLIB_MINOR=${SHLIB_MINOR}
-PORTDOCS= *
-SHLIB_MAJOR= 5
+SHLIB_MAJOR= 8
SHLIB_MINOR= ${PORTVERSION:S|0$||}
post-patch:
diff --git a/astro/cfitsio/distinfo b/astro/cfitsio/distinfo
index cf5139816645..e37f55fda77c 100644
--- a/astro/cfitsio/distinfo
+++ b/astro/cfitsio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520087907
-SHA256 (cfitsio3430.tar.gz) = c8deae752aba1e736336b01f0471d4004a497dc50bc1e01aad2eebb2574084e7
-SIZE (cfitsio3430.tar.gz) = 4696718
+TIMESTAMP = 1564157937
+SHA256 (cfitsio-3.47.tar.gz) = 418516f10ee1e0f1b520926eeca6b77ce639bed88804c7c545e74f26b3edf4ef
+SIZE (cfitsio-3.47.tar.gz) = 4853990
diff --git a/astro/cfitsio/pkg-plist b/astro/cfitsio/pkg-plist
index 5b25c7be33a2..f8ee6e6117a9 100644
--- a/astro/cfitsio/pkg-plist
+++ b/astro/cfitsio/pkg-plist
@@ -7,3 +7,5 @@ lib/libcfitsio.so
lib/libcfitsio.so.%%SHLIB_MAJOR%%
lib/libcfitsio.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%%
libdata/pkgconfig/cfitsio.pc
+%%PORTDOCS%%%%DOCSDIR%%/cfortran.doc
+%%PORTDOCS%%%%DOCSDIR%%/fitsio.doc
diff --git a/astro/gnuastro/Makefile b/astro/gnuastro/Makefile
index 9394141aa8bf..47519257db49 100644
--- a/astro/gnuastro/Makefile
+++ b/astro/gnuastro/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnuastro
PORTVERSION= 0.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro
MASTER_SITES= GNU
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile
index a51a13913f78..16fd910251f4 100644
--- a/astro/kstars/Makefile
+++ b/astro/kstars/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kstars
DISTVERSION= 3.3.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= astro kde
MASTER_SITES= KDE/stable/${PORTNAME}
diff --git a/astro/oskar/Makefile b/astro/oskar/Makefile
index 2d8c7cb4c927..46d076df90b8 100644
--- a/astro/oskar/Makefile
+++ b/astro/oskar/Makefile
@@ -2,7 +2,7 @@
PORTNAME= OSKAR
DISTVERSION= 2.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= astro
MAINTAINER= yuri@FreeBSD.org
diff --git a/astro/p5-Astro-FITS-CFITSIO/Makefile b/astro/p5-Astro-FITS-CFITSIO/Makefile
index ac93c973411a..46b426dc079f 100644
--- a/astro/p5-Astro-FITS-CFITSIO/Makefile
+++ b/astro/p5-Astro-FITS-CFITSIO/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Astro-FITS-CFITSIO
PORTVERSION= 1.12
+PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/astro/siril/Makefile b/astro/siril/Makefile
index a80880ef0408..f97e236dee48 100644
--- a/astro/siril/Makefile
+++ b/astro/siril/Makefile
@@ -2,7 +2,7 @@
PORTNAME= siril
DISTVERSION= 0.9.10
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= astro graphics
MASTER_SITES= https://free-astro.org/download/
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile
index a73c895f455c..0d9f592b562a 100644
--- a/astro/wcslib/Makefile
+++ b/astro/wcslib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wcslib
PORTVERSION= 6.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= astro
MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/software/wcslib/