Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 16:49:15 +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: r479678 - head/devel/git
Message-ID:  <201809131649.w8DGnFHE019699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Thu Sep 13 16:49:14 2018
New Revision: 479678
URL: https://svnweb.freebsd.org/changeset/ports/479678

Log:
  Update devel/git to 2.19.0
  
  PR:		231342
  Submitted by:	Yasuhiro KIMURA <yasu@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 Sep 13 14:45:30 2018	(r479677)
+++ head/devel/git/Makefile	Thu Sep 13 16:49:14 2018	(r479678)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	git
-DISTVERSION=	2.18.0
-PORTREVISION=	2
+DISTVERSION=	2.19.0
 CATEGORIES=	devel
 MASTER_SITES=	KERNEL_ORG/software/scm/git
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \

Modified: head/devel/git/distinfo
==============================================================================
--- head/devel/git/distinfo	Thu Sep 13 14:45:30 2018	(r479677)
+++ head/devel/git/distinfo	Thu Sep 13 16:49:14 2018	(r479678)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1529666333
-SHA256 (git-2.18.0.tar.xz) = 8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92
-SIZE (git-2.18.0.tar.xz) = 5102264
-SHA256 (git-manpages-2.18.0.tar.xz) = 9ae3be95e63379597164c79c9018e84b7ef6964da923e5689dbc307693266096
-SIZE (git-manpages-2.18.0.tar.xz) = 425516
-SHA256 (git-htmldocs-2.18.0.tar.xz) = 5b70d9b1f86aad464ae172040eb87da83058c00581388af6f60b050214912efc
-SIZE (git-htmldocs-2.18.0.tar.xz) = 1201076
+TIMESTAMP = 1536847504
+SHA256 (git-2.19.0.tar.xz) = 180feff58fc0d965d23ea010aa2c69ead92ec318eb9b09cf737529aec62f3ef4
+SIZE (git-2.19.0.tar.xz) = 5227124
+SHA256 (git-manpages-2.19.0.tar.xz) = 4e51041b9636a1fdd8887091d1cca8b0cc6af3f1761870edd091e074378e7dcb
+SIZE (git-manpages-2.19.0.tar.xz) = 431832
+SHA256 (git-htmldocs-2.19.0.tar.xz) = d5f850b9c6e87ad10ff24801c1c5ab9cd769e9e444881e9fdb8e6cc116fd8040
+SIZE (git-htmldocs-2.19.0.tar.xz) = 1221804

Modified: head/devel/git/pkg-plist
==============================================================================
--- head/devel/git/pkg-plist	Thu Sep 13 14:45:30 2018	(r479677)
+++ head/devel/git/pkg-plist	Thu Sep 13 16:49:14 2018	(r479678)
@@ -133,12 +133,14 @@ libexec/git-core/git-prune-packed
 libexec/git-core/git-pull
 libexec/git-core/git-push
 libexec/git-core/git-quiltimport
+libexec/git-core/git-range-diff
 libexec/git-core/git-read-tree
 libexec/git-core/git-rebase
 libexec/git-core/git-rebase--am
 libexec/git-core/git-rebase--helper
 libexec/git-core/git-rebase--interactive
 libexec/git-core/git-rebase--merge
+libexec/git-core/git-rebase--preserve-merges
 libexec/git-core/git-receive-pack
 libexec/git-core/git-reflog
 libexec/git-core/git-remote
@@ -318,6 +320,7 @@ man/man1/git-prune.1.gz
 man/man1/git-pull.1.gz
 man/man1/git-push.1.gz
 man/man1/git-quiltimport.1.gz
+man/man1/git-range-diff.1.gz
 man/man1/git-read-tree.1.gz
 man/man1/git-rebase.1.gz
 man/man1/git-receive-pack.1.gz
@@ -1391,6 +1394,8 @@ share/emacs/site-lisp/git/git.el
 %%CONTRIB%%share/git-core/contrib/thunderbird-patch-inline/appp.sh
 %%CONTRIB%%share/git-core/contrib/update-unicode/README
 %%CONTRIB%%share/git-core/contrib/update-unicode/update_unicode.sh
+%%CONTRIB%%share/git-core/contrib/vscode/README.md
+%%CONTRIB%%share/git-core/contrib/vscode/init.sh
 %%CONTRIB%%share/git-core/contrib/workdir/git-new-workdir
 share/git-core/templates/description
 share/git-core/templates/hooks/applypatch-msg.sample



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809131649.w8DGnFHE019699>