aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gourmet
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-12-15 05:55:08 +0800
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-12-15 05:55:08 +0800
commit6d69071b91f3e109d8432c2c155713726e5dfda3 (patch)
treedd1bfad78105384bace848071fe32804158390d8 /deskutils/gourmet
parent2127a44c33303c524cc663f2ee6b9c2fa43ee1d2 (diff)
downloadfreebsd-ports-gnome-6d69071b91f3e109d8432c2c155713726e5dfda3.tar.gz
freebsd-ports-gnome-6d69071b91f3e109d8432c2c155713726e5dfda3.tar.zst
freebsd-ports-gnome-6d69071b91f3e109d8432c2c155713726e5dfda3.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/gourmet')
-rw-r--r--deskutils/gourmet/Makefile4
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 \