Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 2021 14:45:56 GMT
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 55f69b2ce523 - main - Switch from Django 3.0 to Django 3.2 PR:		255113 Reported by:	Kai Knoblich <kai@FreeBSD.org>
Message-ID:  <202104211445.13LEju8G065606@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl:

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

commit 55f69b2ce523168a96cbf024169143ae94ccfc98
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2021-04-21 14:44:58 +0000
Commit:     Dan Langille <dvl@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@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}



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