svn commit: r370311 - in head/x11/xcurs: . files

William Grzybowski wg at FreeBSD.org
Tue Oct 7 12:08:16 UTC 2014


Author: wg
Date: Tue Oct  7 12:08:15 2014
New Revision: 370311
URL: https://svnweb.freebsd.org/changeset/ports/370311
QAT: https://qat.redports.org/buildarchive/r370311/

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

Modified:
  head/x11/xcurs/Makefile
  head/x11/xcurs/files/patch-xcurs.py

Modified: head/x11/xcurs/Makefile
==============================================================================
--- head/x11/xcurs/Makefile	Tue Oct  7 12:03:46 2014	(r370310)
+++ head/x11/xcurs/Makefile	Tue Oct  7 12:08:15 2014	(r370311)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xcurs
 PORTVERSION=	0.5.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11 python
 MASTER_SITES=	http://freebsd.nsu.ru/distfiles/ \
 		#http://varg.dyndns.org/psi/files/xcurs/
@@ -11,10 +11,10 @@ MASTER_SITES=	http://freebsd.nsu.ru/dist
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Editor for new X.Org style full-color cursors properties
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow
 
+USES=		python
 USE_GNOME=	pygtk2
-USE_PYTHON=	yes
 NO_BUILD=	yes
 
 post-patch:

Modified: head/x11/xcurs/files/patch-xcurs.py
==============================================================================
--- head/x11/xcurs/files/patch-xcurs.py	Tue Oct  7 12:03:46 2014	(r370310)
+++ head/x11/xcurs/files/patch-xcurs.py	Tue Oct  7 12:08:15 2014	(r370311)
@@ -14,7 +14,8 @@
  import gtk.glade
 @@ -8,7 +12,7 @@
  import gladew
- import Image
+-import Image
++from PIL import Image
  
 -import os, new, types
 +import new, types


More information about the svn-ports-all mailing list