Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2019 20:33:38 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494738 - head/security/py-first-server
Message-ID:  <201903052033.x25KXcHJ011313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903052033.x25KXcHJ011313>