mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
devel/libgit2: update to 0.20.0
This commit is contained in:
parent
e7dc7e78a4
commit
f81a955507
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334861
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgit2
|
||||
PORTVERSION= 0.19.0
|
||||
PORTVERSION= 0.20.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
@ -12,7 +12,7 @@ LICENSE= GPLv2
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= libgit2
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= eddc1f1
|
||||
GH_COMMIT= 43cb8b3
|
||||
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libgit2-0.19.0.tar.gz) = fd7fa191f679038e39e52d9c7ca11c007a9d7fde50cef6717b2d119828f00f15
|
||||
SIZE (libgit2-0.19.0.tar.gz) = 3124332
|
||||
SHA256 (libgit2-0.20.0.tar.gz) = 7251daf92958b7f3e59e90a989542d6ef05b1c1d9acade0632fc2becd067d6c7
|
||||
SIZE (libgit2-0.20.0.tar.gz) = 3257907
|
||||
|
@ -1,7 +1,9 @@
|
||||
include/git2.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/clone.h
|
||||
include/git2/commit.h
|
||||
@ -10,6 +12,7 @@ include/git2/config.h
|
||||
include/git2/cred_helpers.h
|
||||
include/git2/diff.h
|
||||
include/git2/errors.h
|
||||
include/git2/filter.h
|
||||
include/git2/graph.h
|
||||
include/git2/ignore.h
|
||||
include/git2/index.h
|
||||
@ -24,6 +27,8 @@ include/git2/odb.h
|
||||
include/git2/odb_backend.h
|
||||
include/git2/oid.h
|
||||
include/git2/pack.h
|
||||
include/git2/patch.h
|
||||
include/git2/pathspec.h
|
||||
include/git2/push.h
|
||||
include/git2/refdb.h
|
||||
include/git2/reflog.h
|
||||
@ -49,9 +54,11 @@ include/git2/types.h
|
||||
include/git2/version.h
|
||||
include/git2/sys/commit.h
|
||||
include/git2/sys/config.h
|
||||
include/git2/sys/filter.h
|
||||
include/git2/sys/index.h
|
||||
include/git2/sys/odb_backend.h
|
||||
include/git2/sys/refdb_backend.h
|
||||
include/git2/sys/reflog.h
|
||||
include/git2/sys/refs.h
|
||||
include/git2/sys/repository.h
|
||||
lib/libgit2.so
|
||||
|
Loading…
Reference in New Issue
Block a user