diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-17 07:53:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-17 08:59:38 +0000 |
commit | 53c2daf2a456f2b9274ac120fc89815e0269c652 (patch) | |
tree | 3c27159d884801f1879e5e7d01e61b8a89c9e55e /testing/gource/logmill.patch | |
parent | 2a25165a167786546cf05dc29090542dab19e8f9 (diff) | |
download | aports-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.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/gource/logmill.patch b/testing/gource/logmill.patch new file mode 100644 index 0000000000..4ed4e998f9 --- /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) { + } + } + |