svn commit: r370196 - head/print/scribus

William Grzybowski wg at FreeBSD.org
Mon Oct 6 17:53:26 UTC 2014


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


More information about the svn-ports-head mailing list