update to libgit2-glib-0.25.0, reminded by nigel@
This commit is contained in:
parent
3f3fc9df8c
commit
a1a901bb31
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2017/01/03 18:54:48 shadchin Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2017/04/16 10:13:19 jasper Exp $
|
||||
|
||||
COMMENT= GLib library wrapping libgit2
|
||||
|
||||
V= 0.24.4
|
||||
V= 0.25.0
|
||||
DISTNAME= libgit2-glib-$V
|
||||
REVISION= 1
|
||||
|
||||
SHARED_LIBS += git2-glib-1.0 3.0 # 0.0
|
||||
|
||||
@ -22,13 +21,12 @@ MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
||||
BUILD_DEPENDS= devel/py-gobject3${MODPY_FLAVOR}
|
||||
# MODPY_LIBDIR/gi/overrides/
|
||||
RUN_DEPENDS= devel/py-gobject3${MODPY_FLAVOR}
|
||||
LIB_DEPENDS= devel/gobject-introspection \
|
||||
devel/libgit2/libgit2>=0.24.0
|
||||
LIB_DEPENDS= devel/libgit2/libgit2>=0.24.0
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
WANTLIB += crypto curl ffi gio-2.0 girepository-1.0 git2 glib-2.0
|
||||
WANTLIB += gmodule-2.0 gobject-2.0 iconv intl m nghttp2 pcre pthread
|
||||
WANTLIB += crypto curl ffi gio-2.0 git2 glib-2.0
|
||||
WANTLIB += gmodule-2.0 gobject-2.0 iconv intl nghttp2 pcre pthread
|
||||
WANTLIB += ssh2 ssl z
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libgit/libgit2-glib-0.24.4.tar.xz) = OiEfdW8lAELzUrMHDnMUoEjIjnhdup0Ri4USU6fGAiA=
|
||||
SIZE (libgit/libgit2-glib-0.24.4.tar.xz) = 458360
|
||||
SHA256 (libgit/libgit2-glib-0.25.0.tar.xz) = SiVrms+5PqcNNyE6QIPiMQ5ZsF8sdZUkL+PCOTJ7xWU=
|
||||
SIZE (libgit/libgit2-glib-0.25.0.tar.xz) = 420500
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2017/01/03 18:54:48 shadchin Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2017/04/16 10:13:19 jasper Exp $
|
||||
include/libgit2-glib-1.0/
|
||||
include/libgit2-glib-1.0/libgit2-glib/
|
||||
include/libgit2-glib-1.0/libgit2-glib/ggit-annotated-commit.h
|
||||
@ -46,6 +46,7 @@ include/libgit2-glib-1.0/libgit2-glib/ggit-object-factory.h
|
||||
include/libgit2-glib-1.0/libgit2-glib/ggit-object.h
|
||||
include/libgit2-glib-1.0/libgit2-glib/ggit-oid.h
|
||||
include/libgit2-glib-1.0/libgit2-glib/ggit-patch.h
|
||||
include/libgit2-glib-1.0/libgit2-glib/ggit-proxy-options.h
|
||||
include/libgit2-glib-1.0/libgit2-glib/ggit-push-options.h
|
||||
include/libgit2-glib-1.0/libgit2-glib/ggit-rebase-operation.h
|
||||
include/libgit2-glib-1.0/libgit2-glib/ggit-rebase-options.h
|
||||
|
Loading…
Reference in New Issue
Block a user