svn commit: r494738 - head/security/py-first-server

Dan Langille dvl at FreeBSD.org
Tue Mar 5 20:33:39 UTC 2019


Author: dvl
Date: Tue Mar  5 20:33:38 2019
New Revision: 494738
URL: https://svnweb.freebsd.org/changeset/ports/494738

Log:
  This port now requires www/py-django21
  
  Adjust RUN_DEPENDS

Modified:
  head/security/py-first-server/Makefile

Modified: head/security/py-first-server/Makefile
==============================================================================
--- head/security/py-first-server/Makefile	Tue Mar  5 20:31:32 2019	(r494737)
+++ head/security/py-first-server/Makefile	Tue Mar  5 20:33:38 2019	(r494738)
@@ -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}


More information about the svn-ports-head mailing list