1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Update to 1.0.1.

Approved by:	maho (mentor, implicit)
This commit is contained in:
Stephen Montgomery-Smith 2011-07-22 23:21:19 +00:00
parent 908622898a
commit 6039069c9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278182
3 changed files with 3 additions and 14 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= octave-forge-fits
PORTVERSION= 1.0.0
PORTREVISION= 3
PORTVERSION= 1.0.1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org

View File

@ -1,2 +1,2 @@
SHA256 (octave-forge/fits-1.0.0.tar.gz) = 15adbe3a1443730b4613cb9df7ae00202a36a928600e98c9527dace0bf6e76bc
SIZE (octave-forge/fits-1.0.0.tar.gz) = 10974
SHA256 (octave-forge/fits-1.0.1.tar.gz) = 914bbe1c978af5930eb4a5bcd42da189b23134a6d7e93ace30210ac648e5dc53
SIZE (octave-forge/fits-1.0.1.tar.gz) = 11145

View File

@ -1,10 +0,0 @@
--- read_fits_image.cc-orig 2011-07-13 19:46:54.000000000 +0000
+++ read_fits_image.cc 2011-07-13 19:47:19.000000000 +0000
@@ -9,6 +9,7 @@
#include <iostream>
#include <sstream>
#include <octave/oct.h>
+#include <octave/MArrayN.h>
extern "C"
{