diff options
| author | Adam Vandenberg | 2012-03-17 11:30:04 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-17 11:30:04 -0700 |
| commit | 1aa1f926f6f5d15356c278140133c1ea33535965 (patch) | |
| tree | 39aa931debd194894ad5b6713db178df312ecf49 /Library/Formula | |
| parent | db2c0e1d686c76fe63394524c8005236c0a90ff4 (diff) | |
| download | homebrew-1aa1f926f6f5d15356c278140133c1ea33535965.tar.bz2 | |
devtodo: move patch comment up to def patches
Also add a note that the issue tracker this project is giving 404 errors
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/devtodo.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/devtodo.rb b/Library/Formula/devtodo.rb index fc7f005f8..3988d1345 100644 --- a/Library/Formula/devtodo.rb +++ b/Library/Formula/devtodo.rb @@ -1,12 +1,14 @@ require 'formula' class Devtodo < Formula - url 'http://swapoff.org/files/devtodo/devtodo-0.1.20.tar.gz' homepage 'http://swapoff.org/DevTodo' + url 'http://swapoff.org/files/devtodo/devtodo-0.1.20.tar.gz' md5 '4a6241437cb56f237f850bcd2233c3c4' depends_on "readline" + # Fix invalid regex. See http://swapoff.org/ticket/54 + # @adamv - this url not responding 3/17/2012 def patches DATA end @@ -27,8 +29,6 @@ class Devtodo < Formula end __END__ -Fix invalid regex. See http://swapoff.org/ticket/54 - --- a/util/XML.cc Mon Dec 10 22:26:55 2007 +++ b/util/XML.cc Mon Dec 10 22:27:07 2007 @@ -49,7 +49,7 @@ void XML::init() { |
