diff --git a/devel/libgit2/libgit2/patches/patch-src_unix_posix_h b/devel/libgit2/libgit2/patches/patch-src_unix_posix_h index 1d817a6d4b8..459901bbd5d 100644 --- a/devel/libgit2/libgit2/patches/patch-src_unix_posix_h +++ b/devel/libgit2/libgit2/patches/patch-src_unix_posix_h @@ -1,8 +1,7 @@ -$OpenBSD: patch-src_unix_posix_h,v 1.1 2013/04/22 06:22:22 jasper Exp $ +$OpenBSD: patch-src_unix_posix_h,v 1.2 2013/04/22 06:39:53 jasper Exp $ Add missing prototype for p_realpath(). -https://github.com/libgit2/libgit2/issues/1495 - +https://github.com/libgit2/libgit2/commit/bfb4facb3a5e0b650811560fc49d27247fd9d85d --- src/unix/posix.h.orig Tue Apr 16 17:46:41 2013 +++ src/unix/posix.h Sun Apr 21 23:59:46 2013 diff --git a/devel/libgit2/py-git2/Makefile b/devel/libgit2/py-git2/Makefile index e2f47380f52..f9379bd12e5 100644 --- a/devel/libgit2/py-git2/Makefile +++ b/devel/libgit2/py-git2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2013/04/22 06:33:28 jasper Exp $ +# $OpenBSD: Makefile,v 1.8 2013/04/22 06:39:53 jasper Exp $ COMMENT= libgit2 bindings in Python @@ -12,6 +12,7 @@ WANTLIB += git2 pthread ${MODPY_WANTLIB} LIB_DEPENDS= devel/libgit2/libgit2>=0.18.0 -NO_TEST= Yes +do-test: + cd ${WRKSRC} && ${MODPY_BIN} setup.py test .include