From owner-svn-ports-head@freebsd.org Tue Jun 27 13:39:55 2017 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 40319DAAD24; Tue, 27 Jun 2017 13:39:55 +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 0AD3766DBB; Tue, 27 Jun 2017 13:39:54 +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 v5RDdsXf020200; Tue, 27 Jun 2017 13:39:54 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5RDdraN020197; Tue, 27 Jun 2017 13:39:53 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201706271339.v5RDdraN020197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 27 Jun 2017 13:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444462 - in head/devel/git: . files 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.23 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, 27 Jun 2017 13:39:55 -0000 Author: garga Date: Tue Jun 27 13:39:53 2017 New Revision: 444462 URL: https://svnweb.freebsd.org/changeset/ports/444462 Log: Update devel/git to 2.13.2 Sponsored by: Rubicon Communications (Netgate) Deleted: head/devel/git/files/patch-SHA1-endianness head/devel/git/files/patch-git-send-email.perl Modified: head/devel/git/Makefile head/devel/git/distinfo head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Tue Jun 27 13:38:20 2017 (r444461) +++ head/devel/git/Makefile Tue Jun 27 13:39:53 2017 (r444462) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= git -DISTVERSION= 2.13.1 -PORTREVISION= 2 +DISTVERSION= 2.13.2 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Tue Jun 27 13:38:20 2017 (r444461) +++ head/devel/git/distinfo Tue Jun 27 13:39:53 2017 (r444462) @@ -1,7 +1,7 @@ -TIMESTAMP = 1497014086 -SHA256 (git-2.13.1.tar.xz) = 3bc1becd983f77ab154a46801624369dbc40c3dd04b4c4b07ad026f5684688fe -SIZE (git-2.13.1.tar.xz) = 4746640 -SHA256 (git-manpages-2.13.1.tar.xz) = e3dd097d06c44f6d8191ae468b6fc401eaf6992f4962041e9c3af4a06335ff70 -SIZE (git-manpages-2.13.1.tar.xz) = 407700 -SHA256 (git-htmldocs-2.13.1.tar.xz) = eb2a463434a00cc7381788faa29499cd32c19a5437d97d7dcf65b25603b2b411 -SIZE (git-htmldocs-2.13.1.tar.xz) = 1108536 +TIMESTAMP = 1498482405 +SHA256 (git-2.13.2.tar.xz) = 0d10ac3751466f81652b62cbda83cc8d8ffd014911462138e039f176e413dde5 +SIZE (git-2.13.2.tar.xz) = 4751380 +SHA256 (git-manpages-2.13.2.tar.xz) = 30e1e1313000eb81f0e348e5083758a33703941a60ab111057b46c3dad968b6e +SIZE (git-manpages-2.13.2.tar.xz) = 407684 +SHA256 (git-htmldocs-2.13.2.tar.xz) = 54f0d36d375e7f71441994e60c18b6e2cc43581d5827e806e0bddb6904e17dfc +SIZE (git-htmldocs-2.13.2.tar.xz) = 1109048 Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Tue Jun 27 13:38:20 2017 (r444461) +++ head/devel/git/pkg-plist Tue Jun 27 13:39:53 2017 (r444462) @@ -635,6 +635,7 @@ man/man7/gitworkflows.7.gz %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.12.3.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.2.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.2.txt