diff options
| author | Adam Vandenberg | 2012-02-14 19:59:34 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-02-14 19:59:34 -0800 | 
| commit | dcf85f5db8134a0f21d56c6eb4a342278a8c2913 (patch) | |
| tree | 421a8f26f5c08466f842565ece5061d0a68432f2 /Library/Formula/net-snmp.rb | |
| parent | ec8ed5e6f51359e6cdc6b7098e522960f13982cc (diff) | |
| download | homebrew-dcf85f5db8134a0f21d56c6eb4a342278a8c2913.tar.bz2 | |
net-snmp 5.7.1
Diffstat (limited to 'Library/Formula/net-snmp.rb')
| -rw-r--r-- | Library/Formula/net-snmp.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/net-snmp.rb b/Library/Formula/net-snmp.rb index 1f362e20f..4666088cb 100644 --- a/Library/Formula/net-snmp.rb +++ b/Library/Formula/net-snmp.rb @@ -1,13 +1,13 @@  require 'formula'  class NetSnmp < Formula -  url 'http://downloads.sourceforge.net/project/net-snmp/net-snmp/5.6.1.1/net-snmp-5.6.1.1.tar.gz'    homepage 'http://www.net-snmp.org/' -  md5 '79e2b9cac947567a01ae2cc67ad8fe53' +  url 'http://sourceforge.net/projects/net-snmp/files/net-snmp/5.7.1/net-snmp-5.7.1.tar.gz' +  md5 'c95d08fd5d93df0c11a2e1bdf0e01e0b'    def install      system "./configure", "--prefix=#{prefix}", -                          "--with-persistent-directory=/var/db/net-snmp", +                          "--with-persistent-directory=#{var}/db/net-snmp",                            "--with-defaults",                            "--without-rpm",                            "--with-mib-modules=host ucd-snmp/diskio",  | 
