From owner-svn-ports-head@freebsd.org Tue Oct 20 08:52:15 2015 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 E52E4A19C1F; Tue, 20 Oct 2015 08:52:15 +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 952691AF7; Tue, 20 Oct 2015 08:52:15 +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 t9K8qEcC052010; Tue, 20 Oct 2015 08:52:14 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9K8qE1h052006; Tue, 20 Oct 2015 08:52:14 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201510200852.t9K8qE1h052006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 20 Oct 2015 08:52:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399807 - 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.20 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: Tue, 20 Oct 2015 08:52:16 -0000 Author: garga Date: Tue Oct 20 08:52:14 2015 New Revision: 399807 URL: https://svnweb.freebsd.org/changeset/ports/399807 Log: Update devel/git to 2.6.2 PR: 203878 Submitted by: Wendell Borges Modified: head/devel/git/Makefile head/devel/git/distinfo head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Tue Oct 20 08:47:30 2015 (r399806) +++ head/devel/git/Makefile Tue Oct 20 08:52:14 2015 (r399807) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= git -DISTVERSION= 2.6.1 +DISTVERSION= 2.6.2 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Tue Oct 20 08:47:30 2015 (r399806) +++ head/devel/git/distinfo Tue Oct 20 08:52:14 2015 (r399807) @@ -1,6 +1,6 @@ -SHA256 (git-2.6.1.tar.xz) = fc7c727745d5eb0d796a16dc7c4b999c184830110e0aeb592c788597cc8e9ccd -SIZE (git-2.6.1.tar.xz) = 3811268 -SHA256 (git-manpages-2.6.1.tar.xz) = e4cf64edcecd284d9ef4e6ca7fa0e8556d2414b5d9881a9abfe477f95b416391 -SIZE (git-manpages-2.6.1.tar.xz) = 381288 -SHA256 (git-htmldocs-2.6.1.tar.xz) = 791487ebd5a25456d41d8825ef450fdf3214898a328028d01acdb21a668052da -SIZE (git-htmldocs-2.6.1.tar.xz) = 1016516 +SHA256 (git-2.6.2.tar.xz) = 646e37abbc69d5c1b153e30c82ec3346d176e2b499b44281d08565ad8e00a670 +SIZE (git-2.6.2.tar.xz) = 3812636 +SHA256 (git-manpages-2.6.2.tar.xz) = 1041b6f32eed0a04255bec22ada3bad3c212bee9986a99f3782248780d32fc3a +SIZE (git-manpages-2.6.2.tar.xz) = 381332 +SHA256 (git-htmldocs-2.6.2.tar.xz) = 7cd13ccbe397dc742920b403957a7c769728dfe3eacc7bb91aa230ca8ab1e1c8 +SIZE (git-htmldocs-2.6.2.tar.xz) = 1017776 Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Tue Oct 20 08:47:30 2015 (r399806) +++ head/devel/git/pkg-plist Tue Oct 20 08:52:14 2015 (r399807) @@ -1252,6 +1252,7 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.4.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.2.txt %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css