summaryrefslogtreecommitdiff
path: root/devel/RStudio/files/patch-src_cpp_session_SessionHttpMethods.cpp
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2017-12-02 03:32:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2017-12-02 03:32:16 +0000
commit6d28cae2f34759495f456ce17f41c61376ebda4e (patch)
tree41f77527e8a0e3b21a865bf4f7ff4d798446ea65 /devel/RStudio/files/patch-src_cpp_session_SessionHttpMethods.cpp
parentdatabases/pspg: Update to 0.7.5 (diff)
New port: devel/rstudio: Integrated development environment (IDE) for R
PR: 220359 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13139
Diffstat (limited to 'devel/RStudio/files/patch-src_cpp_session_SessionHttpMethods.cpp')
-rw-r--r--devel/RStudio/files/patch-src_cpp_session_SessionHttpMethods.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/RStudio/files/patch-src_cpp_session_SessionHttpMethods.cpp b/devel/RStudio/files/patch-src_cpp_session_SessionHttpMethods.cpp
new file mode 100644
index 000000000000..3cf5c9aef8ac
--- /dev/null
+++ b/devel/RStudio/files/patch-src_cpp_session_SessionHttpMethods.cpp
@@ -0,0 +1,11 @@
+--- src/cpp/session/SessionHttpMethods.cpp.orig 2017-11-16 21:40:37 UTC
++++ src/cpp/session/SessionHttpMethods.cpp
+@@ -326,7 +326,7 @@ std::string clientVersion()
+ return std::string();
+
+ // clientVersion is the git revision hash
+- return RSTUDIO_GIT_REVISION_HASH;
++ return RSTUDIO_VERSION;
+ }
+
+ void waitForMethodInitFunction(const ClientEvent& initEvent)