svn commit: r564191 - head/games/gbrainy

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 6 07:01:04 UTC 2021


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
 


More information about the svn-ports-all mailing list