diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-01-05 04:48:35 +0800 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-01-05 04:48:35 +0800 |
commit | 3c3468aef1203faf1a0dec55025045859ce4f142 (patch) | |
tree | 3c58c753eaf59313bc7e49bf2a337d95e7e8382e /games/gnuchess | |
parent | 08fc170ba95388f2f8bc98f1837472c806c01c00 (diff) | |
download | freebsd-ports-gnome-3c3468aef1203faf1a0dec55025045859ce4f142.tar.gz freebsd-ports-gnome-3c3468aef1203faf1a0dec55025045859ce4f142.tar.zst freebsd-ports-gnome-3c3468aef1203faf1a0dec55025045859ce4f142.zip |
Update to GNU Chess 6.2.0
Diffstat (limited to 'games/gnuchess')
-rw-r--r-- | games/gnuchess/Makefile | 2 | ||||
-rw-r--r-- | games/gnuchess/distinfo | 4 | ||||
-rw-r--r-- | games/gnuchess/pkg-plist | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index d565e4a9f605..881efe0609d0 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnuchess -PORTVERSION= 6.1.2 +PORTVERSION= 6.2.0 CATEGORIES= games MASTER_SITES= GNU MASTER_SITE_SUBDIR= chess diff --git a/games/gnuchess/distinfo b/games/gnuchess/distinfo index e2adf410c350..f20a9b51fbb0 100644 --- a/games/gnuchess/distinfo +++ b/games/gnuchess/distinfo @@ -1,4 +1,4 @@ -SHA256 (gnuchess-6.1.2.tar.gz) = 14a1128f1cfa7d76a20d4f981d7e0dfc8e9da4548c1d754134a65ce65fe26696 -SIZE (gnuchess-6.1.2.tar.gz) = 720282 +SHA256 (gnuchess-6.2.0.tar.gz) = ccc6db03c317f7010e7206ecf6a84fd81f2ee9bb36d3984d6ced74566c855836 +SIZE (gnuchess-6.2.0.tar.gz) = 731076 SHA256 (book_1.02.pgn.gz) = deac77edb061a59249a19deb03da349cae051e52527a6cb5af808d9398d32d44 SIZE (book_1.02.pgn.gz) = 26265281 diff --git a/games/gnuchess/pkg-plist b/games/gnuchess/pkg-plist index 9d968d06cd3f..a593b3200d7f 100644 --- a/games/gnuchess/pkg-plist +++ b/games/gnuchess/pkg-plist @@ -1,6 +1,7 @@ bin/gnuchess bin/gnuchessu bin/gnuchessx +man/man1/gnuchess.1.gz %%PORTDOCS%%%%DOCSDIR%%/Makefile %%PORTDOCS%%%%DOCSDIR%%/Makefile.am %%PORTDOCS%%%%DOCSDIR%%/Makefile.in @@ -16,6 +17,8 @@ bin/gnuchessx %%PORTDOCS%%%%DOCSDIR%%/version.texi %%DATADIR%%/gnuchess.ini %%DATADIR%%/smallbook.bin +share/games/plugins/logos/gnuchess.png +share/games/plugins/xboard/gnuchess.eng %%NLS%%share/locale/de/LC_MESSAGES/gnuchess.mo %%NLS%%share/locale/eo/LC_MESSAGES/gnuchess.mo %%NLS%%share/locale/es/LC_MESSAGES/gnuchess.mo @@ -26,5 +29,3 @@ bin/gnuchessx %%NLS%%share/locale/sr/LC_MESSAGES/gnuchess.mo %%NLS%%share/locale/uk/LC_MESSAGES/gnuchess.mo %%NLS%%share/locale/vi/LC_MESSAGES/gnuchess.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%% |