Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 17:39:28 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469930 - head/devel/libgit2-glib
Message-ID:  <201805141739.w4EHdSpR054110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805141739.w4EHdSpR054110>