mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Upgrade to version 0.28.1.
Changelog: https://github.com/libgit2/libgit2/releases
This commit is contained in:
parent
c5b66604d8
commit
57041ff097
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496670
7 changed files with 17 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
# 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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
include/git2.h
|
||||
include/git2/annotated_commit.h
|
||||
include/git2/apply.h
|
||||
include/git2/attr.h
|
||||
include/git2/blame.h
|
||||
include/git2/blob.h
|
||||
|
@ -12,6 +13,7 @@ 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
|
||||
|
@ -22,6 +24,7 @@ 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
|
||||
|
@ -52,6 +55,7 @@ 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
|
||||
|
@ -62,6 +66,7 @@ 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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# 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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# 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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue