Date: Sat, 30 May 2015 12:12:03 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387931 - head/games/gweled Message-ID: <201505301212.t4UCC3P5055269@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat May 30 12:12:02 2015 New Revision: 387931 URL: https://svnweb.freebsd.org/changeset/ports/387931 Log: - Mark BROKEN, redeprecate As suggested by kwm@, I've tested gweled runtime and it doesn't work. Clicking any button or menu item gives no result, the application is useless. There's bunch of `Could not find signal handler' messages on stderr. Modified: head/games/gweled/Makefile Modified: head/games/gweled/Makefile ============================================================================== --- head/games/gweled/Makefile Sat May 30 12:04:19 2015 (r387930) +++ head/games/gweled/Makefile Sat May 30 12:12:02 2015 (r387931) @@ -9,6 +9,10 @@ MASTER_SITES= http://launchpad.net/gwele MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME version of the game called "Bejeweled" or "Diamond Mine" +BROKEN= Does not work +DEPRECATED= Broken since update to gnome3 +EXPIRATION_DATE=2015-06-09 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505301212.t4UCC3P5055269>