svn commit: r469930 - head/devel/libgit2-glib

Matthias Fechner mfechner at FreeBSD.org
Mon May 14 17:39:28 UTC 2018


Author: mfechner
Date: Mon May 14 17:39:27 2018
New Revision: 469930
URL: https://svnweb.freebsd.org/changeset/ports/469930

Log:
  Mark devel/libgit2-glib as broken, upstream does not support libgit 0.27.0
  
  Reviewed by:	wg (maintainer)
  Approved by:	wg (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D15321

Modified:
  head/devel/libgit2-glib/Makefile

Modified: head/devel/libgit2-glib/Makefile
==============================================================================
--- head/devel/libgit2-glib/Makefile	Mon May 14 17:38:40 2018	(r469929)
+++ head/devel/libgit2-glib/Makefile	Mon May 14 17:39:27 2018	(r469930)
@@ -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
@@ -12,6 +12,8 @@ COMMENT=	Glib wrapper library around the libgit2 git a
 
 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


More information about the svn-ports-all mailing list