Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 16:00:15 +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: r370449 - head/net-im/pwytter
Message-ID:  <201410081600.s98G0FWN063673@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Oct  8 16:00:14 2014
New Revision: 370449
URL: https://svnweb.freebsd.org/changeset/ports/370449
QAT: https://qat.redports.org/buildarchive/r370449/

Log:
  net-im/pwytter: switch from py-imaging to py-pillow
  
  - USES python
  
  With hat:	python
  Approved by:	portmgr (bdrewery, implicit)

Modified:
  head/net-im/pwytter/Makefile

Modified: head/net-im/pwytter/Makefile
==============================================================================
--- head/net-im/pwytter/Makefile	Wed Oct  8 15:41:18 2014	(r370448)
+++ head/net-im/pwytter/Makefile	Wed Oct  8 16:00:14 2014	(r370449)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pwytter
 PORTVERSION=	0.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-im www python
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -14,15 +14,13 @@ COMMENT=	Free multi-platform Twitter cli
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
-		${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
+		${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=1.7.1:${PORTSDIR}/devel/py-simplejson
 
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		gettext zip dos2unix
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		dos2unix gettext python:2 zip
+USE_PYTHON=	autoplist distutils
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 DOS2UNIX_GLOB=	 *.py



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