aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-31 12:10:28 -0700
committerAdam Vandenberg2012-03-31 12:10:28 -0700
commit55e31ea6489dfaf2baffcba035cabf38a3908176 (patch)
tree9118e3a11e8337eecfe7cbea4c2ee42d684c4361 /Library/Formula
parentabac002b0ee2036298db5453a48cccd2b5d4be22 (diff)
downloadhomebrew-55e31ea6489dfaf2baffcba035cabf38a3908176.tar.bz2
renameutils: MacPorts patch to use coreutils
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/renameutils.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Formula/renameutils.rb b/Library/Formula/renameutils.rb
index a1c224ccd..49684d6de 100644
--- a/Library/Formula/renameutils.rb
+++ b/Library/Formula/renameutils.rb
@@ -6,6 +6,15 @@ class Renameutils < Formula
md5 'a3258f875d6077a06b6889de3a317dce'
depends_on 'readline' # Use instead of system libedit
+ depends_on 'coreutils'
+
+ # Use the GNU versions of certain system utilities. See:
+ # https://trac.macports.org/ticket/24525
+ def patches
+ { :p0 =>
+ "https://trac.macports.org/export/91404/trunk/dports/sysutils/renameutils/files/patch-use_coreutils.diff"
+ }
+ end
def install
system "./configure", "--disable-dependency-tracking",