Skip to content

Commit

Permalink
devel/libgit2: update to 1.6.4
Browse files Browse the repository at this point in the history
Required for gitlab-ce 16.3.
Bump of pending ports will be done in another commit.

Changelog:
https://github.com/libgit2/libgit2/tags
  • Loading branch information
mfechner committed Sep 8, 2023
1 parent 9a62ad0 commit f11ed41
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 281 deletions.
3 changes: 1 addition & 2 deletions devel/libgit2/Makefile
Expand Up @@ -5,8 +5,7 @@

PORTNAME= libgit2
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.2
PORTREVISION= 1
DISTVERSION= 1.6.4
CATEGORIES= devel

MAINTAINER= mfechner@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions devel/libgit2/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1677481875
SHA256 (libgit2-libgit2-v1.5.2_GH0.tar.gz) = 57638ac0e319078f56a7e17570be754515e5b1276d3750904b4214c92e8fa196
SIZE (libgit2-libgit2-v1.5.2_GH0.tar.gz) = 5896845
TIMESTAMP = 1692804472
SHA256 (libgit2-libgit2-v1.6.4_GH0.tar.gz) = d25866a4ee275a64f65be2d9a663680a5cf1ed87b7ee4c534997562c828e500d
SIZE (libgit2-libgit2-v1.6.4_GH0.tar.gz) = 6666964
145 changes: 0 additions & 145 deletions devel/libgit2/files/patch-github-pr6555

This file was deleted.

116 changes: 0 additions & 116 deletions devel/libgit2/files/patch-tests_libgit2_network_url_parse.c

This file was deleted.

3 changes: 2 additions & 1 deletion devel/libgit2/pkg-plist
@@ -1,4 +1,4 @@
bin/git2_cli
bin/git2
include/git2.h
include/git2/annotated_commit.h
include/git2/apply.h
Expand All @@ -22,6 +22,7 @@ include/git2/describe.h
include/git2/diff.h
include/git2/email.h
include/git2/errors.h
include/git2/experimental.h
include/git2/filter.h
include/git2/global.h
include/git2/graph.h
Expand Down
2 changes: 1 addition & 1 deletion devel/py-pygit2/Makefile
@@ -1,7 +1,7 @@
# Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged

PORTNAME= pygit2
PORTVERSION= 1.11.1
PORTVERSION= 1.12.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions devel/py-pygit2/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1668960780
SHA256 (pygit2-1.11.1.tar.gz) = 793f583fd33620f0ac38376db0f57768ef2922b89b459e75b1ac440377eb64ec
SIZE (pygit2-1.11.1.tar.gz) = 733883
TIMESTAMP = 1692805526
SHA256 (pygit2-1.12.2.tar.gz) = 56e85d0e66de957d599d1efb2409d39afeefd8f01009bfda0796b42a4b678358
SIZE (pygit2-1.12.2.tar.gz) = 738453
6 changes: 1 addition & 5 deletions devel/rubygem-rugged/Makefile
@@ -1,14 +1,10 @@
# Also update devel/libgit2, devel/libgit2-glib, devel/py-pygit2

PORTNAME= rugged
PORTVERSION= 1.5.1
PORTVERSION= 1.6.3
CATEGORIES= devel rubygems
MASTER_SITES= RG

# libgit2 1.5 added more spaces in version definition, fetch the required patch
PATCH_SITES= https://github.com/libgit2/rugged/commit/
PATCHFILES= 9f9bce7e3346dfcf2a4256561e37ba8c888a16b6.diff:-p1

MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby bindings to the libgit2 library
WWW= https://github.com/libgit2/rugged
Expand Down
8 changes: 3 additions & 5 deletions devel/rubygem-rugged/distinfo
@@ -1,5 +1,3 @@
TIMESTAMP = 1674451490
SHA256 (rubygem/rugged-1.5.1.gem) = a83493d050652d9e65eb6844a32f2c3da59e385e875214f7e502db547a7fce72
SIZE (rubygem/rugged-1.5.1.gem) = 1807360
SHA256 (rubygem/9f9bce7e3346dfcf2a4256561e37ba8c888a16b6.diff) = 5f0ff2547649c9a1eddd73176322bb957b7d3d85c1b6c70d772f293289c88eac
SIZE (rubygem/9f9bce7e3346dfcf2a4256561e37ba8c888a16b6.diff) = 741
TIMESTAMP = 1692804240
SHA256 (rubygem/rugged-1.6.3.gem) = 362631de8dc6f1074242f21e01148ac70b7fe8cdb17f85eee91d4ea83457cb04
SIZE (rubygem/rugged-1.6.3.gem) = 1818624

0 comments on commit f11ed41

Please sign in to comment.