Bug 147008 - [patch] games/adonthell: fix typo and use default python version (2.6)
Summary: [patch] games/adonthell: fix typo and use default python version (2.6)
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-26 06:07 UTC by swell.k
Modified: 2010-06-05 12:10 UTC (History)
0 users

See Also:


Attachments
a.diff (1.69 KB, patch)
2010-05-26 06:07 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-05-26 06:07:50 UTC
- I didn't notice any side effects when I played wastesedge a year ago
  before python2.6 was even default.

- fix this byte-compile error during install target

    Compiling ./player_text.py ...
    Sorry: IndentationError: ('unexpected indent', ('./player_text.py', 1, 1, ' _("That clock seems to be late!")\n'))
    gmake[2]: Leaving directory `/a/pkgbuild/a/freebsd-ports/games/adonthell/work/wastesedge-0.3.4/scripts/modules'
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2010-06-01 08:55:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-05 12:01:43 UTC
makc        2010-06-05 11:01:34 UTC

  FreeBSD ports repository

  Modified files:
    games/adonthell      Makefile pkg-plist 
  Log:
  fix typo and use default python version (2.6)
  
  PR:             ports/147008
  Submitted by:   Anonymous <swell.k at gmail.com>
  
  Revision  Changes    Path
  1.32      +5 -3      ports/games/adonthell/Makefile
  1.6       +1 -0      ports/games/adonthell/pkg-plist
_______________________________________________
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"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-06-05 12:07:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!