pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libgit2
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 11 14:25:42 UTC 2017
Modified Files:
pkgsrc/devel/libgit2: Makefile
Log Message:
Add test target.
Allow all python versions.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libgit2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libgit2/Makefile
diff -u pkgsrc/devel/libgit2/Makefile:1.16 pkgsrc/devel/libgit2/Makefile:1.17
--- pkgsrc/devel/libgit2/Makefile:1.16 Wed Jan 11 00:11:24 2017
+++ pkgsrc/devel/libgit2/Makefile Wed Jan 11 14:25:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/01/11 00:11:24 taca Exp $
+# $NetBSD: Makefile,v 1.17 2017/01/11 14:25:42 wiz Exp $
DISTNAME= libgit2-0.25.1
CATEGORIES= devel
@@ -15,7 +15,9 @@ USE_TOOLS+= pkg-config
USE_CMAKE= yes
PKGCONFIG_OVERRIDE+= libgit2.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.21.1
+
+do-test:
+ cd ${WRKSRC} && ctest
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/libssh2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index