Bug 111839 - games/xscrabble: update to 2.12
Summary: games/xscrabble: update to 2.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 04:40 UTC by Eric P. Scott
Modified: 2007-09-25 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (3.92 KB, patch)
2007-04-19 04:40 UTC, Eric P. Scott
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric P. Scott 2007-04-19 04:40:01 UTC
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?
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2007-04-19 07:07:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-25 13:03:02 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-25 13:03:05 UTC
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" <eps+pbug0704@ana.com>
  
  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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"