From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 22:45:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FAC669F; Sat, 4 Oct 2014 22:45:25 +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 7BE8AFB1; Sat, 4 Oct 2014 22:45:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s94MjPwG023439; Sat, 4 Oct 2014 22:45:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94MjP67023436; Sat, 4 Oct 2014 22:45:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042245.s94MjP67023436@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Oct 2014 22:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370009 - head/graphics/skencil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 22:45:25 -0000 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}