From owner-cvs-ports@FreeBSD.ORG Tue Sep 25 12:02:58 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF28F16A420; Tue, 25 Sep 2007 12:02:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDB5D13C49D; Tue, 25 Sep 2007 12:02:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8PC2w0j021651; Tue, 25 Sep 2007 12:02:58 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8PC2wAq021650; Tue, 25 Sep 2007 12:02:58 GMT (envelope-from edwin) Message-Id: <200709251202.l8PC2wAq021650@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 25 Sep 2007 12:02:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/xscrabble Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2007 12:02:59 -0000 edwin 2007-09-25 12:02:57 UTC FreeBSD ports repository Modified files: games/xscrabble Makefile distinfo pkg-descr Log: games/xscrabble: update to 2.12 1. Update to xscrabble 2.12 2. Fix typo in pkg-descr and trim trailing blanks "You might be able to improve upon this" This port does something I don't like: it installs an empty, unwritable scrabble_scores file in a directory whose contents shouldn't be modified. Players then need to override the app-defaults by placing a XScrabble.scorefile: /path/to/scrabble_scores line in $HOME/.Xdefaults (or $HOME/.Xresources, whatever). Wouldn't it make more sense to create a new, empty, writable score file under /var/games (if it doesn't exist) upon package installation; make the app-defaults file reference that; on deinstall, remove /var/games/scrabble_scores if it is empty or print a message indicating this file needs to be deleted manually in order to remove all traces? PR: ports/111839 Submitted by: "Eric P. Scott" Revision Changes Path 1.22 +4 -4 ports/games/xscrabble/Makefile 1.9 +6 -6 ports/games/xscrabble/distinfo 1.4 +14 -14 ports/games/xscrabble/pkg-descr