aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-29 17:53:14 -0800
committerAdam Vandenberg2013-11-29 17:53:14 -0800
commit0f1ac710b16625c99703ff45b940ee9ad1f58a80 (patch)
tree3fcaa1f9da510cecbdaf1e0be712264f74a71443 /Library
parentaabfd944e6ccbb59dee835aab8eceaf10b701c70 (diff)
downloadhomebrew-0f1ac710b16625c99703ff45b940ee9ad1f58a80.tar.bz2
vim: patches have been incorporated upstream
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vim.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb
index bf0cc938c..63694bceb 100644
--- a/Library/Formula/vim.rb
+++ b/Library/Formula/vim.rb
@@ -2,12 +2,11 @@ require 'formula'
class Vim < Formula
homepage 'http://www.vim.org/'
+ head 'https://vim.googlecode.com/hg/'
# This package tracks debian-unstable: http://packages.debian.org/unstable/vim
url 'http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.052.orig.tar.gz'
sha1 '216ab69faf7e73e4b86da7f00e4ad3b3cca1fdb8'
- head 'https://vim.googlecode.com/hg/'
-
# We only have special support for finding depends_on :python, but not yet for
# :ruby, :perl etc., so we use the standard environment that leaves the
# PATH as the user has set it right now.
@@ -38,7 +37,7 @@ class Vim < Formula
#
# Second patch: includes Mac OS X version macros not included by default on 10.9
# Reported upstream: https://groups.google.com/forum/#!topic/vim_mac/5kVAMSPb6uU
- def patches; DATA; end
+ def patches; DATA; end unless build.head?
def install
ENV['LUA_PREFIX'] = HOMEBREW_PREFIX if build.with?('lua')