Skip to content

Commit

Permalink
libinfinity: use checksummed patches
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 17, 2014
1 parent 909a42b commit 9233863
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Formula/libinfinity.rb
Expand Up @@ -13,16 +13,14 @@ class Libinfinity < Formula
depends_on 'gsasl'
depends_on :x11

# Reported and closed upstream, but not seeing the fix:
# http://gobby.0x539.de/trac/ticket/595
patch :DATA

def patches;
# MacPorts patch to fix pam include
{ :p0 => [
"https://trac.macports.org/export/92297/trunk/dports/comms/libinfinity/files/patch-infinoted-infinoted-pam.c.diff"
],
# Reported and closed upstream, but not seeing the fix:
# http://gobby.0x539.de/trac/ticket/595
:p1 => [ DATA ]
}
# MacPorts patch to fix pam include
patch :p0 do
url "https://trac.macports.org/export/92297/trunk/dports/comms/libinfinity/files/patch-infinoted-infinoted-pam.c.diff"
sha1 "30bdd7dc80bf50fc1e0d9747fc67d84b229c01ef"
end

def install
Expand Down

0 comments on commit 9233863

Please sign in to comment.