aboutsummaryrefslogtreecommitdiff
path: root/www/py-flask-migrate/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-24 13:49:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-24 13:49:50 +0000
commitdd1fc22533ab365c5748b4427d57ddd17a70bdb8 (patch)
tree12aff330ed012ad04690c1ed44973510ca2a096a /www/py-flask-migrate/Makefile
parent6277327354e1445889bafeddd47e014d71410f8a (diff)
downloadports-dd1fc22533ab365c5748b4427d57ddd17a70bdb8.tar.gz
ports-dd1fc22533ab365c5748b4427d57ddd17a70bdb8.zip
Notes
Diffstat (limited to 'www/py-flask-migrate/Makefile')
-rw-r--r--www/py-flask-migrate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-flask-migrate/Makefile b/www/py-flask-migrate/Makefile
index 517c5179b45c..2a18643746b3 100644
--- a/www/py-flask-migrate/Makefile
+++ b/www/py-flask-migrate/Makefile
@@ -2,6 +2,7 @@
PORTNAME= flask-migrate
PORTVERSION= 2.5.3
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Flask-SQLAlchemy>=1.0:databases/py-flask-sqlalchemy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}flask-sqlalchemy>=1.0:databases/py-flask-sqlalchemy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}alembic>=0.7:databases/py-alembic@${PY_FLAVOR}
USES= python