From aa0ba6aea38d1686e74f0234f903234df00e81b9 Mon Sep 17 00:00:00 2001 From: Zak Johnson Date: Thu, 11 Jul 2013 16:35:21 -0700 Subject: [PATCH] isynx: Add PassCommand patch HEAD This allows for keeping the main configuration file in a public repository without compromising (or prompting for) passwords. See . Closes #21160. Signed-off-by: Adam Vandenberg --- Library/Formula/isync.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Library/Formula/isync.rb b/Library/Formula/isync.rb index b0c9c6d17eda..54aa704c07f6 100644 --- a/Library/Formula/isync.rb +++ b/Library/Formula/isync.rb @@ -14,6 +14,12 @@ class Isync < Formula depends_on :automake end + def patches + # Add "PassCommand" config: + # http://sourceforge.net/p/isync/patches/12/ + "http://sourceforge.net/p/isync/patches/_discuss/thread/17e52692/e059/attachment/passcommand.patch" + end if build.head? + def install system "touch", "ChangeLog" if build.head? system "./autogen.sh" if build.head?