svn commit: r369996 - head/games/pythonsudoku
William Grzybowski
wg at FreeBSD.org
Sat Oct 4 21:38:09 UTC 2014
Author: wg
Date: Sat Oct 4 21:38:08 2014
New Revision: 369996
URL: https://svnweb.freebsd.org/changeset/ports/369996
QAT: https://qat.redports.org/buildarchive/r369996/
Log:
games/pythonsudoku: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Modified:
head/games/pythonsudoku/Makefile
Modified: head/games/pythonsudoku/Makefile
==============================================================================
--- head/games/pythonsudoku/Makefile Sat Oct 4 21:29:10 2014 (r369995)
+++ head/games/pythonsudoku/Makefile Sat Oct 4 21:38:08 2014 (r369996)
@@ -3,7 +3,7 @@
PORTNAME= pythonsudoku
PORTVERSION= 0.13
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games python
MASTER_SITES= SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \
SF/nemysisfreebsdp/games/:icons
@@ -19,13 +19,12 @@ LICENSE= GPLv2
LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client
RUN_DEPENDS= ${PYGAME} \
- ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
+ ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1
-USES= tar:bzip2
+USES= python:2 tar:bzip2
USE_GNOME= pygtk2
-USE_PYTHON= 2
-USE_PYDISTUTILS=yes
+USE_PYTHON= distutils
INSTALLS_ICONS= yes
PORTDOCS= *
More information about the svn-ports-all
mailing list