From owner-svn-ports-all@FreeBSD.ORG Mon Nov 25 16:31:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A782D57; Mon, 25 Nov 2013 16:31:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E3D0925E4; Mon, 25 Nov 2013 16:31:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPGV7sx017204; Mon, 25 Nov 2013 16:31:07 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPGV7x5017196; Mon, 25 Nov 2013 16:31:07 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311251631.rAPGV7x5017196@svn.freebsd.org> From: William Grzybowski Date: Mon, 25 Nov 2013 16:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334861 - head/devel/libgit2 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.16 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: Mon, 25 Nov 2013 16:31:08 -0000 Author: wg Date: Mon Nov 25 16:31:06 2013 New Revision: 334861 URL: http://svnweb.freebsd.org/changeset/ports/334861 Log: devel/libgit2: update to 0.20.0 Modified: head/devel/libgit2/Makefile head/devel/libgit2/distinfo head/devel/libgit2/pkg-plist Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Mon Nov 25 16:11:53 2013 (r334860) +++ head/devel/libgit2/Makefile Mon Nov 25 16:31:06 2013 (r334861) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgit2 -PORTVERSION= 0.19.0 +PORTVERSION= 0.20.0 CATEGORIES= devel MAINTAINER= wg@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= libgit2 GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= eddc1f1 +GH_COMMIT= 43cb8b3 USES= cmake USE_LDCONFIG= yes Modified: head/devel/libgit2/distinfo ============================================================================== --- head/devel/libgit2/distinfo Mon Nov 25 16:11:53 2013 (r334860) +++ head/devel/libgit2/distinfo Mon Nov 25 16:31:06 2013 (r334861) @@ -1,2 +1,2 @@ -SHA256 (libgit2-0.19.0.tar.gz) = fd7fa191f679038e39e52d9c7ca11c007a9d7fde50cef6717b2d119828f00f15 -SIZE (libgit2-0.19.0.tar.gz) = 3124332 +SHA256 (libgit2-0.20.0.tar.gz) = 7251daf92958b7f3e59e90a989542d6ef05b1c1d9acade0632fc2becd067d6c7 +SIZE (libgit2-0.20.0.tar.gz) = 3257907 Modified: head/devel/libgit2/pkg-plist ============================================================================== --- head/devel/libgit2/pkg-plist Mon Nov 25 16:11:53 2013 (r334860) +++ head/devel/libgit2/pkg-plist Mon Nov 25 16:31:06 2013 (r334861) @@ -1,7 +1,9 @@ include/git2.h include/git2/attr.h +include/git2/blame.h include/git2/blob.h include/git2/branch.h +include/git2/buffer.h include/git2/checkout.h include/git2/clone.h include/git2/commit.h @@ -10,6 +12,7 @@ include/git2/config.h include/git2/cred_helpers.h include/git2/diff.h include/git2/errors.h +include/git2/filter.h include/git2/graph.h include/git2/ignore.h include/git2/index.h @@ -24,6 +27,8 @@ include/git2/odb.h include/git2/odb_backend.h include/git2/oid.h include/git2/pack.h +include/git2/patch.h +include/git2/pathspec.h include/git2/push.h include/git2/refdb.h include/git2/reflog.h @@ -49,9 +54,11 @@ include/git2/types.h include/git2/version.h include/git2/sys/commit.h include/git2/sys/config.h +include/git2/sys/filter.h include/git2/sys/index.h include/git2/sys/odb_backend.h include/git2/sys/refdb_backend.h +include/git2/sys/reflog.h include/git2/sys/refs.h include/git2/sys/repository.h lib/libgit2.so