svn commit: r370528 - head/games/pythonchess
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Oct 9 14:00:16 UTC 2014
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 at 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
- at dirrm %%DATADIR%%/images
- at dirrm %%DATADIR%%
More information about the svn-ports-all
mailing list