svn commit: r390314 - head/deskutils/griffith

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jun 22 19:13:43 UTC 2015


Author: rm
Date: Mon Jun 22 19:13:42 2015
New Revision: 390314
URL: https://svnweb.freebsd.org/changeset/ports/390314

Log:
  deskutils/griffith: drop dependency on py-xml
  
  According to griffith changelog, dependency on py-xml had retired upstream since
  version 0.9.7, so we not need it too.

Modified:
  head/deskutils/griffith/Makefile

Modified: head/deskutils/griffith/Makefile
==============================================================================
--- head/deskutils/griffith/Makefile	Mon Jun 22 19:13:34 2015	(r390313)
+++ head/deskutils/griffith/Makefile	Mon Jun 22 19:13:42 2015	(r390314)
@@ -3,7 +3,7 @@
 
 PORTNAME=	griffith
 PORTVERSION=	0.13
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	deskutils
 MASTER_SITES=	http://launchpadlibrarian.net/87859599/
 
@@ -15,11 +15,10 @@ 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}pillow>=0:${PORTSDIR}/graphics/py-pillow \
-		${PYXML}
+		${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow
 
 USE_GNOME=	pygtk2
-USES=		gmake gettext python tar:xz
+USES=		gmake gettext python:2 tar:xz
 NO_BUILD=	yes
 
 OPTIONS_DEFINE=		CHARDET LXML REPORTLAB2


More information about the svn-ports-head mailing list