- enable regress tests in py-git2

- patch in libgit2 has been merged upstream
This commit is contained in:
jasper 2013-04-22 06:39:53 +00:00
parent 8e81ca68b7
commit 765eea3860
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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 <bsd.port.mk>