Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 19:45:08 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464945 - head/games/scid
Message-ID:  <201803181945.w2IJj85U062767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Mar 18 19:45:08 2018
New Revision: 464945
URL: https://svnweb.freebsd.org/changeset/ports/464945

Log:
  games/scid: Unbreak by fixing shebang
  
  Also add LICENSE.
  
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/games/scid/Makefile

Modified: head/games/scid/Makefile
==============================================================================
--- head/games/scid/Makefile	Sun Mar 18 19:34:08 2018	(r464944)
+++ head/games/scid/Makefile	Sun Mar 18 19:45:08 2018	(r464945)
@@ -10,11 +10,17 @@ MASTER_SITES=	SF/${PORTNAME}/Scid/Scid%204.6/
 MAINTAINER=	bsd@volki.at
 COMMENT=	Free chess database application
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 HAS_CONFIGURE=	yes
 USES=		gmake python shebangfix tk:85+ zip
 SHEBANG_FILES=	tcl/lang/checklangs.tcl \
 		tcl/lang/propagatelang.tcl \
-		tcl/lang/removetoken.tcl
+		tcl/lang/removetoken.tcl \
+		scripts/eco2pgn.py \
+		scripts/pgnfix.py \
+		scripts/twic2scid.py
 
 TCL_LIBRARY=	-L${LOCALBASE}/lib -ltcl${TCL_SHLIB_VER}
 



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