- Add a patch.
- Bump portrevision. Obtained from: http://sourceforge.net/mailarchive/forum.php?thread_name=20120705230126.GF15685%40laboissiere.net&forum_name=octave-dev
This commit is contained in:
parent
678899f48b
commit
453bac9431
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300539
2 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= octave-forge-octcdf
|
||||
PORTVERSION= 1.1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue