Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2020 13:11:28 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551490 - in head/games/chessx: . files
Message-ID:  <202010051311.095DBSSq006223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Mon Oct  5 13:11:28 2020
New Revision: 551490
URL: https://svnweb.freebsd.org/changeset/ports/551490

Log:
  Update to 1.5.4
  
  Change log:
  http://svn.code.sf.net/p/chessx/code/tags/release-1-5-4/ChangeLog.txt

Modified:
  head/games/chessx/Makefile
  head/games/chessx/distinfo
  head/games/chessx/files/patch-chessx.pro

Modified: head/games/chessx/Makefile
==============================================================================
--- head/games/chessx/Makefile	Mon Oct  5 12:50:49 2020	(r551489)
+++ head/games/chessx/Makefile	Mon Oct  5 13:11:28 2020	(r551490)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	chessx
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.4
 CATEGORIES=	games
 MASTER_SITES=	SF
 
@@ -11,10 +11,10 @@ COMMENT=	Qt 5 chess database application
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz
+USES=		compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 tar:tgz
 USE_GL=		gl
 USE_QT=		concurrent core gui multimedia network opengl printsupport svg \
-		widgets xml buildtools_build linguisttools_build
+		widgets xml buildtools_build linguisttools_build speech
 
 PLIST_FILES=	bin/chessx \
 		share/applications/chessx.desktop \

Modified: head/games/chessx/distinfo
==============================================================================
--- head/games/chessx/distinfo	Mon Oct  5 12:50:49 2020	(r551489)
+++ head/games/chessx/distinfo	Mon Oct  5 13:11:28 2020	(r551490)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568648340
-SHA256 (chessx-1.5.0.tgz) = d130ad3220821da9ea19e7228222a5528fabca3ca06bc41b4d7f702454f63827
-SIZE (chessx-1.5.0.tgz) = 7251973
+TIMESTAMP = 1601899704
+SHA256 (chessx-1.5.4.tgz) = e2dbacff2a6c055cfbe4ce0344331f77262867e228a5fe2895e6c242772065a8
+SIZE (chessx-1.5.4.tgz) = 3663299

Modified: head/games/chessx/files/patch-chessx.pro
==============================================================================
--- head/games/chessx/files/patch-chessx.pro	Mon Oct  5 12:50:49 2020	(r551489)
+++ head/games/chessx/files/patch-chessx.pro	Mon Oct  5 13:11:28 2020	(r551490)
@@ -1,7 +1,7 @@
---- chessx.pro.orig	2018-07-21 09:39:34 UTC
+--- chessx.pro.orig	2020-05-08 08:12:26 UTC
 +++ chessx.pro
-@@ -445,6 +445,16 @@ macx {
-  QMAKE_INFO_PLIST = mac_osx/Info.plist
+@@ -480,24 +480,31 @@ lc0 {
+  QMAKE_BUNDLE_DATA += LC0_ENGINE_LIB
  }
  
 +unix:!macx {
@@ -17,3 +17,33 @@
  RESOURCES = \
      resources.qrc
  
+-TRANSLATIONS = i18n/chessx_de.ts
+-
+-#\
+-#        i18n/chessx_da.ts \
+-#        i18n/chessx_fr.ts \
+-#        i18n/chessx_it.ts \
+-#        i18n/chessx_cz.ts \
+-#        i18n/chessx_ru.ts \
+-#        i18n/chessx_es.ts
+-
+-#   i18n/chessx_nl.ts \
+-#   i18n/chessx_pl.ts \
+-#   i18n/chessx_pt_BR.ts \
+-#   i18n/chessx_ro.ts \
+-#   i18n/chessx_zh.ts
++TRANSLATIONS = i18n/chessx_de.ts \
++               i18n/chessx_da.ts \
++               i18n/chessx_fr.ts \
++               i18n/chessx_it.ts \
++               i18n/chessx_cz.ts \
++               i18n/chessx_ru.ts \
++               i18n/chessx_es.ts \
++               i18n/chessx_nl.ts \
++               i18n/chessx_pl.ts \
++               i18n/chessx_pt_BR.ts \
++               i18n/chessx_ro.ts \
++                i18n/chessx_zh.ts
+ 
+ isEmpty(QMAKE_LRELEASE) {
+      win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\\lrelease.exe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010051311.095DBSSq006223>