summaryrefslogtreecommitdiff
path: root/math/rpy/files/patch-rpy.py
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2013-05-28 15:15:05 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2013-05-28 15:15:05 +0000
commite80e13199698384004812ef82084507a63c6db49 (patch)
tree415589d9c68c0b0770aa00cfd4495ce30df83a29 /math/rpy/files/patch-rpy.py
parent- Try again to fix the UPDATING entry for ruby. Thanks to bdrewery for the help. (diff)
Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository Reviewed by: wen Approved by: wen, tota
Notes
Notes: svn path=/head/; revision=319316
Diffstat (limited to 'math/rpy/files/patch-rpy.py')
-rw-r--r--math/rpy/files/patch-rpy.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/rpy/files/patch-rpy.py b/math/rpy/files/patch-rpy.py
new file mode 100644
index 000000000000..32d3b25f1b8a
--- /dev/null
+++ b/math/rpy/files/patch-rpy.py
@@ -0,0 +1,12 @@
+--- rpy.py
++++ rpy.py
+@@ -139,6 +139,7 @@ if VERBOSE:
+
+ # Version
+ from rpy_version import rpy_version
++__version__ = rpy_version
+
+ # Symbolic names for conversion modes
+ TOP_CONVERSION = 4
+diff --git rpy_tools.py rpy_tools.py
+index f312201..6e83321 100644