update to git 2.39.0
This commit is contained in:
parent
9a86ba476a
commit
3dba3a5d8d
@ -2,7 +2,7 @@ COMMENT-main = distributed version control system
|
||||
COMMENT-svn = subversion interoperability tools
|
||||
COMMENT-x11 = graphical tools
|
||||
|
||||
V = 2.38.2
|
||||
V = 2.39.0
|
||||
DISTNAME = git-${V}
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -35,8 +35,10 @@ BUILD_DEPENDS = devel/gettext,-tools \
|
||||
|
||||
MULTI_PACKAGES = -main -svn -x11
|
||||
|
||||
WANTLIB-main = c charset crypto curl expat iconv intl nghttp2 pthread \
|
||||
ssl z
|
||||
WANTLIB-main = c crypto curl expat iconv intl pthread ssl z
|
||||
# for curl
|
||||
WANTLIB-main += nghttp2
|
||||
|
||||
|
||||
RUN_DEPENDS-main = devel/cvsps \
|
||||
devel/p5-Error \
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (git-2.38.2.tar.gz) = HxvwBaWoe08AuO9WMowiyzbMuCgfkXgcHA+Hp+39P4I=
|
||||
SHA256 (git-manpages-2.38.2.tar.gz) = LLMuP7xj1NGTXbCDtXozYY6b1UIGNeFr7epbxFvS0DI=
|
||||
SIZE (git-2.38.2.tar.gz) = 10474592
|
||||
SIZE (git-manpages-2.38.2.tar.gz) = 921465
|
||||
SHA256 (git-2.39.0.tar.gz) = 2Sn+Z873rDynCdK1apkg8XES1aUkv4ESrzfsBFp6UQk=
|
||||
SHA256 (git-manpages-2.39.0.tar.gz) = 8c2jmdmLyipiE/1KBbQmW9Z4bmsywW//8zcWo83euGg=
|
||||
SIZE (git-2.39.0.tar.gz) = 10562099
|
||||
SIZE (git-manpages-2.39.0.tar.gz) = 926419
|
||||
|
@ -3,7 +3,7 @@ Replace sysctl HW_PHYSMEM/MEMSIZE/whatever madness with sysconf.
|
||||
Index: builtin/gc.c
|
||||
--- builtin/gc.c.orig
|
||||
+++ builtin/gc.c
|
||||
@@ -256,20 +256,13 @@ static uint64_t total_ram(void)
|
||||
@@ -258,20 +258,13 @@ static uint64_t total_ram(void)
|
||||
|
||||
if (!sysinfo(&si))
|
||||
return si.totalram;
|
||||
|
Loading…
Reference in New Issue
Block a user