Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2019 20:47:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520950 - head/x11-toolkits/gnome-sharp20
Message-ID:  <201912262047.xBQKlIN7094794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 26 20:47:17 2019
New Revision: 520950
URL: https://svnweb.freebsd.org/changeset/ports/520950

Log:
  Drop dependency on libgnomeprintui.
  
  The 2.24 release, removed the support for libgnomeprint and libgnomepanel
  It was not reflected in the dependency of the port, let's do it now

Modified:
  head/x11-toolkits/gnome-sharp20/Makefile

Modified: head/x11-toolkits/gnome-sharp20/Makefile
==============================================================================
--- head/x11-toolkits/gnome-sharp20/Makefile	Thu Dec 26 20:01:59 2019	(r520949)
+++ head/x11-toolkits/gnome-sharp20/Makefile	Thu Dec 26 20:47:17 2019	(r520950)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnome-sharp
 PORTVERSION=	2.24.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-toolkits
 
 MAINTAINER=	mono@FreeBSD.org
@@ -20,7 +20,7 @@ USES=		autoreconf gmake gnome libtool mono pathfix per
 		shebangfix tar:bzip2 xorg
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
-USE_GNOME=	cairo gnomevfs2 gtksharp20 librsvg2 vte libgnomeprintui libgnomeui
+USE_GNOME=	cairo gnomevfs2 gtksharp20 librsvg2 vte libgnomeui
 USE_PERL5=	run
 USE_XORG=	ice sm
 SHEBANG_GLOB=	*.pl



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