summaryrefslogtreecommitdiffstats
path: root/testing/gource/logmill.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-17 07:53:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-17 08:59:38 +0000
commit53c2daf2a456f2b9274ac120fc89815e0269c652 (patch)
tree3c27159d884801f1879e5e7d01e61b8a89c9e55e /testing/gource/logmill.patch
parent2a25165a167786546cf05dc29090542dab19e8f9 (diff)
downloadaports-53c2daf2a456f2b9274ac120fc89815e0269c652.tar.bz2
aports-53c2daf2a456f2b9274ac120fc89815e0269c652.tar.xz
testing/gource: upgrade to 0.38
Diffstat (limited to 'testing/gource/logmill.patch')
-rw-r--r--testing/gource/logmill.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/gource/logmill.patch b/testing/gource/logmill.patch
new file mode 100644
index 000000000..4ed4e998f
--- /dev/null
+++ b/testing/gource/logmill.patch
@@ -0,0 +1,11 @@
+--- ./src/logmill.cpp.orig
++++ ./src/logmill.cpp
+@@ -176,7 +176,7 @@ RCommitLog* RLogMill::fetchLog(std::string& log_format) {
+ logfile = repo_path.string();
+ }
+ }
+- } catch(boost::filesystem3::filesystem_error& error) {
++ } catch(boost::filesystem::filesystem_error& error) {
+ }
+ }
+