Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 21:38:08 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369996 - head/games/pythonsudoku
Message-ID:  <201410042138.s94Lc8nY089212@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	*



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