Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 00:11:25 +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: r370029 - head/misc/cs
Message-ID:  <201410050011.s950BPXI015417@svn.freebsd.org>

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



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