From owner-svn-ports-head@FreeBSD.ORG Sat Oct 4 22:38:24 2014 Return-Path: Delivered-To: svn-ports-head@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 794AC32B; Sat, 4 Oct 2014 22:38:24 +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 65601E9B; Sat, 4 Oct 2014 22:38:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s94McOcj019088; Sat, 4 Oct 2014 22:38:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94McOUm019087; Sat, 4 Oct 2014 22:38:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410042238.s94McOUm019087@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:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370008 - head/graphics/py-aafigure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 22:38:24 -0000 Author: antoine Date: Sat Oct 4 22:38:23 2014 New Revision: 370008 URL: https://svnweb.freebsd.org/changeset/ports/370008 QAT: https://qat.redports.org/buildarchive/r370008/ Log: Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2) Modified: head/graphics/py-aafigure/Makefile Modified: head/graphics/py-aafigure/Makefile ============================================================================== --- head/graphics/py-aafigure/Makefile Sat Oct 4 22:33:10 2014 (r370007) +++ head/graphics/py-aafigure/Makefile Sat Oct 4 22:38:23 2014 (r370008) @@ -3,7 +3,7 @@ PORTNAME= aafigure PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= ASCII art to image converter wr LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 USE_PYTHON= yes