svn commit: r387931 - head/games/gweled
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 30 12:12:03 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list