svn commit: r369982 - head/deskutils/griffith
William Grzybowski
wg at FreeBSD.org
Sat Oct 4 17:27:24 UTC 2014
Author: wg
Date: Sat Oct 4 17:27:23 2014
New Revision: 369982
URL: https://svnweb.freebsd.org/changeset/ports/369982
QAT: https://qat.redports.org/buildarchive/r369982/
Log:
deskutils/griffith: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Modified:
head/deskutils/griffith/Makefile
Modified: head/deskutils/griffith/Makefile
==============================================================================
--- head/deskutils/griffith/Makefile Sat Oct 4 17:18:35 2014 (r369981)
+++ head/deskutils/griffith/Makefile Sat Oct 4 17:27:23 2014 (r369982)
@@ -3,7 +3,7 @@
PORTNAME= griffith
PORTVERSION= 0.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= http://launchpadlibrarian.net/87859599/
@@ -15,12 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06 \
- ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
+ ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \
${PYXML}
USE_GNOME= pygtk2
-USE_PYTHON= yes
-USES= gmake gettext tar:xz
+USES= gmake gettext python tar:xz
NO_BUILD= yes
OPTIONS_DEFINE= CHARDET LXML PYGNOMEEXTRAS REPORTLAB2
More information about the svn-ports-head
mailing list