Skip to content

Commit

Permalink
bgpq3: use patch DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 18, 2014
1 parent 533bf72 commit 8292103
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions Formula/bgpq3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ class Bgpq3 < Formula
sha1 '41a2afaeffb12e43048ca8771c6cc6e6392e0da5'
head "https://github.com/snar/bgpq3.git"

def patches
# Makefile: upstream has been informed of the patch through email,
# but no plans yet to incorporate it
# https://github.com/snar/bgpq3/pull/2
#
# strlcpy.c patch: upstream accepted but has not yet created a release
# https://github.com/snar/bgpq3/commit/89d864
DATA
end
# Makefile: upstream has been informed of the patch through email,
# but no plans yet to incorporate it
# https://github.com/snar/bgpq3/pull/2
# strlcpy.c patch: upstream accepted but has not yet created a release
# https://github.com/snar/bgpq3/commit/89d864
patch :DATA

def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
Expand Down

0 comments on commit 8292103

Please sign in to comment.