From: olli Date: Sat, 14 Jul 2007 12:48:06 +0000 (+0000) Subject: subversion: X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=ec409b3869b5d97b6addd1e6975b2287dae9797a;p=packages.git subversion: * Add missing MD5SUM * Subversion does not require ruby git-svn-id: svn://svn.openwrt.org/openwrt/packages@7973 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/subversion/Makefile b/net/subversion/Makefile index 9023f6f26..f9c2d9840 100644 --- a/net/subversion/Makefile +++ b/net/subversion/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://subversion.tigris.org/downloads/ -PKG_MD5SUM:= +PKG_MD5SUM:=d4aa5aeb09acb3307841022d279ab895 PKG_CAT:=bzcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -98,7 +98,3 @@ endef $(eval $(call BuildPackage,subversion-libs)) $(eval $(call BuildPackage,subversion-client)) $(eval $(call BuildPackage,subversion-server)) - -$(eval $(call RequireCommand,/usr/bin/ruby, \ - $(PKG_NAME) requires ruby installed on the host-system. \ -))