aboutsummaryrefslogtreecommitdiff
path: root/math/rpy2/files/patch-rpy_tools.py
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
commit08acf5c407242344b0047b8040900f52df620dde (patch)
tree49936ec28d8b2a4256959f13245d757df97e04bd /math/rpy2/files/patch-rpy_tools.py
parentbdce4d94e267612e2955a9270d4659712a679dea (diff)
Diffstat (limited to 'math/rpy2/files/patch-rpy_tools.py')
-rw-r--r--math/rpy2/files/patch-rpy_tools.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/rpy2/files/patch-rpy_tools.py b/math/rpy2/files/patch-rpy_tools.py
deleted file mode 100644
index 09f166003c77..000000000000
--- a/math/rpy2/files/patch-rpy_tools.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- rpy_tools.py.orig 2009-12-29 09:42:02.000000000 +0800
-+++ rpy_tools.py 2009-12-29 09:42:41.000000000 +0800
-@@ -97,8 +97,8 @@
- if stat or len(output)<=0:
- raise RuntimeError("Couldn't execute the R interpreter" +
- " `%s'.\n" % rexec )
-- # edd 05 Apr 2006 version = re.search("R +([0-9]\.[0-9]\.[0-9])", output)
-- version = re.search(" +([0-9]\.[0-9]\.[0-9])", output)
-+ # edd 05 Apr 2006 version = re.search("R +([0-9]\.[0-9][0-9]\.[0-9])", output)
-+ version = re.search(" +([0-9]\.[0-9][0-9]\.[0-9])", output)
- if not version:
- raise RuntimeError("Couldn't obtain version number from output\n"
- "of `R --version'.\n")