svn commit: r551461 - head/games/chessx

Mateusz Piotrowski 0mp at FreeBSD.org
Sun Oct 4 21:20:17 UTC 2020


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/


More information about the svn-ports-all mailing list