update to libgit2-0.23.3

This commit is contained in:
jasper 2015-10-14 18:13:08 +00:00
parent 685885b4b6
commit 83303dc80e
3 changed files with 9 additions and 9 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.21 2015/08/18 08:09:58 jasper Exp $
# $OpenBSD: Makefile,v 1.22 2015/10/14 18:13:08 jasper Exp $
BROKEN-hppa = no atomic ops
BROKEN-mips64 = no atomic ops
COMMENT= the Git library, take 2
GH_VER= v0.22.2
GH_VER= v0.23.3
V= ${GH_VER:S/v//}
PROJECT= libgit2
SHARED_LIBS += git2 6.0 # 0.21
SHARED_LIBS += git2 7.0 # 0.21
MASTER_SITES= https://github.com/libgit2/${PROJECT}/archive/
DISTFILES= ${DISTNAME}{${GH_VER}}${EXTRACT_SUFX}
@ -17,9 +17,10 @@ MODULES= devel/cmake \
MODPY_RUNDEP= No
LIB_DEPENDS= security/libssh2
LIB_DEPENDS= net/curl \
security/libssh2
WANTLIB += crypto pthread ssh2 ssl z
WANTLIB += crypto curl pthread ssh2 ssl z
CONFIGURE_ARGS= -DCMAKE_C_FLAGS="-I${LOCALBASE}/include" \
-DCMAKE_EXE_LINKER_FLAGS:STRING="-L${LOCALBASE}/lib" \

View File

@ -1,2 +1,2 @@
SHA256 (libgit/libgit2-0.22.2.tar.gz) = MQnyV5GA1WH8c2uti9kX1yQUd6qxFjN1XIonO+rFPNw=
SIZE (libgit/libgit2-0.22.2.tar.gz) = 3591643
SHA256 (libgit/libgit2-0.23.3.tar.gz) = LVyAQmZ1kozabpoxOuOLKnLBpVt8PUiE3CH3sxL/Hq4=
SIZE (libgit/libgit2-0.23.3.tar.gz) = 3718675

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2015/01/28 09:19:45 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.9 2015/10/14 18:13:08 jasper Exp $
include/git2/
include/git2.h
include/git2/annotated_commit.h
@ -36,7 +36,6 @@ include/git2/oidarray.h
include/git2/pack.h
include/git2/patch.h
include/git2/pathspec.h
include/git2/push.h
include/git2/rebase.h
include/git2/refdb.h
include/git2/reflog.h