diff options
| author | Jack Nagel | 2014-10-27 21:39:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-27 21:58:07 -0500 |
| commit | 5ec5f36b18a66c230f6089a2e66946e6028c76bc (patch) | |
| tree | 534ba8973934422e81c57df371dcac2a3bfa3021 /Library/Formula | |
| parent | 8eed995b4350647ee48699ec5a0c545dcb7378b0 (diff) | |
| download | homebrew-5ec5f36b18a66c230f6089a2e66946e6028c76bc.tar.bz2 | |
encfs: fix pod2man errors
Closes #33479.
Closes #33554.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/encfs.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/encfs.rb b/Library/Formula/encfs.rb index 41d29cc59..53d5bfbef 100644 --- a/Library/Formula/encfs.rb +++ b/Library/Formula/encfs.rb @@ -11,6 +11,18 @@ class Encfs < Formula # Fix link times and xattr on links for OSX # Proper fix is already in upstream/dev patch :DATA + + # Fix pod2man errors + # https://github.com/vgough/encfs/issues/28 + patch do + url "https://github.com/vgough/encfs/commit/61dc26fd8b3630e31e7ae8202ef9f31f1a4f9644.diff" + sha1 "beaa7214b9cbd2e5c1680bca1bd72d5a6398420e" + end + + patch do + url "https://github.com/vgough/encfs/commit/5fa5f02109855446c9d96b11ae8a2ee56f921595.diff" + sha1 "4b229f3172a2d68f2f61cef57569d918b7b95bc5" + end end head 'https://github.com/vgough/encfs.git' |
