aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgis.rb
diff options
context:
space:
mode:
authorkashif2010-03-22 21:12:23 +0100
committerDavid Höppner2010-03-24 10:50:17 +0100
commit0a7adcc2da75760381c664771e17bcbc930ac3a1 (patch)
tree40b0f56df774de93e2b1226a77337a11523df609 /Library/Formula/postgis.rb
parenta31f0cfa1ae05b6f5583a55c3aa539b5782b7613 (diff)
downloadhomebrew-0a7adcc2da75760381c664771e17bcbc930ac3a1.tar.bz2
Update postgis to 1.5.1
This is a minor release addressing a few issues that have been filed since the 1.5.0 release. Signed-off-by: David Höppner <0xffea@gmail.com> * proj was not found in non /usr/local
Diffstat (limited to 'Library/Formula/postgis.rb')
-rw-r--r--Library/Formula/postgis.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb
index f40db563e..c2406aeef 100644
--- a/Library/Formula/postgis.rb
+++ b/Library/Formula/postgis.rb
@@ -1,16 +1,16 @@
require 'formula'
class Postgis <Formula
- url 'http://postgis.refractions.net/download/postgis-1.5.0.tar.gz'
+ url 'http://postgis.refractions.net/download/postgis-1.5.1.tar.gz'
homepage 'http://postgis.refractions.net/'
- md5 '8c0d291296033deee4d7f545e5d8218f'
+ md5 '8353b38c38282b2192f01693f71b8d28'
depends_on 'postgresql'
depends_on 'proj'
depends_on 'geos'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking", , "--with-projdir=#{HOMEBREW_PREFIX}"
system "make install"
# Copy some of the generated files to the share folder