git: 55f69b2ce523 - main - Switch from Django 3.0 to Django 3.2 PR: 255113 Reported by: Kai Knoblich <kai at FreeBSD.org>

Dan Langille dvl at FreeBSD.org
Wed Apr 21 14:45:56 UTC 2021


The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55f69b2ce523168a96cbf024169143ae94ccfc98

commit 55f69b2ce523168a96cbf024169143ae94ccfc98
Author:     Dan Langille <dvl at FreeBSD.org>
AuthorDate: 2021-04-21 14:44:58 +0000
Commit:     Dan Langille <dvl at FreeBSD.org>
CommitDate: 2021-04-21 14:45:52 +0000

    Switch from Django 3.0 to Django 3.2
    PR:             255113
    Reported by:    Kai Knoblich <kai at FreeBSD.org>
---
 security/py-first-server/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/py-first-server/Makefile b/security/py-first-server/Makefile
index b5afaa14c2ad..1c82c8256093 100644
--- a/security/py-first-server/Makefile
+++ b/security/py-first-server/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	first-server
 PORTVERSION=	0.0.7
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,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}django30>=3.0.2:www/py-django30@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}django32>=3.0.2:www/py-django32@${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 dev-commits-ports-all mailing list