Navigation Menu

Skip to content

Commit

Permalink
fragroute: use checksummed patches
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 14, 2014
1 parent 035dabc commit e54e6ba
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions Formula/fragroute.rb
Expand Up @@ -8,12 +8,19 @@ class Fragroute < Formula
depends_on 'libdnet'
depends_on 'libevent'

def patches
{ :p0 => [
"https://trac.macports.org/export/105753/trunk/dports/net/fragroute/files/configure.patch",
"https://trac.macports.org/export/105753/trunk/dports/net/fragroute/files/fragroute.c.patch",
"https://trac.macports.org/export/105753/trunk/dports/net/fragroute/files/pcaputil.c.patch"
]}
patch :p0 do
url "https://trac.macports.org/export/105753/trunk/dports/net/fragroute/files/configure.patch"
sha1 "a858f069dffcb539edbb3fe543200596214669f8"
end

patch :p0 do
url "https://trac.macports.org/export/105753/trunk/dports/net/fragroute/files/fragroute.c.patch"
sha1 "a865ee37762c4f31882a2b54a03bf74e5c1b7832"
end

patch :p0 do
url "https://trac.macports.org/export/105753/trunk/dports/net/fragroute/files/pcaputil.c.patch"
sha1 "e5fac9731901d5a20d202511ab2acd76a3b12da9"
end

def install
Expand Down

0 comments on commit e54e6ba

Please sign in to comment.