From owner-svn-ports-head@freebsd.org Mon Jul 18 13:54:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EA73B9D58D; Mon, 18 Jul 2016 13:54:28 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E7B11446; Mon, 18 Jul 2016 13:54:28 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6IDsRq9063571; Mon, 18 Jul 2016 13:54:27 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6IDsR3v063568; Mon, 18 Jul 2016 13:54:27 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201607181354.u6IDsR3v063568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 18 Jul 2016 13:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418704 - head/devel/git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 13:54:28 -0000 Author: garga Date: Mon Jul 18 13:54:26 2016 New Revision: 418704 URL: https://svnweb.freebsd.org/changeset/ports/418704 Log: Update devel/git to 2.9.2 Sponsored by: Rubicon Communications (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 Jul 18 13:39:17 2016 (r418703) +++ head/devel/git/Makefile Mon Jul 18 13:54:26 2016 (r418704) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= git -DISTVERSION= 2.9.0 +DISTVERSION= 2.9.2 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Mon Jul 18 13:39:17 2016 (r418703) +++ head/devel/git/distinfo Mon Jul 18 13:54:26 2016 (r418704) @@ -1,7 +1,7 @@ -TIMESTAMP = 1465914317 -SHA256 (git-2.9.0.tar.xz) = f41fa97949948fbf49af94a43d779e072a5452c6b5039d86ffa41ebab747b409 -SIZE (git-2.9.0.tar.xz) = 4014000 -SHA256 (git-manpages-2.9.0.tar.xz) = dc85c1afa923fd709d651a49d0a720d50a3c248cb16c6c09517cceae88fe8445 -SIZE (git-manpages-2.9.0.tar.xz) = 392440 -SHA256 (git-htmldocs-2.9.0.tar.xz) = 664dc1aa20966a91cf6b90d282bb5f93b4e4c831a32a0791f43218389ce3b955 -SIZE (git-htmldocs-2.9.0.tar.xz) = 1049236 +TIMESTAMP = 1468849201 +SHA256 (git-2.9.2.tar.xz) = f8f546648f77f246f1302e3ec4037c81db25af1f02931597148c5bf61fac2db5 +SIZE (git-2.9.2.tar.xz) = 4019916 +SHA256 (git-manpages-2.9.2.tar.xz) = 4c5c516ee4c0412b9475739e2125a257f6022e7c7bd006827c376fe70d47c323 +SIZE (git-manpages-2.9.2.tar.xz) = 392552 +SHA256 (git-htmldocs-2.9.2.tar.xz) = 6dddb003184f2ab68aa6b54e02e1e55c82c774fe6e74602e9dbefdf06826fb1c +SIZE (git-htmldocs-2.9.2.tar.xz) = 1053284 Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Mon Jul 18 13:39:17 2016 (r418703) +++ head/devel/git/pkg-plist Mon Jul 18 13:54:26 2016 (r418704) @@ -1272,6 +1272,8 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.3.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.4.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.0.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.2.txt %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css