aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ode.rb
diff options
context:
space:
mode:
authorJan Berkel2010-10-17 12:43:16 +0200
committerAdam Vandenberg2010-10-17 08:21:13 -0700
commit38079d93efe9d59f4efd87e9cdd14e8ca2b25caf (patch)
treef35d74a8eb5d8998bf5e81bef30d0a411dcda464 /Library/Formula/ode.rb
parent476885a4bc887132f879c3c996a94615cf0e537a (diff)
downloadhomebrew-38079d93efe9d59f4efd87e9cdd14e8ca2b25caf.tar.bz2
Fix for ode: added version string
The formula needs a version string otherwise it refuses to build. Also repointed revision to current trunk (1760). Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ode.rb')
-rw-r--r--Library/Formula/ode.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/ode.rb b/Library/Formula/ode.rb
index eac7a2050..c9e59b789 100644
--- a/Library/Formula/ode.rb
+++ b/Library/Formula/ode.rb
@@ -2,8 +2,10 @@ require 'formula'
class Ode <Formula
# Build from svn to get Snow Leopard fixes.
- url 'https://opende.svn.sourceforge.net/svnroot/opende/trunk', :revision => '1728'
+ url 'https://opende.svn.sourceforge.net/svnroot/opende/trunk', :revision => 1760
+ version 'r1760'
homepage 'http://www.ode.org/'
+ head 'https://opende.svn.sourceforge.net/svnroot/opende/trunk'
def install
ENV.j1