svn commit: r420574 - head/deskutils/griffith

Rene Ladan rene at FreeBSD.org
Sun Aug 21 16:57:23 UTC 2016


Author: rene
Date: Sun Aug 21 16:57:22 2016
New Revision: 420574
URL: https://svnweb.freebsd.org/changeset/ports/420574

Log:
  Update sqlalchemy dependency to not depend on an expired version

Modified:
  head/deskutils/griffith/Makefile

Modified: head/deskutils/griffith/Makefile
==============================================================================
--- head/deskutils/griffith/Makefile	Sun Aug 21 16:50:03 2016	(r420573)
+++ head/deskutils/griffith/Makefile	Sun Aug 21 16:57:22 2016	(r420574)
@@ -3,7 +3,7 @@
 
 PORTNAME=	griffith
 PORTVERSION=	0.13
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils
 MASTER_SITES=	http://launchpadlibrarian.net/87859599/
 
@@ -14,7 +14,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \
-		${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:databases/py-sqlalchemy06 \
+		${PYTHON_PKGNAMEPREFIX}sqlalchemy08>=0.5:databases/py-sqlalchemy08 \
 		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow
 
 USE_GNOME=	pygtk2


More information about the svn-ports-all mailing list