Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: games/xboard |
Date | By | Description |
13 Aug 2019 14:46:28
4.8.0.20151020.3

|
tobik  |
Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCH
Currently they are not checked and something like PORTREVISION=foo
or just PORTREVISION= is accepted. Some ports use indirection via
custom variables for them so it is worthwhile to check that they
are set to sane values.
While here fix ports that currently have non-integer PORTREVISION
or PORTEPOCH.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21225 |
01 Apr 2016 14:00:57
4.8.0.20151020.3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
28 Oct 2015 08:07:24
4.8.0.20151020.3

|
riggs  |
Update to recent snapshot 4.8.0.20151020.3
PR: 203690
Submitted by: kalten@gmx.at (maintainer) |
26 Sep 2015 14:00:00
4.7.3.20140909.8

|
bapt  |
Sort USES
Commit the missing plist changes
Reported by: jbeich |
26 Sep 2015 00:32:59
4.7.3.20140909.8

|
bapt  |
Convert some plist entries to USES |
26 Sep 2015 00:23:38
4.7.3.20140909.8

|
bapt  |
Enforce @post* |
29 Nov 2014 18:22:33
4.7.3.20140909.8

|
tijl  |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
29 Nov 2014 12:22:21
4.7.3.20140909.8

|
antoine  |
Allow building without /usr/bin/perl symlink
PR: ports/195494 |
05 Nov 2014 13:29:06
4.7.3.20140909.8

|
johans  |
Update xboard to 4.8.0 (stable)
http://www.gnu.org/software/xboard/whats_new/4.8.0/index.html |
11 Sep 2014 20:01:26
4.7.3.20140909.8

|
johans  |
New port: games/xboard-devel
Created as a slave port of games/xboard
X frontend for playing chess games, supporting several engines
It is keeping up to date (as I hope) with the version of H.G.Muller
at http://hgm.nubati.net/cgi-bin/gitweb.cgi/xboard.git as he seems to
be the main maintainer correcting problems and adding features often
whereas releases of xboard seem to be quite seldom.
PR: 193272
Submitted by: kalten@gmx.at |