Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 19:13:42 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390314 - head/deskutils/griffith
Message-ID:  <201506221913.t5MJDgav049047@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506221913.t5MJDgav049047>