From 4f2f733bb54a1523e7f39fa6b5f0f8ddb925e5e7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 18 Sep 2013 12:41:36 -0500 Subject: vim: move back to tracking Debian unstable --- Library/Formula/vim.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index 9bad10af5..43f52d1ca 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -2,8 +2,9 @@ require 'formula' class Vim < Formula homepage 'http://www.vim.org/' - url 'https://vim.googlecode.com/hg/', :tag => 'v7-4-027' - version '7.4.027' + # This package tracks debian-unstable: http://packages.debian.org/unstable/vim + url 'http://ftp.de.debian.org/debian/pool/main/v/vim/vim_7.4.027.orig.tar.gz' + sha1 '8d78c0cf545bf75cbcd5e3b709a7d03a568d256e' head 'https://vim.googlecode.com/hg/' @@ -25,7 +26,7 @@ class Vim < Formula option "without-#{language}", "Build vim without #{language} support" end - depends_on :hg => :build + depends_on :hg => :build if build.head? depends_on :python => :recommended def install -- cgit v1.2.3