aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libmms.rb
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/libmms.rb
parentd75580915c909c8ddf69e22daa5d81672a19cf19 (diff)
downloadhomebrew-be53f3050b2056ccfb2385f2710e9682b225f1c6.tar.bz2
Normalize MacPorts patch URLs
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libmms.rb')
-rw-r--r--Library/Formula/libmms.rb2
1 files changed, 1 insertions, 1 deletions
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