From 27bee8b23d57b602b9c373f3dd7af3158ced075d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 19 Sep 2008 14:45:45 +0000 Subject: [PATCH] Change source URLs to local mirror --- contrib/bitlib/Makefile | 2 +- contrib/luaposix/Makefile | 2 +- contrib/luasocket/Makefile | 2 +- contrib/package/bitlib/Makefile | 3 ++- contrib/package/luaposix/Makefile | 3 ++- contrib/package/luasocket/Makefile | 3 ++- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/contrib/bitlib/Makefile b/contrib/bitlib/Makefile index 6b7c82483d..eedfcb9d9e 100644 --- a/contrib/bitlib/Makefile +++ b/contrib/bitlib/Makefile @@ -2,7 +2,7 @@ include ../../build/config.mk include ../../build/gccconfig.mk BITLIB_VERSION = 25 -BITLIB_SITE = http://luaforge.net/frs/download.php/3065/ +BITLIB_SITE = http://dev.luci.freifunk-halle.net/sources/ BITLIB_DIR = bitlib-$(BITLIB_VERSION) BITLIB_FILE = $(BITLIB_DIR).tar.gz BITLIB_URL = $(BITLIB_SITE)/$(BITLIB_FILE) diff --git a/contrib/luaposix/Makefile b/contrib/luaposix/Makefile index 1d7744ee73..a91138de82 100644 --- a/contrib/luaposix/Makefile +++ b/contrib/luaposix/Makefile @@ -2,7 +2,7 @@ include ../../build/config.mk include ../../build/gccconfig.mk LUAPOSIX_VERSION = 5.1.3 -LUAPOSIX_SITE = http://luaforge.net/frs/download.php/3449/ +LUAPOSIX_SITE = http://dev.luci.freifunk-halle.net/sources/ LUAPOSIX_DIR = luaposix-$(LUAPOSIX_VERSION) LUAPOSIX_FILE = $(LUAPOSIX_DIR).tar.gz LUAPOSIX_URL = $(LUAPOSIX_SITE)/$(LUAPOSIX_FILE) diff --git a/contrib/luasocket/Makefile b/contrib/luasocket/Makefile index 2e187e2e5b..b389484f8d 100644 --- a/contrib/luasocket/Makefile +++ b/contrib/luasocket/Makefile @@ -2,7 +2,7 @@ include ../../build/config.mk include ../../build/gccconfig.mk LUASOCKET_VERSION = 2.0.2 -LUASOCKET_SITE = http://luaforge.net/frs/download.php/2664/ +LUASOCKET_SITE = http://dev.luci.freifunk-halle.net/sources/ LUASOCKET_DIR = luasocket-$(LUASOCKET_VERSION) LUASOCKET_FILE = $(LUASOCKET_DIR).tar.gz LUASOCKET_URL = $(LUASOCKET_SITE)/$(LUASOCKET_FILE) diff --git a/contrib/package/bitlib/Makefile b/contrib/package/bitlib/Makefile index 5c811a21a3..9213ed5f66 100644 --- a/contrib/package/bitlib/Makefile +++ b/contrib/package/bitlib/Makefile @@ -12,7 +12,8 @@ PKG_VERSION:=25 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/3065 +PKG_SOURCE_URL:=http://dev.luci.freifunk-halle.net/sources/\ + http://luaforge.net/frs/download.php/3065 PKG_MD5SUM:=18f124c80c685f2269296a7172e600fe PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) diff --git a/contrib/package/luaposix/Makefile b/contrib/package/luaposix/Makefile index bcbd401860..348fe23f72 100644 --- a/contrib/package/luaposix/Makefile +++ b/contrib/package/luaposix/Makefile @@ -12,7 +12,8 @@ PKG_VERSION:=5.1.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/3449 +PKG_SOURCE_URL:=http://dev.luci.freifunk-halle.net/sources/\ + http://luaforge.net/frs/download.php/3449 PKG_MD5SUM:=4271f321c39d0560d9fbe6ca882a67aa PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) diff --git a/contrib/package/luasocket/Makefile b/contrib/package/luasocket/Makefile index 65538d18dd..254385a2b7 100644 --- a/contrib/package/luasocket/Makefile +++ b/contrib/package/luasocket/Makefile @@ -5,7 +5,8 @@ PKG_VERSION:=2.0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/2664/ +PKG_SOURCE_URL:=http://dev.luci.freifunk-halle.net/sources/\ + http://luaforge.net/frs/download.php/2664/ PKG_MD5SUM:=41445b138deb7bcfe97bff957503da8e PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -- 2.30.2