packages: remotefs: update remotefs, change to repo to git
authorGabor Juhos <juhosg@openwrt.org>
Sun, 20 Oct 2013 15:58:23 +0000 (15:58 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 20 Oct 2013 15:58:23 +0000 (15:58 +0000)
- sourceforge uses git use that
- update to latest version: it fixes a compile bug of the
  old git version (missing md5_crypt)

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38477

net/remotefs/Makefile

index 29300745c78dee6f9e6fcc3ff73df9ac368dc83b..d0c22db877e12d4aa3fd43fc80bd409fd7714a90 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=remotefs
-PKG_REV:=1297
+PKG_REV:=a4c25cee1e677c30acd559ff36ed1cfdc4b99c91
 PKG_VERSION:=$(PKG_REV)
 PKG_RELEASE:=1
 
-PKG_SOURCE_PROTO:=svn
+PKG_SOURCE_PROTO:=git
 PKG_SOURCE_VERSION:=$(PKG_REV)
 PKG_SOURCE_SUBDIR:=remotefs-$(PKG_VERSION)
-PKG_SOURCE_URL:=http://remotefs.svn.sourceforge.net/svnroot/remotefs/trunk
+PKG_SOURCE_URL:=git://git.code.sf.net/p/remotefs/git
 PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
 include $(INCLUDE_DIR)/package.mk