Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 22:45:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370009 - head/graphics/skencil
Message-ID:  <201410042245.s94MjP67023436@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Oct  4 22:45:24 2014
New Revision: 370009
URL: https://svnweb.freebsd.org/changeset/ports/370009
QAT: https://qat.redports.org/buildarchive/r370009/

Log:
  Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2)

Modified:
  head/graphics/skencil/Makefile

Modified: head/graphics/skencil/Makefile
==============================================================================
--- head/graphics/skencil/Makefile	Sat Oct  4 22:38:23 2014	(r370008)
+++ head/graphics/skencil/Makefile	Sat Oct  4 22:45:24 2014	(r370009)
@@ -3,7 +3,7 @@
 
 PORTNAME=	skencil
 PORTVERSION=	1.0.a784
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 PROJECTHOST=	sk1
@@ -14,8 +14,8 @@ COMMENT=	Interactive drawing program
 
 LICENSE=	LGPL20
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
 		${PYTHON_PKGNAMEPREFIX}reportlab2>=0:${PORTSDIR}/print/py-reportlab2 \
 		${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYXML}



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