From 5ec5f36b18a66c230f6089a2e66946e6028c76bc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 27 Oct 2014 21:39:38 -0500 Subject: encfs: fix pod2man errors Closes #33479. Closes #33554. --- Library/Formula/encfs.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Library/Formula') 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' -- cgit v1.2.3