diff options
-rw-r--r-- | math/octave-forge-fits/Makefile | 3 | ||||
-rw-r--r-- | math/octave-forge-fits/distinfo | 4 | ||||
-rw-r--r-- | math/octave-forge-fits/files/patch-read_fits_image.cc | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/math/octave-forge-fits/Makefile b/math/octave-forge-fits/Makefile index d5409b06cedf..05f007e386a9 100644 --- a/math/octave-forge-fits/Makefile +++ b/math/octave-forge-fits/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-fits -PORTVERSION= 1.0.3 -PORTREVISION= 5 +PORTVERSION= 1.0.5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fits/distinfo b/math/octave-forge-fits/distinfo index be31d1f1f417..9eb9080985a7 100644 --- a/math/octave-forge-fits/distinfo +++ b/math/octave-forge-fits/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-forge/fits-1.0.3.tar.gz) = 5636b93a151e6dfc8dd97cd89166c40b1b1dae47a6c4568f5b99db293d72fd56 -SIZE (octave-forge/fits-1.0.3.tar.gz) = 16605 +SHA256 (octave-forge/fits-1.0.5.tar.gz) = 58f79a499004402a81938b26eecf3bdcf0e02385ca2125ca9079c92016502718 +SIZE (octave-forge/fits-1.0.5.tar.gz) = 16704 diff --git a/math/octave-forge-fits/files/patch-read_fits_image.cc b/math/octave-forge-fits/files/patch-read_fits_image.cc deleted file mode 100644 index 69bce08ebc26..000000000000 --- a/math/octave-forge-fits/files/patch-read_fits_image.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- read_fits_image.cc-orig 2014-01-23 05:25:08.000000000 +0000 -+++ read_fits_image.cc 2014-01-23 05:25:45.000000000 +0000 -@@ -136,7 +136,7 @@ - } - //std::cerr << "read_sz: " << read_sz << std::endl; - -- #if OCTAVE_API_VERSION_NUMBER >= 45 -+ #if OCTAVE_API_VERSION_NUMBER >= 45 || !defined(OCTAVE_API_VERSION_NUMBER) - MArray<double> image_data( dims ); // a octace double-type array - #else - MArrayN<double> image_data( dims ); // a octave double-type array |