summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-12-13 19:47:24 +0000
committerRene Ladan <rene@FreeBSD.org>2016-12-13 19:47:24 +0000
commit1ffcf3e706d903d984540aa8f5b16f0b0cb36a17 (patch)
tree54e471fc9216aa7f928e28e30c15b301a557aa7a /deskutils
parentRemove dependency on flash plugin. (diff)
Update sqlalchemy dependency of deskutils/griffith and games/childsplay
to version 1.0 sqlalchemy 0.8 is no longer supported upstream.
Notes
Notes: svn path=/head/; revision=428527
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/griffith/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/griffith/Makefile b/deskutils/griffith/Makefile
index 7c4c21ec4595..11e4e6a1f18c 100644
--- a/deskutils/griffith/Makefile
+++ b/deskutils/griffith/Makefile
@@ -3,7 +3,7 @@
PORTNAME= griffith
PORTVERSION= 0.13
-PORTREVISION= 5
+PORTREVISION= 6
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}sqlalchemy08>=0.5:databases/py-sqlalchemy08 \
+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.5:databases/py-sqlalchemy10 \
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}reportlab1>=1.19:print/py-reportlab1