From 0f02d5535d393d080af1625cf6660916ae101b90 Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Mon, 23 Dec 2013 10:19:01 +0100 Subject: net-snmp: add devel version (works on 10.9) The current stable version does not build on Mavericks (see #25097). Closes #25408. Signed-off-by: Mike McQuaid --- Library/Formula/net-snmp.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library') diff --git a/Library/Formula/net-snmp.rb b/Library/Formula/net-snmp.rb index 7926063cf..25c526eb1 100644 --- a/Library/Formula/net-snmp.rb +++ b/Library/Formula/net-snmp.rb @@ -5,6 +5,12 @@ class NetSnmp < Formula url 'http://downloads.sourceforge.net/project/net-snmp/net-snmp/5.7.2/net-snmp-5.7.2.tar.gz' sha1 'c493027907f32400648244d81117a126aecd27ee' + devel do + url 'http://downloads.sourceforge.net/project/net-snmp/net-snmp/5.7.3-pre-releases/net-snmp-5.7.3.pre1.tar.gz' + version '5.7.3.pre1' + sha1 '3420d54a8e78e460c8900bd752b91687fcba7b80' + end + def install system "./configure", "--disable-debugging", "--prefix=#{prefix}", -- cgit v1.2.3