From owner-svn-ports-head@FreeBSD.ORG  Mon Oct  6 17:53:26 2014
Return-Path: <owner-svn-ports-head@FreeBSD.ORG>
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 0CAAEF2;
 Mon,  6 Oct 2014 17:53:26 +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 ED6DEF8C;
 Mon,  6 Oct 2014 17:53: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 s96HrPOg014785;
 Mon, 6 Oct 2014 17:53:25 GMT (envelope-from wg@FreeBSD.org)
Received: (from wg@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id s96HrPYx014784;
 Mon, 6 Oct 2014 17:53:25 GMT (envelope-from wg@FreeBSD.org)
Message-Id: <201410061753.s96HrPYx014784@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org
 using -f
From: William Grzybowski <wg@FreeBSD.org>
Date: Mon, 6 Oct 2014 17:53:25 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r370196 - head/print/scribus
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
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 06 Oct 2014 17:53:26 -0000

Author: wg
Date: Mon Oct  6 17:53:25 2014
New Revision: 370196
URL: https://svnweb.freebsd.org/changeset/ports/370196
QAT: https://qat.redports.org/buildarchive/r370196/

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

Modified:
  head/print/scribus/Makefile

Modified: head/print/scribus/Makefile
==============================================================================
--- head/print/scribus/Makefile	Mon Oct  6 17:40:43 2014	(r370195)
+++ head/print/scribus/Makefile	Mon Oct  6 17:53:25 2014	(r370196)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scribus
 PORTVERSION=	1.4.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print editors
 MASTER_SITES=	SF \
 		http://www.scribus.net/downloads/${PORTVERSION}/
@@ -25,13 +25,12 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
-		${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging
+		${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-pillow
 
 USE_QT4=	gui linguist_build moc_build qmake_build rcc_build uic_build xml network
 USE_GNOME=	libartlgpl2 libxml2
 USE_GHOSTSCRIPT_RUN=	yes
-USE_PYTHON=	yes
-USES=		cmake desktop-file-utils pkgconfig shared-mime-info tar:xz
+USES=		cmake desktop-file-utils pkgconfig python shared-mime-info tar:xz
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS+=	-DWANT_HUNSPELL=YES -Wno-ferror-limit