Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2021 07:01:04 +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: r564191 - head/games/gbrainy
Message-ID:  <202102060701.116714rx008718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Feb  6 07:01:04 2021
New Revision: 564191
URL: https://svnweb.freebsd.org/changeset/ports/564191

Log:
  Drop dependency that are not necessary anymore:
  gtk-sharp20
  gnome-sharp20
  mono-addins
  
  this is because last update as converted the port to gtk-sharp30

Modified:
  head/games/gbrainy/Makefile

Modified: head/games/gbrainy/Makefile
==============================================================================
--- head/games/gbrainy/Makefile	Sat Feb  6 06:49:19 2021	(r564190)
+++ head/games/gbrainy/Makefile	Sat Feb  6 07:01:04 2021	(r564191)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gbrainy
+PORTREVISION=	1
 DISTVERSION=	2.4.3
 PORTEPOCH=	2
 CATEGORIES=	games
@@ -12,14 +13,12 @@ COMMENT=	Brain teaser game and trainer
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	mautil:devel/mono-addins \
-		gtk-sharp30>0:x11-toolkits/gtk-sharp30 \
+BUILD_DEPENDS=	gtk-sharp30>0:x11-toolkits/gtk-sharp30 \
 		itstool:textproc/itstool
-RUN_DEPENDS=	mautil:devel/mono-addins \
-		bash:shells/bash
+RUN_DEPENDS=	bash:shells/bash
 
 USES=		gettext gmake gnome mono pathfix pkgconfig shebangfix
-USE_GNOME=	gtksharp20 gnomesharp20 intltool
+USE_GNOME=	intltool
 
 SHEBANG_FILES=	src/Clients/Classical/gbrainy.in
 



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