svn commit: r456683 - head/devel/gitg

Antoine Brodin antoine at FreeBSD.org
Mon Dec 18 21:57:57 UTC 2017


Author: antoine
Date: Mon Dec 18 21:57:55 2017
New Revision: 456683
URL: https://svnweb.freebsd.org/changeset/ports/456683

Log:
  Mark BROKEN: fails to configure
  
  Package dependency requirement 'libgit2-glib-1.0 < 0.26.0' could not be satisfied.
  Package 'libgit2-glib-1.0' has version '0.26.0', required version is '< 0.26.0'
  
  Reported by:	pkg-fallout

Modified:
  head/devel/gitg/Makefile

Modified: head/devel/gitg/Makefile
==============================================================================
--- head/devel/gitg/Makefile	Mon Dec 18 21:55:54 2017	(r456682)
+++ head/devel/gitg/Makefile	Mon Dec 18 21:57:55 2017	(r456683)
@@ -13,6 +13,8 @@ COMMENT=	GTK-based git repository viewer
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to configure
+
 BUILD_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
 		valac:lang/vala
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \


More information about the svn-ports-head mailing list