aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/disktype.rb2
-rw-r--r--Library/Formula/fossil.rb2
-rw-r--r--Library/Formula/global.rb2
-rw-r--r--Library/Formula/gnuplot.rb2
-rw-r--r--Library/Formula/graphicsmagick.rb2
-rw-r--r--Library/Formula/id3lib.rb2
-rw-r--r--Library/Formula/libowfat.rb2
-rw-r--r--Library/Formula/libspatialite.rb2
-rw-r--r--Library/Formula/log4c.rb2
-rw-r--r--Library/Formula/ncp.rb2
-rw-r--r--Library/Formula/netpbm.rb2
-rw-r--r--Library/Formula/openexr.rb3
-rw-r--r--Library/Formula/upnp-router-control.rb2
-rw-r--r--Library/Formula/vcprompt.rb2
14 files changed, 13 insertions, 16 deletions
diff --git a/Library/Formula/disktype.rb b/Library/Formula/disktype.rb
index e89ab1642..5fc25d4b6 100644
--- a/Library/Formula/disktype.rb
+++ b/Library/Formula/disktype.rb
@@ -2,7 +2,7 @@ require 'formula'
class Disktype < Formula
homepage 'http://disktype.sourceforge.net/'
- head 'cvs://:pserver:anonymous:@disktype.cvs.sourceforge.net:/cvsroot/disktype:disktype'
+ head ':pserver:anonymous:@disktype.cvs.sourceforge.net:/cvsroot/disktype:disktype', :using => :cvs
url 'https://downloads.sourceforge.net/project/disktype/disktype/9/disktype-9.tar.gz'
sha1 '5ccc55d1c47f9a37becce7336c4aa3a7a43cc89c'
diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb
index 3d5a8c30f..5fb24629b 100644
--- a/Library/Formula/fossil.rb
+++ b/Library/Formula/fossil.rb
@@ -2,7 +2,7 @@ require "formula"
class Fossil < Formula
homepage "http://www.fossil-scm.org/"
- head "fossil://http://www.fossil-scm.org/"
+ head "http://www.fossil-scm.org/", :using => :fossil
url "http://www.fossil-scm.org/download/fossil-src-20140612172556.tar.gz"
sha1 "173c3350ba39ecfee6e660f866b4f3104e351b33"
version "1.29"
diff --git a/Library/Formula/global.rb b/Library/Formula/global.rb
index da387c817..2e116264a 100644
--- a/Library/Formula/global.rb
+++ b/Library/Formula/global.rb
@@ -13,7 +13,7 @@ class Global < Formula
end
head do
- url "cvs://:pserver:anonymous:@cvs.savannah.gnu.org:/sources/global:global"
+ url ":pserver:anonymous:@cvs.savannah.gnu.org:/sources/global:global", :using => :cvs
depends_on "autoconf" => :build
depends_on "automake" => :build
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb
index d1fae8fa7..578cb20eb 100644
--- a/Library/Formula/gnuplot.rb
+++ b/Library/Formula/gnuplot.rb
@@ -19,7 +19,7 @@ class Gnuplot < Formula
end
head do
- url 'cvs://:pserver:anonymous:@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot'
+ url ':pserver:anonymous:@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot', :using => :cvs
depends_on "autoconf" => :build
depends_on "automake" => :build
diff --git a/Library/Formula/graphicsmagick.rb b/Library/Formula/graphicsmagick.rb
index a5ed545ad..b14a92eff 100644
--- a/Library/Formula/graphicsmagick.rb
+++ b/Library/Formula/graphicsmagick.rb
@@ -4,7 +4,7 @@ class Graphicsmagick < Formula
homepage 'http://www.graphicsmagick.org/'
url 'https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.20/GraphicsMagick-1.3.20.tar.bz2'
sha256 '7caf27691ec21682de1f0259c9243725db7cdeca699c40958c28aece99e4f1dc'
- head 'hg://http://graphicsmagick.hg.sourceforge.net:8000/hgroot/graphicsmagick/graphicsmagick'
+ head 'http://graphicsmagick.hg.sourceforge.net:8000/hgroot/graphicsmagick/graphicsmagick', :using => :hg
bottle do
sha1 "3e681ecf2e126ee5322a6c05e4228670de8b7f8e" => :mavericks
diff --git a/Library/Formula/id3lib.rb b/Library/Formula/id3lib.rb
index f7e8ed918..3a53c6078 100644
--- a/Library/Formula/id3lib.rb
+++ b/Library/Formula/id3lib.rb
@@ -18,7 +18,7 @@ class Id3lib < Formula
end
end
- head "cvs://:pserver:anonymous:@id3lib.cvs.sourceforge.net:/cvsroot/id3lib:id3lib-devel"
+ head ":pserver:anonymous:@id3lib.cvs.sourceforge.net:/cvsroot/id3lib:id3lib-devel", :using => :cvs
bottle do
cellar :any
diff --git a/Library/Formula/libowfat.rb b/Library/Formula/libowfat.rb
index 606de1b50..ddb138ae5 100644
--- a/Library/Formula/libowfat.rb
+++ b/Library/Formula/libowfat.rb
@@ -2,7 +2,7 @@ require 'formula'
class Libowfat < Formula
homepage 'http://www.fefe.de/libowfat/'
- head 'cvs://:pserver:cvs:@cvs.fefe.de:/cvs:libowfat'
+ head ':pserver:cvs:@cvs.fefe.de:/cvs:libowfat', :using => :cvs
url 'http://dl.fefe.de/libowfat-0.29.tar.bz2'
sha1 'f944ebac326f4a8bd1437ff995d0b8201280434c'
diff --git a/Library/Formula/libspatialite.rb b/Library/Formula/libspatialite.rb
index b6d0355aa..c4cbf1a6d 100644
--- a/Library/Formula/libspatialite.rb
+++ b/Library/Formula/libspatialite.rb
@@ -14,7 +14,7 @@ class Libspatialite < Formula
end
head do
- url "fossil://https://www.gaia-gis.it/fossil/libspatialite"
+ url "https://www.gaia-gis.it/fossil/libspatialite", :using => :fossil
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
diff --git a/Library/Formula/log4c.rb b/Library/Formula/log4c.rb
index cb7d3cbcd..5b78511ec 100644
--- a/Library/Formula/log4c.rb
+++ b/Library/Formula/log4c.rb
@@ -5,7 +5,7 @@ class Log4c < Formula
url 'https://downloads.sourceforge.net/project/log4c/log4c/1.2.4/log4c-1.2.4.tar.gz'
sha1 'a2795d7fcbdf5e43e1cc644893adfa725046abe8'
- head 'cvs://:pserver:anonymous:@log4c.cvs.sourceforge.net:/cvsroot/log4c:log4c'
+ head ':pserver:anonymous:@log4c.cvs.sourceforge.net:/cvsroot/log4c:log4c', :using => :cvs
def install
system "./configure", "--prefix=#{prefix}"
diff --git a/Library/Formula/ncp.rb b/Library/Formula/ncp.rb
index b2b917113..0a446d406 100644
--- a/Library/Formula/ncp.rb
+++ b/Library/Formula/ncp.rb
@@ -4,7 +4,7 @@ class Ncp < Formula
homepage "http://www.fefe.de/ncp/"
url "http://dl.fefe.de/ncp-1.2.4.tar.bz2"
sha1 "bd33e5311c249948559d17bfd59df93ae72e1f17"
- head "cvs://:pserver:cvs:@cvs.fefe.de:/cvs:ncp"
+ head ":pserver:cvs:@cvs.fefe.de:/cvs:ncp", :using => :cvs
depends_on "libowfat"
diff --git a/Library/Formula/netpbm.rb b/Library/Formula/netpbm.rb
index 92b8e6f03..903e1c094 100644
--- a/Library/Formula/netpbm.rb
+++ b/Library/Formula/netpbm.rb
@@ -4,7 +4,7 @@ class Netpbm < Formula
homepage 'http://netpbm.sourceforge.net'
# Maintainers: Look at http://netpbm.svn.sourceforge.net/viewvc/netpbm/
# for versions and matching revisions
- url 'svn+http://svn.code.sf.net/p/netpbm/code/advanced/', :revision => 2294
+ url 'http://svn.code.sf.net/p/netpbm/code/advanced', :revision => 2294
version '10.68'
head 'http://svn.code.sf.net/p/netpbm/code/trunk'
diff --git a/Library/Formula/openexr.rb b/Library/Formula/openexr.rb
index 476ae5682..3581f58ac 100644
--- a/Library/Formula/openexr.rb
+++ b/Library/Formula/openexr.rb
@@ -13,9 +13,6 @@ class Openexr < Formula
sha1 "f32df24d8a0c74d0b8e53b9e0e15d60dceaf0b6a" => :mountain_lion
end
- # included for reference only - repository doesn't have 'configure' script
- # head 'cvs://:pserver:anonymous@cvs.sv.gnu.org:/sources/openexr:OpenEXR'
-
depends_on 'pkg-config' => :build
depends_on 'ilmbase'
diff --git a/Library/Formula/upnp-router-control.rb b/Library/Formula/upnp-router-control.rb
index b2641525d..f6a9e8f27 100644
--- a/Library/Formula/upnp-router-control.rb
+++ b/Library/Formula/upnp-router-control.rb
@@ -6,7 +6,7 @@ class UpnpRouterControl < Formula
sha1 '4d6b22430f784260fccb2f70c27d0a428b9a753a'
head do
- url 'bzr://lp:upnp-router-control'
+ url 'lp:upnp-router-control', :using => :bzr
depends_on "autoconf" => :build
depends_on "automake" => :build
diff --git a/Library/Formula/vcprompt.rb b/Library/Formula/vcprompt.rb
index 3c60b87ad..132bba836 100644
--- a/Library/Formula/vcprompt.rb
+++ b/Library/Formula/vcprompt.rb
@@ -13,7 +13,7 @@ class Vcprompt < Formula
end
head do
- url 'hg://https://bitbucket.org/gward/vcprompt'
+ url 'https://bitbucket.org/gward/vcprompt', :using => :hg
depends_on "autoconf" => :build
end