aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--databases/monetdb/Makefile2
-rw-r--r--graphics/gdal/Makefile2
-rw-r--r--graphics/luminance-qt5/Makefile2
-rw-r--r--graphics/ufraw/Makefile2
-rw-r--r--graphics/vips/Makefile2
-rw-r--r--math/labplot/Makefile2
-rw-r--r--math/octave-forge-fits/Makefile2
-rw-r--r--science/gwyddion/Makefile2
-rw-r--r--science/healpix/Makefile2
-rw-r--r--science/kst2/Makefile2
20 files changed, 27 insertions, 26 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/
diff --git a/databases/monetdb/Makefile b/databases/monetdb/Makefile
index 0df58e8152bd..f3a1bb085068 100644
--- a/databases/monetdb/Makefile
+++ b/databases/monetdb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= monetdb
PORTVERSION= 11.15.19
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases
MASTER_SITES= http://www.monetdb.org/downloads/sources/Feb2013-SP6/
DISTNAME= MonetDB-${PORTVERSION}
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 7a5f5f8c27dc..c0377af55d6c 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gdal
PORTVERSION= 2.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \
LOCAL/sunpoet
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile
index be8730a1e59d..0d6d59432df1 100644
--- a/graphics/luminance-qt5/Makefile
+++ b/graphics/luminance-qt5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= luminance-hdr
DISTVERSION= 2.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION}
PKGNAMESUFFIX= -qt5
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile
index 70892de8ae4f..585c0410d103 100644
--- a/graphics/ufraw/Makefile
+++ b/graphics/ufraw/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ufraw
PORTVERSION= 0.22
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics
MAINTAINER= rodrigo@FreeBSD.org
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index a9680b12aa9b..62b7d3c8b51d 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vips
PORTVERSION= 8.7.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
diff --git a/math/labplot/Makefile b/math/labplot/Makefile
index d07dab5f8026..0faa866e05f7 100644
--- a/math/labplot/Makefile
+++ b/math/labplot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= labplot
PORTVERSION= 2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}.0
diff --git a/math/octave-forge-fits/Makefile b/math/octave-forge-fits/Makefile
index 5ea2edf04937..9d338af838fc 100644
--- a/math/octave-forge-fits/Makefile
+++ b/math/octave-forge-fits/Makefile
@@ -3,7 +3,7 @@
PORTNAME= octave-forge-fits
PORTVERSION= 1.0.7
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile
index 2d71595e57f7..33c291ea6181 100644
--- a/science/gwyddion/Makefile
+++ b/science/gwyddion/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gwyddion
PORTVERSION= 2.51
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science graphics
MASTER_SITES= SF
diff --git a/science/healpix/Makefile b/science/healpix/Makefile
index 68f67d93cad3..a606c634a144 100644
--- a/science/healpix/Makefile
+++ b/science/healpix/Makefile
@@ -2,7 +2,7 @@
PORTNAME= healpix
DISTVERSION= 3.50
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONSUFFIX= _2018Dec10
CATEGORIES= science
MASTER_SITES= SF/${PORTNAME}/Healpix_${DISTVERSION}/
diff --git a/science/kst2/Makefile b/science/kst2/Makefile
index 9a6efd523c83..aa02cacdac1b 100644
--- a/science/kst2/Makefile
+++ b/science/kst2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kst
DISTVERSION= ${KST_VERSION}.${KST_DATE}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MAINTAINER= makc@FreeBSD.org