isync: remove upstreamed patch

Closes Homebrew/homebrew#23946.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Alexander Greim 2013-11-04 09:07:36 +01:00 committed by Jack Nagel
parent f226136f52
commit 3d131cc6ca

View file

@ -14,12 +14,6 @@ class Isync < Formula
depends_on 'berkeley-db'
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?