Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2014 14:00:15 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370528 - head/games/pythonchess
Message-ID:  <201410091400.s99E0FVb097775@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct  9 14:00:14 2014
New Revision: 370528
URL: https://svnweb.freebsd.org/changeset/ports/370528
QAT: https://qat.redports.org/buildarchive/r370528/

Log:
  - Add LICENSE_FILE
  - Convert to USES=python
  - Drop @dirrm* from plist

Modified:
  head/games/pythonchess/Makefile
  head/games/pythonchess/pkg-plist

Modified: head/games/pythonchess/Makefile
==============================================================================
--- head/games/pythonchess/Makefile	Thu Oct  9 13:32:45 2014	(r370527)
+++ head/games/pythonchess/Makefile	Thu Oct  9 14:00:14 2014	(r370528)
@@ -15,14 +15,14 @@ MAINTAINER=	games@FreeBSD.org
 COMMENT=	Small program for playing chess against the computer
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/gpl.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 WRKSRC=		${WRKDIR}/${PORTNAME:S/p/P/:S/c/C/}
 
-USES=	dos2unix zip
+USES=		dos2unix python:2 zip
 DOS2UNIX_REGEX=	.*.[^p][^n][^g]$
-USE_PYTHON=	2
 
 SUB_FILES=	${PORTNAME}
 

Modified: head/games/pythonchess/pkg-plist
==============================================================================
--- head/games/pythonchess/pkg-plist	Thu Oct  9 13:32:45 2014	(r370527)
+++ head/games/pythonchess/pkg-plist	Thu Oct  9 14:00:14 2014	(r370528)
@@ -50,5 +50,3 @@ share/pixmaps/pythonchess.png
 %%DATADIR%%/images/whiteQueen.png
 %%DATADIR%%/images/whiteRook.png
 %%DATADIR%%/images/white_square.png
-@dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%



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