From 3f1b12ca00813ce6cfdf0e9623215705f8ebe71e Mon Sep 17 00:00:00 2001 From: Evan McClain Date: Mon, 21 Apr 2014 15:48:54 -0400 Subject: lensfun: Move URLs to sourceforge via http://lensfun.berlios.de/ Lensfun moved to Sourceforge! BerliOS will shut down its service at the end of April 2014. Therefore, we moved everything to Sourceforge and at the same time we took the opportunity to switch the version control system to git. Closes #28582. Closes #28585. Signed-off-by: Evan McClain Signed-off-by: Jack Nagel --- Library/Formula/lensfun.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Formula/lensfun.rb b/Library/Formula/lensfun.rb index 8279ae5d7..1d05ca3a5 100644 --- a/Library/Formula/lensfun.rb +++ b/Library/Formula/lensfun.rb @@ -1,9 +1,9 @@ require 'formula' class Lensfun < Formula - homepage 'http://lensfun.berlios.de' - head 'svn://svn.berlios.de/lensfun/trunk' - url 'https://downloads.sourceforge.net/project/lensfun.berlios/lensfun-0.2.8.tar.bz2' + homepage 'http://lensfun.sourceforge.net/' + head 'git://git.code.sf.net/p/lensfun/code' + url 'https://downloads.sourceforge.net/project/lensfun/0.2.8/lensfun-0.2.8.tar.bz2' sha1 '0e85eb7692620668d27e2303687492ad68c90eb4' revision 1 -- cgit v1.2.3