From: Peter Wagner Date: Sun, 3 Dec 2017 22:52:59 +0000 (+0100) Subject: git: update to 2.15.1 and cleanup DEPENDS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f5b1dd7ce7441255c08f03782557d45f940d2be0;p=openwrt-packages.git git: update to 2.15.1 and cleanup DEPENDS Signed-off-by: Peter Wagner --- diff --git a/net/git/Makefile b/net/git/Makefile index be0cb5f07..cc6b58b44 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.15.0 +PKG_VERSION:=2.15.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a +PKG_HASH:=999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 @@ -43,7 +43,7 @@ endef define Package/git-http $(call Package/git/Default) - DEPENDS+=git +libcurl +ca-certificates + DEPENDS+= +git +libcurl +ca-certificates TITLE:=Git HTTP commands endef @@ -56,7 +56,7 @@ endef define Package/git-gitweb $(call Package/git/Default) TITLE:=Git repository web interface - DEPENDS:=git +perlbase-essential +perlbase-file +perlbase-fcntl +perlbase-encode +perlbase-digest +perlbase-time +perl-cgi + DEPENDS+= +git +perlbase-essential +perlbase-file +perlbase-fcntl +perlbase-encode +perlbase-digest +perlbase-time +perl-cgi endef define Package/git-gitweb/description