aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fcgi.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-10 15:32:14 -0700
committerAdam Vandenberg2012-08-10 15:32:22 -0700
commit31196c1591272c2f1550fa9aeb3628a4e9e602df (patch)
treedc809c32b3418973efabd4f39c91369a8ac98aa0 /Library/Formula/fcgi.rb
parentad0f6110de8ac74119c0b8428523a843b8968a68 (diff)
downloadhomebrew-31196c1591272c2f1550fa9aeb3628a4e9e602df.tar.bz2
fcgi: style nits
Diffstat (limited to 'Library/Formula/fcgi.rb')
-rw-r--r--Library/Formula/fcgi.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/fcgi.rb b/Library/Formula/fcgi.rb
index 1c305a330..f1ce33b85 100644
--- a/Library/Formula/fcgi.rb
+++ b/Library/Formula/fcgi.rb
@@ -1,15 +1,15 @@
require 'formula'
class Fcgi < Formula
- url 'http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz'
homepage 'http://www.fastcgi.com/'
- md5 'd15060a813b91383a9f3c66faf84867e'
+ url 'http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz'
+ sha1 '2329404159e8b8315e524b9eaf1de763202c6e6a'
+ # Fixes "dyld: Symbol not found: _environ"
+ # Affects programs linking this library. Reported at
+ # http://mailman.fastcgi.com/pipermail/fastcgi-developers/2009-January/000152.html
+ # https://trac.macports.org/browser/trunk/dports/www/fcgi/files/patch-libfcgi-fcgi_stdio.c.diff
def patches
- # https://trac.macports.org/browser/trunk/dports/www/fcgi/files/patch-libfcgi-fcgi_stdio.c.diff
- # Fixes "dyld: Symbol not found: _environ"
- # Affects programs linking this library. Reported at
- # http://mailman.fastcgi.com/pipermail/fastcgi-developers/2009-January/000152.html
DATA
end