diff options
| author | kashif | 2010-02-06 15:31:52 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2010-02-25 16:26:49 -0800 |
| commit | 49f5fde0ad5bd1f36e391bec14d197702d96284f (patch) | |
| tree | 674c8ebe89f6d7b86dd3ad6a14e8766a8a72d5a6 /Library/Formula | |
| parent | e8f8773344a3e3ba8929f0d53d78ba94f0f34391 (diff) | |
| download | homebrew-49f5fde0ad5bd1f36e391bec14d197702d96284f.tar.bz2 | |
Update postgis to 1.5.0
Updated postgis to latest version 1.5.0
Updated script and sql file names
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/postgis.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb index 76745f768..f40db563e 100644 --- a/Library/Formula/postgis.rb +++ b/Library/Formula/postgis.rb @@ -1,9 +1,9 @@ require 'formula' class Postgis <Formula - url 'http://postgis.refractions.net/download/postgis-1.4.1.tar.gz' + url 'http://postgis.refractions.net/download/postgis-1.5.0.tar.gz' homepage 'http://postgis.refractions.net/' - md5 '78d13c4294f3336502ad35c8a30e5583' + md5 '8c0d291296033deee4d7f545e5d8218f' depends_on 'postgresql' depends_on 'proj' @@ -14,9 +14,9 @@ class Postgis <Formula system "make install" # Copy some of the generated files to the share folder - (share+'postgis').install %w( spatial_ref_sys.sql postgis/postgis.sql postgis/postgis_upgrade.sql postgis/uninstall_postgis.sql ) + (share+'postgis').install %w( spatial_ref_sys.sql postgis/postgis.sql postgis/postgis_upgrade_13_to_15.sql postgis/postgis_upgrade_14_to_15.sql postgis/postgis_upgrade_15_minor.sql postgis/uninstall_postgis.sql ) # Copy loader and utils binaries to bin folder - bin.install %w( loader/pgsql2shp loader/shp2pgsql utils/new_postgis_restore.pl utils/postgis_proc_upgrade.pl utils/postgis_restore.pl utils/profile_intersects.pl ) + bin.install %w( loader/pgsql2shp loader/shp2pgsql utils/create_undef.pl utils/new_postgis_restore.pl utils/postgis_proc_upgrade.pl utils/postgis_restore.pl utils/profile_intersects.pl ) end end |
