From owner-svn-ports-head@FreeBSD.ORG Sat Oct 4 21:38:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F400EFA3; Sat, 4 Oct 2014 21:38:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E005493A; Sat, 4 Oct 2014 21:38:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s94Lc8JJ089213; Sat, 4 Oct 2014 21:38:08 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94Lc8nY089212; Sat, 4 Oct 2014 21:38:08 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410042138.s94Lc8nY089212@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 4 Oct 2014 21:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369996 - head/games/pythonsudoku X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 21:38:09 -0000 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= *