aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-octcdf
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2012-07-06 00:16:50 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2012-07-06 00:16:50 +0000
commit453bac943142eee555006d85dfd61adf90f2f75c (patch)
treef16acc8679eb68ecca31a63bc00baefa657e8c03 /math/octave-forge-octcdf
parent678899f48bc787c78f90db06f40a2ce7f33c4d7b (diff)
downloadports-453bac943142eee555006d85dfd61adf90f2f75c.tar.gz
ports-453bac943142eee555006d85dfd61adf90f2f75c.zip
- Add a patch.
Notes
Notes: svn path=/head/; revision=300539
Diffstat (limited to 'math/octave-forge-octcdf')
-rw-r--r--math/octave-forge-octcdf/Makefile1
-rw-r--r--math/octave-forge-octcdf/files/patch-inst_atncfile_name.m7
2 files changed, 8 insertions, 0 deletions
diff --git a/math/octave-forge-octcdf/Makefile b/math/octave-forge-octcdf/Makefile
index 5c9a1cc22088..d8c946ff4786 100644
--- a/math/octave-forge-octcdf/Makefile
+++ b/math/octave-forge-octcdf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= octave-forge-octcdf
PORTVERSION= 1.1.5
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
diff --git a/math/octave-forge-octcdf/files/patch-inst_atncfile_name.m b/math/octave-forge-octcdf/files/patch-inst_atncfile_name.m
new file mode 100644
index 000000000000..f06eb510d49a
--- /dev/null
+++ b/math/octave-forge-octcdf/files/patch-inst_atncfile_name.m
@@ -0,0 +1,7 @@
+--- ../inst/@ncfile/name.m 2012-07-06 00:05:01.000000000 +0000
++++ ../inst/@ncfile/name.m-orig 2012-07-06 00:04:39.000000000 +0000
+@@ -1,3 +1,3 @@
+ function n = name(self)
+- n = ncname(self)
++ n = ncname(self);
+ end