aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/freetds.rb6
-rw-r--r--Library/Formula/gdal.rb4
-rw-r--r--Library/Formula/grass.rb1
-rw-r--r--Library/Formula/mysql-connector-odbc.rb1
-rw-r--r--Library/Formula/psqlodbc.rb9
-rw-r--r--Library/Formula/redland.rb1
-rw-r--r--Library/Formula/sqlmap.rb1
7 files changed, 8 insertions, 15 deletions
diff --git a/Library/Formula/freetds.rb b/Library/Formula/freetds.rb
index d852d57bf..2b8f74697 100644
--- a/Library/Formula/freetds.rb
+++ b/Library/Formula/freetds.rb
@@ -4,13 +4,9 @@ class Freetds < Formula
homepage "http://www.freetds.org/"
url "http://mirrors.ibiblio.org/freetds/stable/freetds-0.91.tar.gz"
sha1 "3ab06c8e208e82197dc25d09ae353d9f3be7db52"
- revision 1
+ revision 2
bottle do
- revision 1
- sha1 "adce43db374594ab3f5854e78addd50a9b3e995b" => :mavericks
- sha1 "17e403d9fd915ff7897c5fce5f45d95ed4446dcf" => :mountain_lion
- sha1 "9f1a45613386ad2b15f2ae713de048045c4a3651" => :lion
end
head do
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb
index ae22b5e7f..1818e590b 100644
--- a/Library/Formula/gdal.rb
+++ b/Library/Formula/gdal.rb
@@ -4,11 +4,9 @@ class Gdal < Formula
homepage 'http://www.gdal.org/'
url "http://download.osgeo.org/gdal/1.11.1/gdal-1.11.1.tar.gz"
sha1 "e2c67481932ec9fb6ec3c0faadc004f715c4eef4"
+ revision 1
bottle do
- sha1 "a46a7d6086593208d0d4986ddd3ad7f9bc9aade3" => :mavericks
- sha1 "151d7ab717d6b6ee4065d31030c50d53bec5fbe8" => :mountain_lion
- sha1 "46f2342c3c56b2b8b3368a6b64f32eadbd88e1e8" => :lion
end
head do
diff --git a/Library/Formula/grass.rb b/Library/Formula/grass.rb
index 0bd86c18d..5c4821d38 100644
--- a/Library/Formula/grass.rb
+++ b/Library/Formula/grass.rb
@@ -2,6 +2,7 @@ require 'formula'
class Grass < Formula
homepage 'http://grass.osgeo.org/'
+ revision 1
stable do
url "http://grass.osgeo.org/grass64/source/grass-6.4.4.tar.gz"
diff --git a/Library/Formula/mysql-connector-odbc.rb b/Library/Formula/mysql-connector-odbc.rb
index 8bc7363b6..87f5af784 100644
--- a/Library/Formula/mysql-connector-odbc.rb
+++ b/Library/Formula/mysql-connector-odbc.rb
@@ -4,6 +4,7 @@ class MysqlConnectorOdbc < Formula
homepage "http://dev.mysql.com/doc/refman/5.1/en/connector-odbc.html"
url "http://cdn.mysql.com/Downloads/Connector-ODBC/5.3/mysql-connector-odbc-5.3.2-src.tar.gz"
sha1 "5507903fb14aadf6b7c14f7142eef2c9fff1250c"
+ revision 1
depends_on "cmake" => :build
depends_on "mysql"
diff --git a/Library/Formula/psqlodbc.rb b/Library/Formula/psqlodbc.rb
index f3767175c..d4ebbc9a7 100644
--- a/Library/Formula/psqlodbc.rb
+++ b/Library/Formula/psqlodbc.rb
@@ -4,16 +4,11 @@ class Psqlodbc < Formula
homepage "http://www.postgresql.org/"
url "http://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-09.03.0210.tar.gz"
sha1 "e1eb147ef0452e1f7b0f9e102dacb5654a580dba"
+ revision 2
+
bottle do
- cellar :any
- revision 1
- sha1 "14da3adcbbb44feeb9269b817ef83ae96992dc0c" => :mavericks
- sha1 "59cae2eafaecc1d2f844d43c56591586b31cbfc5" => :mountain_lion
- sha1 "d9e55bbc56370d92b49de3c18f34948d0ad7bbf7" => :lion
end
- revision 1
-
depends_on "openssl"
depends_on "unixodbc"
depends_on :postgresql
diff --git a/Library/Formula/redland.rb b/Library/Formula/redland.rb
index 41d270e73..5b54c0ba1 100644
--- a/Library/Formula/redland.rb
+++ b/Library/Formula/redland.rb
@@ -4,6 +4,7 @@ class Redland < Formula
homepage 'http://librdf.org/'
url 'http://download.librdf.org/source/redland-1.0.16.tar.gz'
sha1 '0dc3d65bee6d580cae84ed261720b5b4e6b1f856'
+ revision 1
option 'with-php', 'Build with php support'
option 'with-ruby', 'Build with ruby support'
diff --git a/Library/Formula/sqlmap.rb b/Library/Formula/sqlmap.rb
index 49df3bcc7..fc53d4364 100644
--- a/Library/Formula/sqlmap.rb
+++ b/Library/Formula/sqlmap.rb
@@ -5,6 +5,7 @@ class Sqlmap < Formula
url "https://github.com/sqlmapproject/sqlmap/archive/0.9.tar.gz"
sha1 "25d7c13fc6e8bb55a1b4d9ba60a7ebd558ad0374"
head "https://github.com/sqlmapproject/sqlmap.git"
+ revision 1
option "with-mysql", "Install with support for direct connection to MySQL"
option "with-postgresql", "Install with support for direct connection to PostgreSQL"