Index: head/devel/libgit2/Makefile =================================================================== --- head/devel/libgit2/Makefile (revision 391071) +++ head/devel/libgit2/Makefile (revision 391072) @@ -1,46 +1,46 @@ # $FreeBSD$ PORTNAME= libgit2 -PORTVERSION= 0.22.2 +PORTVERSION= 0.22.3 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= wg@FreeBSD.org COMMENT= Portable, pure C implementation of the Git core LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= libgit2 USES= cmake pkgconfig python:build USE_LDCONFIG= yes USE_OPENSSL= yes PLIST_SUB= SHLIB_VER=${PORTVERSION:R:E} OPTIONS_DEFINE= SSH THREADS OPTIONS_DEFAULT=SSH THREADS SSH_DESC= Enable SSH support through libssh2 SSH_LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 SSH_CMAKE_ON= -DUSE_SSH=ON SSH_CMAKE_OFF= -DUSE_SSH=OFF THREADS_CMAKE_ON= -DTHREADSAFE=ON THREADS_CMAKE_OFF= -DTHREADSAFE=OFF .include .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64: thread-local storage not supported .endif post-patch: @${REINPLACE_CMD} -e "s|/pkgconfig|/../libdata/pkgconfig|; \ /LIBGIT2_PC_REQUIRES.*zlib/ d" ${WRKSRC}/CMakeLists.txt .if defined(WITH_OPENSSL_BASE) @${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*openssl/ d" \ ${WRKSRC}/CMakeLists.txt .endif .include Index: head/devel/libgit2/distinfo =================================================================== --- head/devel/libgit2/distinfo (revision 391071) +++ head/devel/libgit2/distinfo (revision 391072) @@ -1,2 +1,2 @@ -SHA256 (libgit2-libgit2-v0.22.2_GH0.tar.gz) = 3109f2579180d561fc736bad8bd917d7241477aab11633755c8a273beac53cdc -SIZE (libgit2-libgit2-v0.22.2_GH0.tar.gz) = 3591643 +SHA256 (libgit2-libgit2-v0.22.3_GH0.tar.gz) = 511fe60e7c12c3525b4e0489861e5c1fe0e331d604bee9a3dfb8420c2f288f60 +SIZE (libgit2-libgit2-v0.22.3_GH0.tar.gz) = 3594098 Index: head/devel/libgit2/pkg-plist =================================================================== --- head/devel/libgit2/pkg-plist (revision 391071) +++ head/devel/libgit2/pkg-plist (revision 391072) @@ -1,80 +1,80 @@ include/git2.h include/git2/annotated_commit.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/cherrypick.h include/git2/clone.h include/git2/commit.h 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 include/git2/indexer.h include/git2/inttypes.h include/git2/merge.h include/git2/message.h include/git2/net.h include/git2/notes.h include/git2/object.h 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 include/git2/refspec.h include/git2/remote.h include/git2/repository.h include/git2/reset.h include/git2/revert.h include/git2/revparse.h include/git2/revwalk.h include/git2/signature.h include/git2/stash.h include/git2/status.h include/git2/stdint.h include/git2/strarray.h include/git2/submodule.h include/git2/sys/commit.h include/git2/sys/config.h include/git2/sys/diff.h include/git2/sys/filter.h include/git2/sys/hashsig.h include/git2/sys/index.h include/git2/sys/mempack.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 include/git2/tag.h include/git2/trace.h include/git2/transaction.h include/git2/transport.h include/git2/tree.h include/git2/types.h include/git2/version.h lib/libgit2.so -lib/libgit2.so.0.%%SHLIB_VER%%.2 +lib/libgit2.so.0.%%SHLIB_VER%%.3 lib/libgit2.so.%%SHLIB_VER%% libdata/pkgconfig/libgit2.pc