Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Normalize MacPorts patch URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Jan 23, 2012
1 parent d755809 commit be53f30
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Library/Formula/clisp.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Clisp < Formula
fails_with_llvm "Configure fails on XCode 4/Snow Leopard.", :build => 2334 fails_with_llvm "Configure fails on XCode 4/Snow Leopard.", :build => 2334


def patches 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 end


def install def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/glib.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Glib < Formula
fails_with_llvm "Undefined symbol errors while linking", :build => 2334 fails_with_llvm "Undefined symbol errors while linking", :build => 2334


def patches 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 => [ :p0 => [
mp+"patch-configure.diff", mp+"patch-configure.diff",
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/httping.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Httping < Formula


def patches def patches
# fixes conflicting definitions of strdup() # 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 end


def install def install
Expand Down
4 changes: 2 additions & 2 deletions Library/Formula/libffi.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class Libffi < Formula


def patches def patches
# both of these are fixed upstream # both of these are fixed upstream
{ :p0 => ["https://svn.macports.org/repository/macports/!svn/bc/88691/trunk/dports/devel/libffi/files/patch-configure.diff", { :p0 => ["https://trac.macports.org/export/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"] } "https://trac.macports.org/export/88691/trunk/dports/devel/libffi/files/patch-configure-darwin11.diff"] }
end end


def install def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/libmms.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Libmms < Formula
def patches def patches
# see https://trac.macports.org/ticket/27988 # see https://trac.macports.org/ticket/27988
if MacOS.leopard? 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
end end


Expand Down

0 comments on commit be53f30

Please sign in to comment.