diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/disktype.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/gnuplot.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/id3lib.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/log4c.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/rsnapshot.rb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/disktype.rb b/Library/Formula/disktype.rb index 980221843..99e438032 100644 --- a/Library/Formula/disktype.rb +++ b/Library/Formula/disktype.rb @@ -5,7 +5,7 @@ class Disktype < Formula url 'http://downloads.sourceforge.net/project/disktype/disktype/9/disktype-9.tar.gz' sha1 '5ccc55d1c47f9a37becce7336c4aa3a7a43cc89c' - head 'cvs://:pserver:anonymous@disktype.cvs.sourceforge.net:/cvsroot/disktype:disktype' + head 'cvs://:pserver:anonymous:@disktype.cvs.sourceforge.net:/cvsroot/disktype:disktype' def install system "make" diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb index a680e4779..6e9f9786e 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -13,7 +13,7 @@ class Gnuplot < Formula sha256 'df5ffafa25fb32b3ecc0206a520f6bca8680e6dcc961efd30df34c0a1b7ea7f5' head do - url 'cvs://:pserver:anonymous@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot' + url 'cvs://:pserver:anonymous:@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot' depends_on :autoconf depends_on :automake diff --git a/Library/Formula/id3lib.rb b/Library/Formula/id3lib.rb index 8ab18acb5..fa8dfdf47 100644 --- a/Library/Formula/id3lib.rb +++ b/Library/Formula/id3lib.rb @@ -5,7 +5,7 @@ class Id3lib < Formula url 'http://downloads.sourceforge.net/project/id3lib/id3lib/3.8.3/id3lib-3.8.3.tar.gz' sha1 'c92c880da41d1ec0b242745a901702ae87970838' - head "cvs://:pserver:anonymous@id3lib.cvs.sourceforge.net:/cvsroot/id3lib:id3lib-devel" + head "cvs://:pserver:anonymous:@id3lib.cvs.sourceforge.net:/cvsroot/id3lib:id3lib-devel" depends_on 'autoconf' => :build depends_on 'automake' => :build diff --git a/Library/Formula/log4c.rb b/Library/Formula/log4c.rb index 998bd570d..2f5315152 100644 --- a/Library/Formula/log4c.rb +++ b/Library/Formula/log4c.rb @@ -5,7 +5,7 @@ class Log4c < Formula url 'http://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 'cvs://:pserver:anonymous:@log4c.cvs.sourceforge.net:/cvsroot/log4c:log4c' def install system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/rsnapshot.rb b/Library/Formula/rsnapshot.rb index bcb3569e8..9a910ac7e 100644 --- a/Library/Formula/rsnapshot.rb +++ b/Library/Formula/rsnapshot.rb @@ -5,7 +5,7 @@ class Rsnapshot < Formula url 'http://rsnapshot.org/downloads/rsnapshot-1.3.1.tar.gz' sha1 'a3aa3560dc389e1b00155a5869558522c4a29e05' - head 'cvs://:pserver:anonymous@rsnapshot.cvs.sourceforge.net:/cvsroot/rsnapshot:rsnapshot' + head 'cvs://:pserver:anonymous:@rsnapshot.cvs.sourceforge.net:/cvsroot/rsnapshot:rsnapshot' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
