From 5a29aa3f2fd490b40330fddb7c1befd2b86cb491 Mon Sep 17 00:00:00 2001 From: Niels Kristian Bech Jensen Date: Sat, 19 Apr 2014 16:44:25 -0700 Subject: Lensfun has moved to sourceforge.net The lensfun project has moved to sourceforge.net pending the close-down of berlios.de by the end of April. This patch updates lensfun.mk accordingly. Signed-off-by: Timothy Gu --- src/lensfun.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lensfun.mk b/src/lensfun.mk index e39c978..5dfa97e 100644 --- a/src/lensfun.mk +++ b/src/lensfun.mk @@ -7,14 +7,14 @@ $(PKG)_VERSION := 0.2.7 $(PKG)_CHECKSUM := f26121093dfee85d6371c2c79dae22e6d1b8d0d6 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 -$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/lensfun.berlios/$($(PKG)_FILE) +$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/lensfun/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := gcc libpng glib libgnurx define $(PKG)_UPDATE - $(WGET) -q -O- "http://developer.berlios.de/project/showfiles.php?group_id=9034" | \ - grep -i 'lensfun.*tar' | \ - $(SED) -n 's,.*lensfun-\([0-9][^>]*\)\.tar.*,\1,p' | \ - head -1 + $(WGET) -q -O- 'http://sourceforge.net/projects/lensfun/files/' | \ + $(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \ + sort -V | \ + tail -1 endef define $(PKG)_BUILD -- cgit v0.12 From 555558a9eaa2c0584235d6e75924b4b63ee1457f Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sat, 19 Apr 2014 18:34:05 -0700 Subject: Update lensfun's URL on website Signed-off-by: Timothy Gu --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 61c1479..53876d3 100644 --- a/index.html +++ b/index.html @@ -1455,7 +1455,7 @@ local-pkg-list: $(LOCAL_PKG_LIST) lensfun - lensfun + lensfun levmar -- cgit v0.12