mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/libgit2: update to 0.25.1
This commit is contained in:
parent
c81558da29
commit
c11268084f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441081
5 changed files with 12 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= libgit2
|
PORTNAME= libgit2
|
||||||
PORTVERSION= 0.24.0
|
PORTVERSION= 0.25.1
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (libgit2-libgit2-v0.24.0_GH0.tar.gz) = 1c6693f943bee3f634b9094376f93e7e03b9ca77354a33f4e903fdcb2ee8b2b0
|
TIMESTAMP = 1488597111
|
||||||
SIZE (libgit2-libgit2-v0.24.0_GH0.tar.gz) = 4169652
|
SHA256 (libgit2-libgit2-v0.25.1_GH0.tar.gz) = 7ae8e699ff7ff9a1fa702249140ee31ea6fd556bf7968e84e38165870667bcb1
|
||||||
|
SIZE (libgit2-libgit2-v0.25.1_GH0.tar.gz) = 4252130
|
||||||
|
|
|
@ -34,6 +34,7 @@ include/git2/oidarray.h
|
||||||
include/git2/pack.h
|
include/git2/pack.h
|
||||||
include/git2/patch.h
|
include/git2/patch.h
|
||||||
include/git2/pathspec.h
|
include/git2/pathspec.h
|
||||||
|
include/git2/proxy.h
|
||||||
include/git2/rebase.h
|
include/git2/rebase.h
|
||||||
include/git2/refdb.h
|
include/git2/refdb.h
|
||||||
include/git2/reflog.h
|
include/git2/reflog.h
|
||||||
|
@ -58,13 +59,16 @@ include/git2/sys/filter.h
|
||||||
include/git2/sys/hashsig.h
|
include/git2/sys/hashsig.h
|
||||||
include/git2/sys/index.h
|
include/git2/sys/index.h
|
||||||
include/git2/sys/mempack.h
|
include/git2/sys/mempack.h
|
||||||
|
include/git2/sys/merge.h
|
||||||
include/git2/sys/odb_backend.h
|
include/git2/sys/odb_backend.h
|
||||||
include/git2/sys/openssl.h
|
include/git2/sys/openssl.h
|
||||||
include/git2/sys/refdb_backend.h
|
include/git2/sys/refdb_backend.h
|
||||||
include/git2/sys/reflog.h
|
include/git2/sys/reflog.h
|
||||||
include/git2/sys/refs.h
|
include/git2/sys/refs.h
|
||||||
|
include/git2/sys/remote.h
|
||||||
include/git2/sys/repository.h
|
include/git2/sys/repository.h
|
||||||
include/git2/sys/stream.h
|
include/git2/sys/stream.h
|
||||||
|
include/git2/sys/time.h
|
||||||
include/git2/sys/transport.h
|
include/git2/sys/transport.h
|
||||||
include/git2/tag.h
|
include/git2/tag.h
|
||||||
include/git2/trace.h
|
include/git2/trace.h
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pygit2
|
PORTNAME= pygit2
|
||||||
PORTVERSION= 0.24.1
|
PORTVERSION= 0.25.1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1477478547
|
TIMESTAMP = 1494967852
|
||||||
SHA256 (pygit2-0.24.1.tar.gz) = 4d1d0196b38d6012faf0a7c45e235c208315672b6035da504566c605ba494064
|
SHA256 (pygit2-0.25.1.tar.gz) = e8696033052fa0221114ee7f632d38777cc29e58230cd6a05de5725cd31b4a6a
|
||||||
SIZE (pygit2-0.24.1.tar.gz) = 468951
|
SIZE (pygit2-0.25.1.tar.gz) = 456580
|
||||||
|
|
Loading…
Add table
Reference in a new issue