diff options
| author | Max Howell | 2011-07-27 10:41:17 +0100 |
|---|---|---|
| committer | Max Howell | 2011-07-27 10:41:17 +0100 |
| commit | 14e4db35a87bff0d7fe67e329b7c433ac3a8ed31 (patch) | |
| tree | aa10ad6e6a7bebc9d084e9c67288dc6df8a95b46 | |
| parent | 8b5f9b6df6c1b356009ce37360d0e9a3929c9830 (diff) | |
| download | homebrew-14e4db35a87bff0d7fe67e329b7c433ac3a8ed31.tar.bz2 | |
Use Apache’s closer.cgi where appropriate
Some of these were pointing at archive.apache.org. Now they aren’t, I investigated for good rationale for using the archive before altering it.
mod_python still uses archive.apache.org as that is the only place it exists that I could find.
jsvc *now* uses apache.archive.org as the formula was otherwise broken and the binary tarball it needs no longer exists on the main mirrors.
| -rwxr-xr-x[-rw-r--r--] | Library/Formula/activemq.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/avro-c.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/cassandra.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/couchdb.rb | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | Library/Formula/fop.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/hadoop.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/hbase.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/hive.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/jmeter.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/jsvc.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/log4cxx.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/maven.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/pig.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/solr.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/thrift.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/tomcat.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/xerces-c.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/xml-security-c.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/zookeeper.rb | 2 |
19 files changed, 20 insertions, 20 deletions
diff --git a/Library/Formula/activemq.rb b/Library/Formula/activemq.rb index 1d9264f4b..d4c94da94 100644..100755 --- a/Library/Formula/activemq.rb +++ b/Library/Formula/activemq.rb @@ -1,7 +1,7 @@ require 'formula' class Activemq < Formula - url 'http://www.reverse.net/pub/apache/activemq/apache-activemq/5.4.2/apache-activemq-5.4.2-bin.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=activemq/apache-activemq/5.4.2/apache-activemq-5.4.2-bin.tar.gz' homepage 'http://activemq.apache.org/' md5 '804c1a4c01b80321a743648add1fdd06' diff --git a/Library/Formula/avro-c.rb b/Library/Formula/avro-c.rb index fb6feabe2..da2fdbedf 100644 --- a/Library/Formula/avro-c.rb +++ b/Library/Formula/avro-c.rb @@ -1,9 +1,9 @@ require 'formula' class AvroC < Formula - url 'http://mirror.atlanticmetro.net/apache/avro/avro-1.4.0/c/avro-c-1.4.0.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.5.1/c/avro-c-1.5.1.tar.gz' homepage 'http://avro.apache.org/' - md5 'fdcd3916cbfc459a6938141028cf35e6' + md5 '80228a62dd58ec19eb8d436258b91952' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/cassandra.rb b/Library/Formula/cassandra.rb index fd173f81e..dbef51445 100644 --- a/Library/Formula/cassandra.rb +++ b/Library/Formula/cassandra.rb @@ -1,7 +1,7 @@ require 'formula' class Cassandra < Formula - url 'http://www.mirrorservice.org/sites/ftp.apache.org/cassandra/0.8.1/apache-cassandra-0.8.1-bin.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=cassandra/0.8.1/apache-cassandra-0.8.1-bin.tar.gz' homepage 'http://cassandra.apache.org' md5 'b6c8a1e7281761e62230ea76daa3d841' diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb index 8cc4430c9..30bb2e8d9 100644 --- a/Library/Formula/couchdb.rb +++ b/Library/Formula/couchdb.rb @@ -1,7 +1,7 @@ require 'formula' class Couchdb < Formula - url 'https://github.com/apache/couchdb/tarball/1.1.0' + url 'http://www.apache.org/dyn/closer.cgi?path=couchdb/1.1.0/apache-couchdb-1.1.0.tar.gz' homepage "http://couchdb.apache.org/" md5 '3c22f053071e29680b898b7148f05577' diff --git a/Library/Formula/fop.rb b/Library/Formula/fop.rb index 835c6ffb8..dc082a8b1 100644..100755 --- a/Library/Formula/fop.rb +++ b/Library/Formula/fop.rb @@ -2,7 +2,7 @@ require 'formula' class Fop < Formula homepage "http://xmlgraphics.apache.org/fop/index.html" - url "http://archive.apache.org/dist/xmlgraphics/fop/binaries/fop-1.0-bin.tar.gz" + url "http://www.apache.org/dyn/closer.cgi?path=/xmlgraphics/fop/binaries/fop-1.0-bin.tar.gz" md5 "3186f93a314bdcb710bd7cb02d80404c" def shim_script target diff --git a/Library/Formula/hadoop.rb b/Library/Formula/hadoop.rb index ead324322..c76aaedc2 100644 --- a/Library/Formula/hadoop.rb +++ b/Library/Formula/hadoop.rb @@ -1,7 +1,7 @@ require 'formula' class Hadoop < Formula - url 'http://www.gtlib.gatech.edu/pub/apache/hadoop/core/hadoop-0.21.0/hadoop-0.21.0.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-0.21.0/hadoop-0.21.0.tar.gz' homepage 'http://hadoop.apache.org/common/' md5 'ec0f791f866f82a7f2c1319a54f4db97' diff --git a/Library/Formula/hbase.rb b/Library/Formula/hbase.rb index c4e2adb07..97df62b22 100644 --- a/Library/Formula/hbase.rb +++ b/Library/Formula/hbase.rb @@ -1,7 +1,7 @@ require 'formula' class Hbase < Formula - url 'http://www.takeyellow.com/apachemirror//hbase/hbase-0.90.3/hbase-0.90.3.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.90.3/hbase-0.90.3.tar.gz' homepage 'http://hbase.apache.org' md5 '834aa50df08886515939ad6af0a55885' diff --git a/Library/Formula/hive.rb b/Library/Formula/hive.rb index e12827ea5..58d8bfe8f 100644 --- a/Library/Formula/hive.rb +++ b/Library/Formula/hive.rb @@ -1,7 +1,7 @@ require 'formula' class Hive < Formula - url 'http://www.bizdirusa.com/mirrors/apache/hadoop/hive/hive-0.5.0/hive-0.5.0-bin.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/hive/hive-0.5.0/hive-0.5.0-bin.tar.gz' homepage 'http://hive.apache.org' md5 '2d3b47ceaea6d5cdeaabc544aa9c2c28' diff --git a/Library/Formula/jmeter.rb b/Library/Formula/jmeter.rb index 410c169c0..98ac18b7a 100644 --- a/Library/Formula/jmeter.rb +++ b/Library/Formula/jmeter.rb @@ -1,7 +1,7 @@ require 'formula' class Jmeter < Formula - url 'http://apache.mirror.rbftpnetworks.com//jakarta/jmeter/binaries/jakarta-jmeter-2.4.tgz' + url 'http://www.apache.org/dyn/closer.cgi?path=jakarta/jmeter/binaries/jakarta-jmeter-2.4.tgz' homepage 'http://jakarta.apache.org/jmeter/' md5 '01ac101b161643a77267baec99b3acfe' diff --git a/Library/Formula/jsvc.rb b/Library/Formula/jsvc.rb index d825b974c..3ffb428fc 100644 --- a/Library/Formula/jsvc.rb +++ b/Library/Formula/jsvc.rb @@ -3,7 +3,7 @@ require 'formula' class Jsvc < Formula version '1.0.5' homepage 'http://commons.apache.org/daemon/jsvc.html' - url "http://www.apache.org/dist/commons/daemon/binaries/#{version}/darwin/commons-daemon-#{version}-bin-darwin-universal.tar.gz" + url "http://archive.apache.org/dist/commons/daemon/binaries/#{version}/darwin/commons-daemon-#{version}-bin-darwin-universal.tar.gz" md5 '1d5f4b81e5ac18da0d58af421bc3c139' def install diff --git a/Library/Formula/log4cxx.rb b/Library/Formula/log4cxx.rb index bdc340a8c..41a0e1299 100644 --- a/Library/Formula/log4cxx.rb +++ b/Library/Formula/log4cxx.rb @@ -1,7 +1,7 @@ require 'formula' class Log4cxx < Formula - url 'http://apache.abdaal.com/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz' homepage 'http://logging.apache.org/log4cxx/index.html' md5 'b30ffb8da3665178e68940ff7a61084c' diff --git a/Library/Formula/maven.rb b/Library/Formula/maven.rb index 5be0c2864..b51ff522c 100644 --- a/Library/Formula/maven.rb +++ b/Library/Formula/maven.rb @@ -1,7 +1,7 @@ require 'formula' class Maven < Formula - url 'http://www.apache.org/dist/maven/binaries/apache-maven-3.0.3-bin.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=maven/binaries/apache-maven-3.0.3-bin.tar.gz' homepage 'http://maven.apache.org/' md5 '507828d328eb3735103c0492443ef0f0' diff --git a/Library/Formula/pig.rb b/Library/Formula/pig.rb index ec7e88e0f..faeb70bbb 100644 --- a/Library/Formula/pig.rb +++ b/Library/Formula/pig.rb @@ -1,7 +1,7 @@ require 'formula' class Pig < Formula - url 'ftp://apache.mirrors.pair.com//pig/pig-0.8.1/pig-0.8.1.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=pig/pig-0.8.1/pig-0.8.1.tar.gz' homepage 'http://hadoop.apache.org/pig/' md5 'd3325f5816b68fb3c1d405095fcf5c7a' diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index b3d9ee8a2..171b63a50 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -1,7 +1,7 @@ require 'formula' class Solr < Formula - url 'http://mirrors.axint.net/apache/lucene/solr/3.3.0/apache-solr-3.3.0.tgz' + url 'http://www.apache.org/dyn/closer.cgi?path=lucene/solr/3.3.0/apache-solr-3.3.0.tgz' homepage 'http://lucene.apache.org/solr/' md5 '048e2aa7e16358600fa5fe3570b90018' diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb index 43e3530fb..dafa1830d 100644 --- a/Library/Formula/thrift.rb +++ b/Library/Formula/thrift.rb @@ -3,7 +3,7 @@ require 'formula' class Thrift < Formula homepage 'http://incubator.apache.org/thrift/' head 'http://svn.apache.org/repos/asf/thrift/trunk' - url 'http://www.apache.org/dist/thrift/0.6.1/thrift-0.6.1.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=thrift/0.6.1/thrift-0.6.1.tar.gz' md5 'e1ec722d5f38077a23a32c4de4d4ce94' depends_on 'boost' diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb index dbdacaf20..10bff12e3 100644 --- a/Library/Formula/tomcat.rb +++ b/Library/Formula/tomcat.rb @@ -1,7 +1,7 @@ require 'formula' class Tomcat < Formula - url 'http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.16/bin/apache-tomcat-7.0.16.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.16/bin/apache-tomcat-7.0.16.tar.gz' homepage 'http://tomcat.apache.org/' md5 'e1ba4ab7864079c2a853562cebdd045a' diff --git a/Library/Formula/xerces-c.rb b/Library/Formula/xerces-c.rb index 4c1824fef..358f7b31d 100644 --- a/Library/Formula/xerces-c.rb +++ b/Library/Formula/xerces-c.rb @@ -1,7 +1,7 @@ require 'formula' class XercesC < Formula - url 'http://artfiles.org/apache.org/xerces/c/3/sources/xerces-c-3.1.1.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=xerces/c/3/sources/xerces-c-3.1.1.tar.gz' homepage 'http://xerces.apache.org/xerces-c/' md5 '6a8ec45d83c8cfb1584c5a5345cb51ae' diff --git a/Library/Formula/xml-security-c.rb b/Library/Formula/xml-security-c.rb index 93dbebdec..1860c800d 100644 --- a/Library/Formula/xml-security-c.rb +++ b/Library/Formula/xml-security-c.rb @@ -1,7 +1,7 @@ require 'formula' class XmlSecurityC < Formula - url 'http://santuario.apache.org/dist/c-library/xml-security-c-1.5.1.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=c-library/xml-security-c-1.5.1.tar.gz' homepage 'http://santuario.apache.org/' md5 '2c47c4ec12e8d6abe967aa5e5e99000c' diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 956eb98f6..cf43c3c5d 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -1,7 +1,7 @@ require 'formula' class Zookeeper < Formula - url 'http://www.alliedquotes.com/mirrors/apache/zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz' + url 'http://www.apache.org/dyn/closer.cgi?path=zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz' head 'http://svn.apache.org/repos/asf/zookeeper/trunk' homepage 'http://zookeeper.apache.org/' md5 'aa4129c6eebb50dbd6b640c9c3aa21f0' |
