Index: head/math/octave-forge-interval/files/patch-mpfr__to__string__d.cc =================================================================== --- head/math/octave-forge-interval/files/patch-mpfr__to__string__d.cc (revision 443918) +++ head/math/octave-forge-interval/files/patch-mpfr__to__string__d.cc (nonexistent) @@ -1,29 +0,0 @@ ---- mpfr_to_string_d.cc.orig 2016-11-20 13:47:35 UTC -+++ mpfr_to_string_d.cc -@@ -201,7 +201,7 @@ DEFUN_DLD (mpfr_to_string_d, args, nargo - // Make subnormal numbers use the exponent -1022 - if (exponent < std::numeric_limits ::min_exponent) - { -- mantissa /= std::pow (2.0, -+ mantissa /= uint64_t (1) << ( - std::numeric_limits - ::min_exponent - 1 - - exponent); -@@ -219,7 +219,7 @@ DEFUN_DLD (mpfr_to_string_d, args, nargo - - // shift mantissa by 32 bits to format the first part - // sprintf (... "%x" ...) requires an unsigned 4-byte int -- mantissa *= std::pow (2.0, sizeof (uint32_t) * 8); -+ mantissa *= uint64_t (1) << (sizeof (uint32_t) * 8); - uint32_t first_part = static_cast (mantissa); - - // remove first mantissa part -@@ -227,7 +227,7 @@ DEFUN_DLD (mpfr_to_string_d, args, nargo - - // shift mantissa by remaining 20 bits such that - // it is an integer -- mantissa *= std::pow (2.0, -+ mantissa *= uint64_t (1) << ( - std::numeric_limits - ::digits - 1 - 32); - uint32_t second_part = static_cast (mantissa); Property changes on: head/math/octave-forge-interval/files/patch-mpfr__to__string__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 443918) +++ head/math/octave-forge-interval/Makefile (revision 443919) @@ -1,29 +1,28 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-interval -PORTVERSION= 2.0.0 -PORTREVISION= 4 +PORTVERSION= 2.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 443918) +++ head/math/octave-forge-interval/distinfo (revision 443919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479788527 -SHA256 (octave-forge/interval-2.0.0.tar.gz) = 9fb708dcf64cb9a7bb96fde3e336f75248c9eb8fdad481c90b04d9d0dda48368 -SIZE (octave-forge/interval-2.0.0.tar.gz) = 1114142 +TIMESTAMP = 1497920403 +SHA256 (octave-forge/interval-2.1.0.tar.gz) = c2754e4216e768b5f2e76bae34233a9a97cb36b20a7f5f23603b74193947a4b0 +SIZE (octave-forge/interval-2.1.0.tar.gz) = 2853637