packages: remotefs: update remotefs, change to repo to git
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Oct 2013 15:58:23 +0000 (15:58 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38477 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/remotefs/Makefile

index 2930074..d0c22db 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