aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2018-05-14 17:39:27 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2018-05-14 17:39:27 +0000
commit3fb2f419294e73872cb58073bed7f26282f624d3 (patch)
tree3907ff45340aa6a6151c8752d356092687107b77
parent796034c6b9a599e395c57d54dea9717b51a02e71 (diff)
downloadports-3fb2f419294e73872cb58073bed7f26282f624d3.tar.gz
ports-3fb2f419294e73872cb58073bed7f26282f624d3.zip
Notes
-rw-r--r--devel/libgit2-glib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libgit2-glib/Makefile b/devel/libgit2-glib/Makefile
index 7fee8eccee75..78b1b9758040 100644
--- a/devel/libgit2-glib/Makefile
+++ b/devel/libgit2-glib/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libgit2-glib
-PORTVERSION= 0.26.0
+PORTVERSION= 0.27.0
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -13,6 +13,8 @@ COMMENT= Glib wrapper library around the libgit2 git access library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= upstream does not support libgit 0.27.0
+
BUILD_DEPENDS= vapigen:lang/vala
LIB_DEPENDS= libgit2.so:devel/libgit2