From b89a891ca085b43cfe0241126ae58c64cbfd8337 Mon Sep 17 00:00:00 2001 From: Albert Zeyer Date: Fri, 12 Apr 2013 13:57:12 +0200 Subject: portaudio: head version Closes #19146. Signed-off-by: Jack Nagel --- Library/Formula/portaudio.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/portaudio.rb b/Library/Formula/portaudio.rb index 292b66b61..3cdd6dd83 100644 --- a/Library/Formula/portaudio.rb +++ b/Library/Formula/portaudio.rb @@ -5,6 +5,8 @@ class Portaudio < Formula url 'http://www.portaudio.com/archives/pa_stable_v19_20111121.tgz' sha1 'f07716c470603729a55b70f5af68f4a6807097eb' + head 'https://subversion.assembla.com/svn/portaudio/portaudio/trunk/', :using => :svn + depends_on 'pkg-config' => :build option :universal @@ -18,7 +20,7 @@ class Portaudio < Formula { :p0 => "https://trac.macports.org/export/94150/trunk/dports/audio/portaudio/files/patch-include__pa_mac_core.h.diff" } - end if MacOS.version >= :lion + end if MacOS.version >= :lion and not build.head? def install ENV.universal_binary if build.universal? -- cgit v1.2.3