aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-04-20 05:36:26 +0100
committerMike McQuaid2015-04-20 18:50:00 +0100
commit4ae1e18db88efb980f5eea8a2c8998e654da589c (patch)
tree42b3b82762fe4022a3fe9c673d9d1906b0c01599
parent40baeeeba474a53d20dad1991066c94cc86afe9d (diff)
downloadhomebrew-4ae1e18db88efb980f5eea8a2c8998e654da589c.tar.bz2
mapserver: add 6.2.1_2 bottle.
-rw-r--r--Library/Formula/mapserver.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mapserver.rb b/Library/Formula/mapserver.rb
index ceecb0a43..a67604072 100644
--- a/Library/Formula/mapserver.rb
+++ b/Library/Formula/mapserver.rb
@@ -4,6 +4,13 @@ class Mapserver < Formula
sha1 'bbe4234a4dcc179812c6598f68fe59a3dae63e44'
revision 2
+ bottle do
+ cellar :any
+ sha256 "9dbab28f8434c3468255fd19d1e2677624febecea1fc28f79f04c14df4a6fb5b" => :yosemite
+ sha256 "0fa13f927801f0ccc89c6266257705ece9eaea09ea101e544d6a4040fee6e04b" => :mavericks
+ sha256 "98198c61c8db8dc7b980e53a76542a821cca7c5a0b0facf127e03df1ae49ed01" => :mountain_lion
+ end
+
option "with-fastcgi", "Build with fastcgi support"
option "with-geos", "Build support for GEOS spatial operations"
option "with-php", "Build PHP MapScript module"