Bug 199988 - [MAINTAINER] Update games/chessx to 1.3.2
Summary: [MAINTAINER] Update games/chessx to 1.3.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-06 10:57 UTC by yamagi
Modified: 2015-05-09 22:35 UTC (History)
1 user (show)

See Also:


Attachments
svn patch to chessx 1.3.2 (2.35 KB, patch)
2015-05-06 10:57 UTC, yamagi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yamagi 2015-05-06 10:57:03 UTC
Created attachment 156420 [details]
svn patch to chessx 1.3.2

The attached SVN patch updates games/chessx to version 1.3.2. Changes to the port are:

- Bump PORTVERSION
- Recreate distinfo
- Remove patch-src__database__telnetclient.cpp, it's not needed anymore
- Add patch-src__database__threadedguess.cpp, since the code is missing a header

Major changes to chessx are:

- Play games on FICS with telnet or timeseal
- Boards now 1:1 with open databases
- Automatic analysis backward from end of game

I've tested the port with Poudriere in a FreeBSD 10.1 jail.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-09 22:35:11 UTC
A commit references this bug:

Author: robak
Date: Sat May  9 22:34:40 UTC 2015
New revision: 385915
URL: https://svnweb.freebsd.org/changeset/ports/385915

Log:
  games/chessx: update 1.2.2 -> 1.3.2

  PR:		199988
  Submitted by:	Yamagi <yamagi@yamagi.org> (maintainer)

Changes:
  head/games/chessx/Makefile
  head/games/chessx/distinfo
  head/games/chessx/files/patch-src__database__telnetclient.cpp
  head/games/chessx/files/patch-src__database__threadedguess.cpp
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2015-05-09 22:35:29 UTC
Committed, thanks for your work!