aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/isync.rb
diff options
context:
space:
mode:
authorAlexander Greim2013-11-04 09:07:36 +0100
committerJack Nagel2013-11-04 11:15:08 -0600
commitc72e9ec83da8426257853df9a3af3b9624009341 (patch)
tree46528df25586b6babffada4cfad1daff100358b6 /Library/Formula/isync.rb
parent6f11b315d44f00a99e821b1c4f2dbefdc3a5e6f2 (diff)
downloadhomebrew-c72e9ec83da8426257853df9a3af3b9624009341.tar.bz2
isync: remove upstreamed patch
Closes #23946. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/isync.rb')
-rw-r--r--Library/Formula/isync.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/isync.rb b/Library/Formula/isync.rb
index 7bae87265..b54770bef 100644
--- a/Library/Formula/isync.rb
+++ b/Library/Formula/isync.rb
@@ -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?