From owner-svn-ports-all@freebsd.org Tue Feb 23 11:19:32 2016 Return-Path: Delivered-To: svn-ports-all@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 B40EAAB2B9C; Tue, 23 Feb 2016 11:19:32 +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 6E23723B; Tue, 23 Feb 2016 11:19:32 +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 u1NBJVKI057944; Tue, 23 Feb 2016 11:19:31 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1NBJV3p057940; Tue, 23 Feb 2016 11:19:31 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201602231119.u1NBJV3p057940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 23 Feb 2016 11:19:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409422 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 11:19:32 -0000 Author: garga Date: Tue Feb 23 11:19:31 2016 New Revision: 409422 URL: https://svnweb.freebsd.org/changeset/ports/409422 Log: Update devel/git to 2.7.2 Modified: head/devel/git/Makefile head/devel/git/distinfo head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Tue Feb 23 11:11:12 2016 (r409421) +++ head/devel/git/Makefile Tue Feb 23 11:19:31 2016 (r409422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= git -DISTVERSION= 2.7.0 +DISTVERSION= 2.7.2 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Tue Feb 23 11:11:12 2016 (r409421) +++ head/devel/git/distinfo Tue Feb 23 11:19:31 2016 (r409422) @@ -1,6 +1,6 @@ -SHA256 (git-2.7.0.tar.xz) = fa9fb34efce9c80527152a40fbae138e83bd04a15ef9111726252259345a7b0d -SIZE (git-2.7.0.tar.xz) = 3861524 -SHA256 (git-manpages-2.7.0.tar.xz) = b7f255aa17a5d06b9b71f6e3957f65e8f15789b2d31f09b1c2bf697a21458a0d -SIZE (git-manpages-2.7.0.tar.xz) = 384248 -SHA256 (git-htmldocs-2.7.0.tar.xz) = a9d30a744eb07392ba3ffe389cca7e57a2bdd718c9ffccdf2d525eeafac548a9 -SIZE (git-htmldocs-2.7.0.tar.xz) = 1028748 +SHA256 (git-2.7.2.tar.xz) = b20479ce523031c37581b763b4442b25b9d606f2f416049aea4e463dc150cf20 +SIZE (git-2.7.2.tar.xz) = 3907296 +SHA256 (git-manpages-2.7.2.tar.xz) = 19a6254a34da516e1ec67bfcbc6da7a1483440a2e8416b30e736f96c3404ff4b +SIZE (git-manpages-2.7.2.tar.xz) = 384440 +SHA256 (git-htmldocs-2.7.2.tar.xz) = fabf3afa674931c70d6bb2e37497b46046f554c8d5520f0ccb126ce5e748f724 +SIZE (git-htmldocs-2.7.2.tar.xz) = 1031152 Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Tue Feb 23 11:11:12 2016 (r409421) +++ head/devel/git/pkg-plist Tue Feb 23 11:19:31 2016 (r409422) @@ -1259,6 +1259,8 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.4.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.5.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.0.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.2.txt %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css