aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-image
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2016-10-21 17:20:14 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2016-10-21 17:20:14 +0000
commitf39686a01c7cf59480b3a32be8c52ac924f2265e (patch)
treecd35f4716a91be10f1471bdfaef61b68c36fa9a8 /math/octave-forge-image
parent7e3b34ec8be662fac9a673e83d801436fedd60b9 (diff)
downloadports-f39686a01c7cf59480b3a32be8c52ac924f2265e.tar.gz
ports-f39686a01c7cf59480b3a32be8c52ac924f2265e.zip
- Update to 2.6.1.
Notes
Notes: svn path=/head/; revision=424431
Diffstat (limited to 'math/octave-forge-image')
-rw-r--r--math/octave-forge-image/Makefile2
-rw-r--r--math/octave-forge-image/distinfo5
-rw-r--r--math/octave-forge-image/files/patch-bwdist.cc11
3 files changed, 4 insertions, 14 deletions
diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile
index 1320d9394757..2dc8f629884a 100644
--- a/math/octave-forge-image/Makefile
+++ b/math/octave-forge-image/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= octave-forge-image
-PORTVERSION= 2.4.1
+PORTVERSION= 2.6.1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
diff --git a/math/octave-forge-image/distinfo b/math/octave-forge-image/distinfo
index b17b11b13d87..88f2af50ef89 100644
--- a/math/octave-forge-image/distinfo
+++ b/math/octave-forge-image/distinfo
@@ -1,2 +1,3 @@
-SHA256 (octave-forge/image-2.4.1.tar.gz) = 47050112580a5bef615d4083899f73fee4ce59cfc771e80aa114aa837aec1339
-SIZE (octave-forge/image-2.4.1.tar.gz) = 292521
+TIMESTAMP = 1477070311
+SHA256 (octave-forge/image-2.6.1.tar.gz) = a576761094c88b4ea44a977fcdcf47ebc73ed5026cd1180d9884d86d1e89778d
+SIZE (octave-forge/image-2.6.1.tar.gz) = 368442
diff --git a/math/octave-forge-image/files/patch-bwdist.cc b/math/octave-forge-image/files/patch-bwdist.cc
deleted file mode 100644
index 517a625f5939..000000000000
--- a/math/octave-forge-image/files/patch-bwdist.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- bwdist.cc.orig 2015-08-07 12:34:57 UTC
-+++ bwdist.cc
-@@ -538,7 +538,7 @@ Currently, only 2D images are supported.
- // Compute optional 'index to closest object pixel', only if requested
- if (nargout > 1)
- {
-- if (numel >= pow (2, 32))
-+ if (numel >= pow (2., 32))
- retval(1) = calc_index<uint64NDArray> (bw, xdist, ydist);
- else
- retval(1) = calc_index<uint32NDArray> (bw, xdist, ydist);