--- libgit2/Makefile 2015-04-11 13:27:41.000000000 +0400 +++ libgit2/Makefile 2015-04-11 13:29:38.000000000 +0400 @@ -1,7 +1,7 @@ # $FreeBSD: head/devel/libgit2/Makefile 377075 2015-01-15 11:01:25Z wg $ PORTNAME= libgit2 -PORTVERSION= 0.21.5 +PORTVERSION= 0.22.2 CATEGORIES= devel DISTNAME= ${PORTNAME}-${DISTVERSIONFULL} @@ -14,11 +14,11 @@ USE_GITHUB= yes GH_TAGNAME= v${PORTVERSION} -USES= cmake python:build +USES= cmake pkgconfig python:build USE_LDCONFIG= yes USE_OPENSSL= yes -PLIST_SUB= SHLIB_VER=${PORTVERSION:R:E} SHLIB_VER2=${PORTVERSION:R}.4 +PLIST_SUB= SHLIB_VER=${PORTVERSION:R:E} SHLIB_VER2=${PORTVERSION} OPTIONS_DEFINE= SSH THREADS OPTIONS_DEFAULT=SSH THREADS --- libgit2/distinfo 2015-04-07 19:25:54.000000000 +0400 +++ libgit2/distinfo 2015-04-09 02:28:21.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (libgit2-0.21.5_GH0.tar.gz) = 46ca07becbdcda0da96a553d9f45e64ead29276ba14049e4bc8e2730ed1aa494 -SIZE (libgit2-0.21.5_GH0.tar.gz) = 3460366 +SHA256 (libgit2-0.22.2_GH0.tar.gz) = 3109f2579180d561fc736bad8bd917d7241477aab11633755c8a273beac53cdc +SIZE (libgit2-0.22.2_GH0.tar.gz) = 3591643 --- libgit2/pkg-plist 2015-01-26 01:49:39.000000000 +0400 +++ libgit2/pkg-plist 2015-04-09 02:37:50.000000000 +0400 @@ -1,4 +1,5 @@ include/git2.h +include/git2/annotated_commit.h include/git2/attr.h include/git2/blame.h include/git2/blob.h @@ -11,9 +12,11 @@ include/git2/common.h include/git2/config.h include/git2/cred_helpers.h +include/git2/describe.h include/git2/diff.h include/git2/errors.h include/git2/filter.h +include/git2/global.h include/git2/graph.h include/git2/ignore.h include/git2/index.h @@ -27,10 +30,12 @@ include/git2/odb.h include/git2/odb_backend.h include/git2/oid.h +include/git2/oidarray.h include/git2/pack.h include/git2/patch.h include/git2/pathspec.h include/git2/push.h +include/git2/rebase.h include/git2/refdb.h include/git2/reflog.h include/git2/refs.h @@ -48,8 +53,8 @@ include/git2/strarray.h include/git2/submodule.h include/git2/tag.h -include/git2/threads.h include/git2/trace.h +include/git2/transaction.h include/git2/transport.h include/git2/tree.h include/git2/types.h @@ -60,11 +65,15 @@ include/git2/sys/filter.h include/git2/sys/index.h include/git2/sys/mempack.h +include/git2/sys/hashsig.h include/git2/sys/odb_backend.h +include/git2/sys/openssl.h include/git2/sys/refdb_backend.h include/git2/sys/reflog.h include/git2/sys/refs.h include/git2/sys/repository.h +include/git2/sys/stream.h +include/git2/sys/transport.h lib/libgit2.so lib/libgit2.so.%%SHLIB_VER%% lib/libgit2.so.%%SHLIB_VER2%%