diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sdcv.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/sdcv.rb b/Library/Formula/sdcv.rb index 25b554afe..8e81e199b 100644 --- a/Library/Formula/sdcv.rb +++ b/Library/Formula/sdcv.rb @@ -3,7 +3,8 @@ require 'formula' class Sdcv < Formula homepage 'http://sdcv.sourceforge.net/' # MacPorts uses this revision and version number - url 'https://sdcv.svn.sourceforge.net/svnroot/sdcv/trunk', :revision => '38' + url 'https://svn.code.sf.net/p/sdcv/code/trunk', + :using => UnsafeSubversionDownloadStrategy, :revision => '38' version '0.4.3' # Always needs a newer autotools, even on Snow Leopard. |
