svn commit: r520950 - head/x11-toolkits/gnome-sharp20

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 26 20:47:18 UTC 2019


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 at 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


More information about the svn-ports-all mailing list