aboutsummaryrefslogtreecommitdiff
path: root/security/py-first-server
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2019-03-05 20:33:38 +0000
committerDan Langille <dvl@FreeBSD.org>2019-03-05 20:33:38 +0000
commit6f67716cc6acec5d26fb34fdcb31f3ba8619d4dd (patch)
tree445fdff08f9cc1b890a13560ed4e8216f234b3bf /security/py-first-server
parent509766a16d0ae9a870b56efdce30c8bff71a8920 (diff)
downloadports-6f67716cc6acec5d26fb34fdcb31f3ba8619d4dd.tar.gz
ports-6f67716cc6acec5d26fb34fdcb31f3ba8619d4dd.zip
This port now requires www/py-django21
Adjust RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=494738
Diffstat (limited to 'security/py-first-server')
-rw-r--r--security/py-first-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-first-server/Makefile b/security/py-first-server/Makefile
index e9d5c0621a13..c60562878082 100644
--- a/security/py-first-server/Makefile
+++ b/security/py-first-server/Makefile
@@ -2,6 +2,7 @@
PORTNAME= first-server
PORTVERSION= 0.0.4
+PORTREVISION= 1
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTVERSIONPREFIX= v
@@ -14,7 +15,7 @@ LICENSE= GPLv2
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}capstone>0:devel/py-capstone@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=1.3.8:databases/py-mysqlclient@${PY_FLAVOR}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}django>=1.11.4:www/py-django@${PY_FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}django21>=2.1.7:www/py-django21@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.11.11:www/py-werkzeug@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.2:www/py-httplib2@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}oauth2client>=3.0.0:security/py-oauth2client@${PY_FLAVOR}