diff options
author | rm <rm@FreeBSD.org> | 2016-12-15 05:55:08 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-12-15 05:55:08 +0800 |
commit | d9a27406eb15fdfb41e794b3e18dbc828942403a (patch) | |
tree | dd1bfad78105384bace848071fe32804158390d8 /deskutils | |
parent | 84057ee454c074e66b43679240cb2358756c4481 (diff) | |
download | freebsd-ports-gnome-d9a27406eb15fdfb41e794b3e18dbc828942403a.tar.gz freebsd-ports-gnome-d9a27406eb15fdfb41e794b3e18dbc828942403a.tar.zst freebsd-ports-gnome-d9a27406eb15fdfb41e794b3e18dbc828942403a.zip |
deskutils/gourmet: update sqlalchemy dependency
Update the sqlalchemy dependency from 0.7 to 1.0, as the former
expired both in the Ports Tree and upstream.
New dependency was build and runtime tested.
PR: 215217
Submitted by: rene
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gourmet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gourmet/Makefile b/deskutils/gourmet/Makefile index ab84a6924ecd..cd5772d85418 100644 --- a/deskutils/gourmet/Makefile +++ b/deskutils/gourmet/Makefile @@ -3,7 +3,7 @@ PORTNAME= gourmet PORTVERSION= 0.17.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MAINTAINER= rm@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:textproc/py-elib.intl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0:databases/py-sqlalchemy07 \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}poppler>=0:graphics/py-poppler \ ${PYTHON_PKGNAMEPREFIX}rtf>=0:print/py-rtf \ |