From owner-svn-ports-all@freebsd.org Tue Nov 28 15:58:36 2017 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 A5F62DBAA64; Tue, 28 Nov 2017 15:58:36 +0000 (UTC) (envelope-from tz@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 6E1DB6A492; Tue, 28 Nov 2017 15:58:36 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vASFwZNM047691; Tue, 28 Nov 2017 15:58:35 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vASFwZX2047688; Tue, 28 Nov 2017 15:58:35 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201711281558.vASFwZX2047688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 28 Nov 2017 15:58:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455050 - in head/devel/libgit2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/devel/libgit2: . files X-SVN-Commit-Revision: 455050 X-SVN-Commit-Repository: ports 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.25 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, 28 Nov 2017 15:58:36 -0000 Author: tz Date: Tue Nov 28 15:58:35 2017 New Revision: 455050 URL: https://svnweb.freebsd.org/changeset/ports/455050 Log: devel/libgit2: Update from 0.25.1 to 0.26.0 Changelog: https://github.com/libgit2/libgit2/blob/v0.26.0/CHANGELOG.md Submitted by: Matthias Fechner Approved by: wg Deleted: head/devel/libgit2/files/ Modified: head/devel/libgit2/Makefile head/devel/libgit2/distinfo head/devel/libgit2/pkg-plist Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Tue Nov 28 15:53:09 2017 (r455049) +++ head/devel/libgit2/Makefile Tue Nov 28 15:58:35 2017 (r455050) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libgit2 -PORTVERSION= 0.25.1 -PORTREVISION= 1 +PORTVERSION= 0.26.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/libgit2/distinfo ============================================================================== --- head/devel/libgit2/distinfo Tue Nov 28 15:53:09 2017 (r455049) +++ head/devel/libgit2/distinfo Tue Nov 28 15:58:35 2017 (r455050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488597111 -SHA256 (libgit2-libgit2-v0.25.1_GH0.tar.gz) = 7ae8e699ff7ff9a1fa702249140ee31ea6fd556bf7968e84e38165870667bcb1 -SIZE (libgit2-libgit2-v0.25.1_GH0.tar.gz) = 4252130 +TIMESTAMP = 1510679233 +SHA256 (libgit2-libgit2-v0.26.0_GH0.tar.gz) = 6a62393e0ceb37d02fe0d5707713f504e7acac9006ef33da1e88960bd78b6eac +SIZE (libgit2-libgit2-v0.26.0_GH0.tar.gz) = 4697156 Modified: head/devel/libgit2/pkg-plist ============================================================================== --- head/devel/libgit2/pkg-plist Tue Nov 28 15:53:09 2017 (r455049) +++ head/devel/libgit2/pkg-plist Tue Nov 28 15:58:35 2017 (r455050) @@ -77,6 +77,7 @@ include/git2/transport.h include/git2/tree.h include/git2/types.h include/git2/version.h +include/git2/worktree.h lib/libgit2.so lib/libgit2.so.%%PORTVERSION%% lib/libgit2.so.%%SHLIB_VER%%