svn commit: r559755 - head/devel/git

Renato Botelho garga at FreeBSD.org
Thu Dec 31 17:06:56 UTC 2020


Author: garga
Date: Thu Dec 31 17:06:55 2020
New Revision: 559755
URL: https://svnweb.freebsd.org/changeset/ports/559755

Log:
  devel/git: Update to 2.30.0
  
  PR:		252244
  Submitted by:	Yasuhiro Kimura <yasu at utahime.org>
  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	Thu Dec 31 17:03:27 2020	(r559754)
+++ head/devel/git/Makefile	Thu Dec 31 17:06:55 2020	(r559755)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	git
-DISTVERSION=	2.29.2
+DISTVERSION=	2.30.0
 CATEGORIES=	devel
 MASTER_SITES=	KERNEL_ORG/software/scm/git
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
@@ -210,8 +210,6 @@ post-patch-GITWEB-off:
 
 post-patch-P4-off:
 	@${REINPLACE_CMD} -e '/^SCRIPT_PYTHON += git-p4.py$$/d' ${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' \
-		${WRKSRC}/contrib/subtree/git-subtree.sh
 
 .if ${PORT_OPTIONS:MP4} || ${PORT_OPTIONS:MCONTRIB}
 post-build:

Modified: head/devel/git/distinfo
==============================================================================
--- head/devel/git/distinfo	Thu Dec 31 17:03:27 2020	(r559754)
+++ head/devel/git/distinfo	Thu Dec 31 17:06:55 2020	(r559755)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1604500205
-SHA256 (git-2.29.2.tar.xz) = f2fc436ebe657821a1360bcd1e5f4896049610082419143d60f6fa13c2f607c1
-SIZE (git-2.29.2.tar.xz) = 6187988
-SHA256 (git-manpages-2.29.2.tar.xz) = e2d44a2a30b9d43a770262f1328b77df2f532f16c2dcd235655e5c9bd39bd792
-SIZE (git-manpages-2.29.2.tar.xz) = 478516
-SHA256 (git-htmldocs-2.29.2.tar.xz) = f7c762cc5c8c5230885b76134cbc801f6149c29c812d3f276ff1914176a7dab8
-SIZE (git-htmldocs-2.29.2.tar.xz) = 1364856
+TIMESTAMP = 1609429080
+SHA256 (git-2.30.0.tar.xz) = 55735021109565721af805af382c45cce73c3cfaa59daad22443d1477d334d19
+SIZE (git-2.30.0.tar.xz) = 6325652
+SHA256 (git-manpages-2.30.0.tar.xz) = 7b2b8405d5bdd149e3891617053de37f7e8d5a5b3834317a5af9f30ccc93cf76
+SIZE (git-manpages-2.30.0.tar.xz) = 481792
+SHA256 (git-htmldocs-2.30.0.tar.xz) = 820132c62ade3df12b4178857cfc5c92276b847b2307a5f7f4d24c27774f962f
+SIZE (git-htmldocs-2.30.0.tar.xz) = 1340536

Modified: head/devel/git/pkg-plist
==============================================================================
--- head/devel/git/pkg-plist	Thu Dec 31 17:03:27 2020	(r559754)
+++ head/devel/git/pkg-plist	Thu Dec 31 17:06:55 2020	(r559755)
@@ -81,6 +81,7 @@ libexec/git-core/git-fetch-pack
 libexec/git-core/git-filter-branch
 libexec/git-core/git-fmt-merge-msg
 libexec/git-core/git-for-each-ref
+libexec/git-core/git-for-each-repo
 libexec/git-core/git-format-patch
 libexec/git-core/git-fsck
 libexec/git-core/git-fsck-objects
@@ -106,6 +107,7 @@ libexec/git-core/git-ls-remote
 libexec/git-core/git-ls-tree
 libexec/git-core/git-mailinfo
 libexec/git-core/git-mailsplit
+libexec/git-core/git-maintenance
 libexec/git-core/git-merge
 libexec/git-core/git-merge-base
 libexec/git-core/git-merge-file
@@ -129,7 +131,6 @@ libexec/git-core/git-notes
 libexec/git-core/git-pack-objects
 libexec/git-core/git-pack-redundant
 libexec/git-core/git-pack-refs
-libexec/git-core/git-parse-remote
 libexec/git-core/git-patch-id
 libexec/git-core/git-prune
 libexec/git-core/git-prune-packed
@@ -270,6 +271,7 @@ man/man1/git-fetch.1.gz
 man/man1/git-filter-branch.1.gz
 man/man1/git-fmt-merge-msg.1.gz
 man/man1/git-for-each-ref.1.gz
+man/man1/git-for-each-repo.1.gz
 man/man1/git-format-patch.1.gz
 man/man1/git-fsck-objects.1.gz
 man/man1/git-fsck.1.gz
@@ -313,7 +315,6 @@ man/man1/git-p4.1.gz
 man/man1/git-pack-objects.1.gz
 man/man1/git-pack-redundant.1.gz
 man/man1/git-pack-refs.1.gz
-man/man1/git-parse-remote.1.gz
 man/man1/git-patch-id.1.gz
 man/man1/git-prune-packed.1.gz
 man/man1/git-prune.1.gz
@@ -709,6 +710,7 @@ man/man7/gitworkflows.7.gz
 %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.29.0.txt
 %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.29.1.txt
 %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.29.2.txt
+%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.0.txt
 %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.0.txt
 %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.1.txt
 %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.2.txt
@@ -974,8 +976,6 @@ man/man7/gitworkflows.7.gz
 %%HTMLDOCS%%%%DOCSDIR%%/git-pack-redundant.txt
 %%HTMLDOCS%%%%DOCSDIR%%/git-pack-refs.html
 %%HTMLDOCS%%%%DOCSDIR%%/git-pack-refs.txt
-%%HTMLDOCS%%%%DOCSDIR%%/git-parse-remote.html
-%%HTMLDOCS%%%%DOCSDIR%%/git-parse-remote.txt
 %%HTMLDOCS%%%%DOCSDIR%%/git-patch-id.html
 %%HTMLDOCS%%%%DOCSDIR%%/git-patch-id.txt
 %%HTMLDOCS%%%%DOCSDIR%%/git-prune-packed.html
@@ -1354,6 +1354,7 @@ share/git-core/templates/hooks/pre-push.sample
 share/git-core/templates/hooks/pre-rebase.sample
 share/git-core/templates/hooks/pre-receive.sample
 share/git-core/templates/hooks/prepare-commit-msg.sample
+share/git-core/templates/hooks/push-to-checkout.sample
 share/git-core/templates/hooks/update.sample
 share/git-core/templates/info/exclude
 %%GUI%%share/git-gui/lib/about.tcl
@@ -1436,6 +1437,7 @@ share/git-core/templates/info/exclude
 %%NLS%%share/locale/is/LC_MESSAGES/git.mo
 %%NLS%%share/locale/it/LC_MESSAGES/git.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/git.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/git.mo
 %%NLS%%share/locale/pt_PT/LC_MESSAGES/git.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/git.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/git.mo


More information about the svn-ports-all mailing list