Date: Mon, 6 Oct 2014 17:53:25 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370196 - head/print/scribus Message-ID: <201410061753.s96HrPYx014784@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410061753.s96HrPYx014784>