Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2020 21:20:16 +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: r551461 - head/games/chessx
Message-ID:  <202010042120.094LKGu7018965@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Sun Oct  4 21:20:16 2020
New Revision: 551461
URL: https://svnweb.freebsd.org/changeset/ports/551461

Log:
  Clean up port's makefile
  
  I hope to commit update to 1.5.4 soon, so I'm not bumping PORTREVISION for
  the WWW change.

Modified:
  head/games/chessx/Makefile
  head/games/chessx/pkg-descr

Modified: head/games/chessx/Makefile
==============================================================================
--- head/games/chessx/Makefile	Sun Oct  4 20:50:20 2020	(r551460)
+++ head/games/chessx/Makefile	Sun Oct  4 21:20:16 2020	(r551461)
@@ -11,21 +11,21 @@ COMMENT=	Qt 5 chess database application
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		compiler:c++11-lang desktop-file-utils qmake qt:5 tar:tgz gl
-USE_GL=	gl
-USE_QT=		buildtools_build concurrent core gui linguisttools_build multimedia \
-		network opengl printsupport svg widgets xml
+USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz
+USE_GL=		gl
+USE_QT=		concurrent core gui multimedia network opengl printsupport svg \
+		widgets xml buildtools_build linguisttools_build
 
 PLIST_FILES=	bin/chessx \
 		share/applications/chessx.desktop \
 		share/pixmaps/chessx.png
 
-OPTIONS_DEFINE=	STOCKFISH CRAFTY
+OPTIONS_DEFINE=	CRAFTY STOCKFISH
 
 CRAFTY_DESC=	Install Crafty Chess Application
-CRAFTY_RUN_DEPENDS=	crafty:games/crafty
-
 STOCKFISH_DESC=	Install Stockfish Chess Engine
+
+CRAFTY_RUN_DEPENDS=	crafty:games/crafty
 STOCKFISH_RUN_DEPENDS=	stockfish:games/stockfish
 
 post-configure:

Modified: head/games/chessx/pkg-descr
==============================================================================
--- head/games/chessx/pkg-descr	Sun Oct  4 20:50:20 2020	(r551460)
+++ head/games/chessx/pkg-descr	Sun Oct  4 21:20:16 2020	(r551461)
@@ -3,4 +3,4 @@ can operate on your collection of chess games in many 
 edit, add, organize, analyze, etc. Additionally ChessX can interface
 with chess engines via UCI and Winboard protocol.
 
-WWW: http://chessx.sourceforge.net/
+WWW: https://chessx.sourceforge.io/



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