Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 16:31:07 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334861 - head/devel/libgit2
Message-ID:  <201311251631.rAPGV7x5017196@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311251631.rAPGV7x5017196>