Index: head/devel/libgit2/Makefile =================================================================== --- head/devel/libgit2/Makefile (revision 496669) +++ head/devel/libgit2/Makefile (revision 496670) @@ -1,46 +1,46 @@ # $FreeBSD$ # Also update devel/libgit2-glib, devel/rubygem-rugged, devel/py-pygit2 PORTNAME= libgit2 -PORTVERSION= 0.27.8 +PORTVERSION= 0.28.1 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org COMMENT= Portable, pure C implementation of the Git core LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= libgit2 USES= cmake pathfix pkgconfig python:build ssl USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} SHLIB_VER=${PORTVERSION:R:E} OPTIONS_DEFINE= SSH THREADS CURL OPTIONS_DEFAULT=SSH THREADS CURL SSH_DESC= Enable SSH support through libssh2 CURL_DESC= Enable HTTP support through cURL SSH_LIB_DEPENDS= libssh2.so:security/libssh2 SSH_CMAKE_ON= -DUSE_SSH=ON SSH_CMAKE_OFF= -DUSE_SSH=OFF THREADS_CMAKE_ON= -DTHREADSAFE=ON THREADS_CMAKE_OFF= -DTHREADSAFE=OFF CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CMAKE_ON= -DCURL=ON CURL_CMAKE_OFF= -DCURL=OFF .include post-patch: @${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*zlib/ d" ${WRKSRC}/CMakeLists.txt .if ${SSL_DEFAULT} == base @${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*openssl/ d" \ ${WRKSRC}/src/CMakeLists.txt .endif .include Index: head/devel/libgit2/distinfo =================================================================== --- head/devel/libgit2/distinfo (revision 496669) +++ head/devel/libgit2/distinfo (revision 496670) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548885089 -SHA256 (libgit2-libgit2-v0.27.8_GH0.tar.gz) = 8313873d49dc01e8b880ec334d7430ae67496a89aaa8c6e7bbd3affb47a00c76 -SIZE (libgit2-libgit2-v0.27.8_GH0.tar.gz) = 4783928 +TIMESTAMP = 1553163133 +SHA256 (libgit2-libgit2-v0.28.1_GH0.tar.gz) = 0ca11048795b0d6338f2e57717370208c2c97ad66c6d5eac0c97a8827d13936b +SIZE (libgit2-libgit2-v0.28.1_GH0.tar.gz) = 4987204 Index: head/devel/libgit2/pkg-plist =================================================================== --- head/devel/libgit2/pkg-plist (revision 496669) +++ head/devel/libgit2/pkg-plist (revision 496670) @@ -1,83 +1,88 @@ include/git2.h include/git2/annotated_commit.h +include/git2/apply.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/deprecated.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/mailmap.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/proxy.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/alloc.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/merge.h include/git2/sys/odb_backend.h include/git2/sys/openssl.h +include/git2/sys/path.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/time.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 include/git2/worktree.h lib/libgit2.so lib/libgit2.so.%%PORTVERSION%% lib/libgit2.so.%%SHLIB_VER%% libdata/pkgconfig/libgit2.pc Index: head/devel/py-pygit2/Makefile =================================================================== --- head/devel/py-pygit2/Makefile (revision 496669) +++ head/devel/py-pygit2/Makefile (revision 496670) @@ -1,35 +1,35 @@ # Created by: William Grzybowski # $FreeBSD$ # Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged PORTNAME= pygit2 -PORTVERSION= 0.27.4 +PORTVERSION= 0.28.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mfechner@FreeBSD.org COMMENT= Python bindings for libgit2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py-pycparser@${PY_FLAVOR} LIB_DEPENDS= libgit2.so:devel/libgit2 RUN_DEPENDS= ${BUILD_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils MAKE_ENV= LIBGIT2=${LOCALBASE} PYDISTUTILS_TEST_TARGET?= test do-test: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} ${PYDISTUTILS_TEST_TARGET} ${PYDISTUTILS_TESTARGS}) post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pygit2.so ${STAGEDIR}${PYTHON_SITELIBDIR}/pygit2/_libgit2*.so .include Index: head/devel/py-pygit2/distinfo =================================================================== --- head/devel/py-pygit2/distinfo (revision 496669) +++ head/devel/py-pygit2/distinfo (revision 496670) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548885188 -SHA256 (pygit2-0.27.4.tar.gz) = ff8ac78b29c58f4aa1bccf6eb07895c170e8180ca2be6221caf630c939ac8195 -SIZE (pygit2-0.27.4.tar.gz) = 479157 +TIMESTAMP = 1553163535 +SHA256 (pygit2-0.28.0.tar.gz) = 6dbce6aa7e0e1878ad19363a0e0de52f419b4abe2750c89974a42501bed2cf52 +SIZE (pygit2-0.28.0.tar.gz) = 486621 Index: head/devel/rubygem-rugged/Makefile =================================================================== --- head/devel/rubygem-rugged/Makefile (revision 496669) +++ head/devel/rubygem-rugged/Makefile (revision 496670) @@ -1,25 +1,25 @@ # Created by: Steve Wills # $FreeBSD$ # Also update devel/libgit2, devel/libgit2-glib, devel/py-pygit2 PORTNAME= rugged -PORTVERSION= 0.27.7 +PORTVERSION= 0.28.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Rugged is a Ruby binding to the libgit2 linkable library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= libgit2>=${PORTVERSION:R}:devel/libgit2 LIB_DEPENDS= libgit2.so:devel/libgit2 \ libgmp.so:math/gmp CONFIGURE_ARGS= --use-system-libraries USES= gem pkgconfig USE_RUBY= yes .include Index: head/devel/rubygem-rugged/distinfo =================================================================== --- head/devel/rubygem-rugged/distinfo (revision 496669) +++ head/devel/rubygem-rugged/distinfo (revision 496670) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548885484 -SHA256 (rubygem/rugged-0.27.7.gem) = 46ea20fc422e05211171d7c053683dfd603f51b1917f2c857058b7fc824dcb7e -SIZE (rubygem/rugged-0.27.7.gem) = 1169408 +TIMESTAMP = 1553163658 +SHA256 (rubygem/rugged-0.28.1.gem) = e6e669bc0eddb76baddf4830c4d6d2ef837b23a0416b37e0db7b046ffefd3afa +SIZE (rubygem/rugged-0.28.1.gem) = 1214464