From bb8fb7fe2ee98cef06da178704adb84f534abf0f Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 5 Dec 2009 01:06:46 +0000 Subject: [PATCH] update git to 1.6.5.3 (#6271) SVN-Revision: 18649 --- {devel => net}/git/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) rename {devel => net}/git/Makefile (85%) diff --git a/devel/git/Makefile b/net/git/Makefile similarity index 85% rename from devel/git/Makefile rename to net/git/Makefile index f4930a54c..11f7ea8c0 100644 --- a/devel/git/Makefile +++ b/net/git/Makefile @@ -9,26 +9,27 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=1.6.5 +PKG_VERSION:=1.6.5.3 PKG_RELEASE:=1 -PKG_SOURCE:=${PKG_NAME}-${PKG_VERSION}.tar.gz -PKG_SOURCE_URL:=http://kernel.org/pub/software/scm/git/ -PKG_MD5SUM:=91bddd06604c6f9a37c3b38f99db47d5 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=@KERNEL/software/scm/git +PKG_MD5SUM:=a1dbc3da46cbf33c4367db689853c142 include $(INCLUDE_DIR)/package.mk define Package/git - SECTION:=utils - CATEGORY:=Utilities - DEPENDS:=+libopenssl +zlib +dropbear + SECTION:=net + CATEGORY:=Network + SUBMENU:=Version Control Systems + DEPENDS:=+libopenssl +dropbear +libpthread TITLE:=The fast version control system URL:=http://git-scm.com endef define Package/git/description - Git is a free & open source, distributed version control system - designed to handle everything from small to very large projects + Git is a free & open source, distributed version control system + designed to handle everything from small to very large projects with speed and efficiency. endef -- 2.30.2