diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-30 20:12:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-30 20:12:02 +0800 |
commit | f54f48daf081dab176929cec99d4eb0c6af82d1c (patch) | |
tree | 0d15f00d5da46c0b5325781e323e314dc8dc20f1 /games/gweled | |
parent | 7a5cfbdcc5587eb0aba7bbd2bd5af190bcb6f51e (diff) | |
download | freebsd-ports-gnome-f54f48daf081dab176929cec99d4eb0c6af82d1c.tar.gz freebsd-ports-gnome-f54f48daf081dab176929cec99d4eb0c6af82d1c.tar.zst freebsd-ports-gnome-f54f48daf081dab176929cec99d4eb0c6af82d1c.zip |
- 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.
Diffstat (limited to 'games/gweled')
-rw-r--r-- | games/gweled/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/gweled/Makefile b/games/gweled/Makefile index d63212f77bee..0b2df3fe5184 100644 --- a/games/gweled/Makefile +++ b/games/gweled/Makefile @@ -9,6 +9,10 @@ MASTER_SITES= http://launchpad.net/gweled/trunk/${PORTVERSION}/+download/ 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 |