From owner-svn-ports-head@FreeBSD.ORG Sun Oct 5 00:11:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 412E19D0; Sun, 5 Oct 2014 00:11:26 +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 2E8C7694; Sun, 5 Oct 2014 00:11:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s950BQu9015418; Sun, 5 Oct 2014 00:11:26 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s950BPXI015417; Sun, 5 Oct 2014 00:11:25 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410050011.s950BPXI015417@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sun, 5 Oct 2014 00:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370029 - head/misc/cs 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: Sun, 05 Oct 2014 00:11:26 -0000 Author: wg Date: Sun Oct 5 00:11:25 2014 New Revision: 370029 URL: https://svnweb.freebsd.org/changeset/ports/370029 QAT: https://qat.redports.org/buildarchive/r370029/ Log: misc/cs: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/misc/cs/Makefile Modified: head/misc/cs/Makefile ============================================================================== --- head/misc/cs/Makefile Sun Oct 5 00:09:49 2014 (r370028) +++ head/misc/cs/Makefile Sun Oct 5 00:11:25 2014 (r370029) @@ -3,6 +3,7 @@ PORTNAME= cs PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://njhurst.com/programming/cross-stitch/ @@ -11,13 +12,12 @@ COMMENT= Cross Stitch software LICENSE= GPLv2 # (or later) -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow NO_BUILD= yes -USES= shebangfix tar:tgz +USES= python:run shebangfix tar:tgz SHEBANG_FILES= xs.py -USE_PYTHON_RUN= yes PLIST_FILES= bin/xs