Date: Mon, 4 Nov 2019 14:20:25 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516646 - head/devel/git Message-ID: <201911041420.xA4EKPls089544@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Mon Nov 4 14:20:24 2019 New Revision: 516646 URL: https://svnweb.freebsd.org/changeset/ports/516646 Log: devel/git: Update to 2.24.0 Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/devel/git/Makefile head/devel/git/distinfo head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Mon Nov 4 14:06:47 2019 (r516645) +++ head/devel/git/Makefile Mon Nov 4 14:20:24 2019 (r516646) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= git -DISTVERSION= 2.23.0 +DISTVERSION= 2.24.0 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Mon Nov 4 14:06:47 2019 (r516645) +++ head/devel/git/distinfo Mon Nov 4 14:20:24 2019 (r516646) @@ -1,7 +1,7 @@ -TIMESTAMP = 1566239397 -SHA256 (git-2.23.0.tar.xz) = 234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067 -SIZE (git-2.23.0.tar.xz) = 5707148 -SHA256 (git-manpages-2.23.0.tar.xz) = 9558433f68ff4229bd55e84c4d26b74e5d3518ab0ec30186253b090ea887946a -SIZE (git-manpages-2.23.0.tar.xz) = 448272 -SHA256 (git-htmldocs-2.23.0.tar.xz) = b7959afd19554aeaaa455c88eeed2c164854391f13319bd3fa7df2577c57ddc8 -SIZE (git-htmldocs-2.23.0.tar.xz) = 1294240 +TIMESTAMP = 1572869895 +SHA256 (git-2.24.0.tar.xz) = 9f71d61973626d8b28c4cdf8e2484b4bf13870ed643fed982d68b2cfd754371b +SIZE (git-2.24.0.tar.xz) = 5766056 +SHA256 (git-manpages-2.24.0.tar.xz) = b0c872c16f22942c1cb6c90ec07f395a931f7c2f9fb920d2ec926674265c04a6 +SIZE (git-manpages-2.24.0.tar.xz) = 453600 +SHA256 (git-htmldocs-2.24.0.tar.xz) = 05b6ed0719d5e29d5c60dd7d0a5469f4a0514008a64f6084ac26335d1b37f73b +SIZE (git-htmldocs-2.24.0.tar.xz) = 1306680 Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Mon Nov 4 14:06:47 2019 (r516645) +++ head/devel/git/pkg-plist Mon Nov 4 14:20:24 2019 (r516646) @@ -686,6 +686,7 @@ man/man7/gitworkflows.7.gz %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.22.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.22.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.23.0.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.24.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.2.txt @@ -1276,6 +1277,7 @@ share/emacs/site-lisp/git/git.el %%CONTRIB%%share/git-core/contrib/coccinelle/commit.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/flex_alloc.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/free.cocci +%%CONTRIB%%share/git-core/contrib/coccinelle/hashmap.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/object_id.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/preincr.cocci %%CONTRIB%%share/git-core/contrib/coccinelle/qsort.cocci @@ -1420,6 +1422,7 @@ share/git-core/templates/hooks/fsmonitor-watchman.samp share/git-core/templates/hooks/post-update.sample share/git-core/templates/hooks/pre-applypatch.sample share/git-core/templates/hooks/pre-commit.sample +share/git-core/templates/hooks/pre-merge-commit.sample share/git-core/templates/hooks/pre-push.sample share/git-core/templates/hooks/pre-rebase.sample share/git-core/templates/hooks/pre-receive.sample @@ -1495,6 +1498,7 @@ share/git-core/templates/info/exclude %%GUI%%share/gitk/lib/msgs/ru.msg %%GUI%%share/gitk/lib/msgs/sv.msg %%GUI%%share/gitk/lib/msgs/vi.msg +%%GUI%%share/gitk/lib/msgs/zh_cn.msg %%NLS%%share/locale/bg/LC_MESSAGES/git.mo %%NLS%%share/locale/ca/LC_MESSAGES/git.mo %%NLS%%share/locale/de/LC_MESSAGES/git.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911041420.xA4EKPls089544>