summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2013-10-26 00:52:33 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2013-10-26 00:52:33 +0000
commit3be3e90f932fe30b2ab3df681ac68ff01b119a6d (patch)
treeb8b96118ea47b0d759741f6837c7c0e3268cf8b1 /astro
parentCorrect a typo. (diff)
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
Notes
Notes: svn path=/head/; revision=331644
Diffstat (limited to 'astro')
-rw-r--r--astro/R-cran-maptools/Makefile1
-rw-r--r--astro/astrometry/Makefile2
-rw-r--r--astro/nightfall/Makefile2
-rw-r--r--astro/py-RO/Makefile1
-rw-r--r--astro/py-aipy/Makefile2
-rw-r--r--astro/py-astLib/Makefile2
-rw-r--r--astro/py-pyfits/Makefile1
-rw-r--r--astro/xtide/Makefile1
8 files changed, 8 insertions, 4 deletions
diff --git a/astro/R-cran-maptools/Makefile b/astro/R-cran-maptools/Makefile
index 1ce9e86d177e..db992e697472 100644
--- a/astro/R-cran-maptools/Makefile
+++ b/astro/R-cran-maptools/Makefile
@@ -3,6 +3,7 @@
PORTNAME= maptools
DISTVERSION= 0.8-27
+PORTREVISION= 1
CATEGORIES= astro
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile
index d7d4ac6401f8..b64fc48a75fd 100644
--- a/astro/astrometry/Makefile
+++ b/astro/astrometry/Makefile
@@ -3,7 +3,7 @@
PORTNAME= astrometry
PORTVERSION= 0.34
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= astro
MASTER_SITES= http://www.astrometry.net/downloads/
DISTNAME= astrometry.net-${PORTVERSION}
diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile
index 061bde9c0bf1..0f553e6cbee9 100644
--- a/astro/nightfall/Makefile
+++ b/astro/nightfall/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nightfall
PORTVERSION= 1.70
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= astro
MASTER_SITES= http://www.la-samhna.de/nightfall/
diff --git a/astro/py-RO/Makefile b/astro/py-RO/Makefile
index 1797f94b4db8..f2b5b937c6ed 100644
--- a/astro/py-RO/Makefile
+++ b/astro/py-RO/Makefile
@@ -3,6 +3,7 @@
PORTNAME= RO
PORTVERSION= 3.2.0
+PORTREVISION= 1
CATEGORIES= astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-aipy/Makefile b/astro/py-aipy/Makefile
index 4f24a182010a..6ed0308f3237 100644
--- a/astro/py-aipy/Makefile
+++ b/astro/py-aipy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= aipy
PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-astLib/Makefile b/astro/py-astLib/Makefile
index 65aecb680ec0..b503a1bf6f6f 100644
--- a/astro/py-astLib/Makefile
+++ b/astro/py-astLib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= astLib
PORTVERSION= 0.6.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-pyfits/Makefile b/astro/py-pyfits/Makefile
index 6d8083f55beb..41966d234127 100644
--- a/astro/py-pyfits/Makefile
+++ b/astro/py-pyfits/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pyfits
PORTVERSION= 2.3
+PORTREVISION= 1
CATEGORIES= astro python
MASTER_SITES= http://www.stsci.edu/resources/software_hardware/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile
index 1da099ba1f45..c91cf701dabf 100644
--- a/astro/xtide/Makefile
+++ b/astro/xtide/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xtide
PORTVERSION= 2.13.2
+PORTREVISION= 1
CATEGORIES= astro geography
MASTER_SITES= ftp://ftp.flaterco.com/xtide/ \
http://www.c-s.li/ports/