aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-01-22 19:13:47 -0600
committerJack Nagel2012-01-22 19:18:29 -0600
commitbe53f3050b2056ccfb2385f2710e9682b225f1c6 (patch)
tree4a804c62b1d46e07dc01136aa05f5cf8482bb404 /Library/Formula
parentd75580915c909c8ddf69e22daa5d81672a19cf19 (diff)
downloadhomebrew-be53f3050b2056ccfb2385f2710e9682b225f1c6.tar.bz2
Normalize MacPorts patch URLs
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clisp.rb2
-rw-r--r--Library/Formula/glib.rb2
-rw-r--r--Library/Formula/httping.rb2
-rw-r--r--Library/Formula/libffi.rb4
-rw-r--r--Library/Formula/libmms.rb2
5 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/clisp.rb b/Library/Formula/clisp.rb
index c0b7218fe..83e1e4026 100644
--- a/Library/Formula/clisp.rb
+++ b/Library/Formula/clisp.rb
@@ -15,7 +15,7 @@ class Clisp < Formula
fails_with_llvm "Configure fails on XCode 4/Snow Leopard.", :build => 2334
def patches
- { :p0 => "https://svn.macports.org/repository/macports/!svn/bc/89054/trunk/dports/lang/clisp/files/patch-src_lispbibl_d.diff" }
+ { :p0 => "https://trac.macports.org/export/89054/trunk/dports/lang/clisp/files/patch-src_lispbibl_d.diff" }
end
def install
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb
index 66ef96d47..8a534b430 100644
--- a/Library/Formula/glib.rb
+++ b/Library/Formula/glib.rb
@@ -13,7 +13,7 @@ class Glib < Formula
fails_with_llvm "Undefined symbol errors while linking", :build => 2334
def patches
- mp = "https://svn.macports.org/repository/macports/!svn/bc/87537/trunk/dports/devel/glib2/files/"
+ mp = "https://trac.macports.org/export/87537/trunk/dports/devel/glib2/files/"
{
:p0 => [
mp+"patch-configure.diff",
diff --git a/Library/Formula/httping.rb b/Library/Formula/httping.rb
index 4956d24fc..fc074ffbd 100644
--- a/Library/Formula/httping.rb
+++ b/Library/Formula/httping.rb
@@ -7,7 +7,7 @@ class Httping < Formula
def patches
# fixes conflicting definitions of strdup()
- { :p0 => 'https://svn.macports.org/repository/macports/!svn/bc/88419/trunk/dports/net/httping/files/patch-strndup.diff' }
+ { :p0 => 'https://trac.macports.org/export/88419/trunk/dports/net/httping/files/patch-strndup.diff' }
end
def install
diff --git a/Library/Formula/libffi.rb b/Library/Formula/libffi.rb
index 46fcd1115..741f11dcd 100644
--- a/Library/Formula/libffi.rb
+++ b/Library/Formula/libffi.rb
@@ -10,8 +10,8 @@ class Libffi < Formula
def patches
# both of these are fixed upstream
- { :p0 => ["https://svn.macports.org/repository/macports/!svn/bc/88691/trunk/dports/devel/libffi/files/patch-configure.diff",
- "https://svn.macports.org/repository/macports/!svn/bc/88691/trunk/dports/devel/libffi/files/patch-configure-darwin11.diff"] }
+ { :p0 => ["https://trac.macports.org/export/88691/trunk/dports/devel/libffi/files/patch-configure.diff",
+ "https://trac.macports.org/export/88691/trunk/dports/devel/libffi/files/patch-configure-darwin11.diff"] }
end
def install
diff --git a/Library/Formula/libmms.rb b/Library/Formula/libmms.rb
index 895ddc415..aa9095a7a 100644
--- a/Library/Formula/libmms.rb
+++ b/Library/Formula/libmms.rb
@@ -11,7 +11,7 @@ class Libmms < Formula
def patches
# see https://trac.macports.org/ticket/27988
if MacOS.leopard?
- { :p0 => "https://svn.macports.org/repository/macports/!svn/bc/87883/trunk/dports/multimedia/libmms/files/src_mms-common.h.patch" }
+ { :p0 => "https://trac.macports.org/export/87883/trunk/dports/multimedia/libmms/files/src_mms-common.h.patch" }
end
end