Index: head/math/octave-forge-interval/files/patch-mpfr__function__d.cc =================================================================== --- head/math/octave-forge-interval/files/patch-mpfr__function__d.cc (revision 456966) +++ head/math/octave-forge-interval/files/patch-mpfr__function__d.cc (nonexistent) @@ -1,14 +0,0 @@ ---- mpfr_function_d.cc.orig 2017-08-20 08:32:14 UTC -+++ mpfr_function_d.cc -@@ -217,7 +217,11 @@ void nthroot ( - for (octave_idx_type i = 0; i < n; i ++) - { - mpfr_set_d (mp, arg1.elem (i), MPFR_RNDZ); -+#ifdef OCTAVE_ENSURE_LONG_DOUBLE_OPERATIONS_ARE_NOT_TRUNCATED -+ mpfr_root (mp, mp, (unsigned long long)arg2.elem(i), rnd); -+#else - mpfr_root (mp, mp, arg2.elem(i), rnd); -+#endif - arg1.elem (i) = mpfr_get_d (mp, rnd); - } - Property changes on: head/math/octave-forge-interval/files/patch-mpfr__function__d.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/octave-forge-interval/Makefile =================================================================== --- head/math/octave-forge-interval/Makefile (revision 456966) +++ head/math/octave-forge-interval/Makefile (revision 456967) @@ -1,28 +1,28 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-interval -PORTVERSION= 3.0.0 +PORTVERSION= 3.1.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libmpfr.so:math/mpfr # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-interval/distinfo =================================================================== --- head/math/octave-forge-interval/distinfo (revision 456966) +++ head/math/octave-forge-interval/distinfo (revision 456967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508897358 -SHA256 (octave-forge/interval-3.0.0.tar.gz) = 879c3bd443ac9470756cf671118dbf281d84149dfced62d7947074ff3a801a5b -SIZE (octave-forge/interval-3.0.0.tar.gz) = 2835125 +TIMESTAMP = 1513918325 +SHA256 (octave-forge/interval-3.1.0.tar.gz) = 854573a4093c1042523280d7f3bc2918fc3aaf2af5be3fb6ce79c6faf3913421 +SIZE (octave-forge/interval-3.1.0.tar.gz) = 2430098