FreeBSD Bugzilla – Attachment 224155 Details for
Bug 255113
security/py-first-server: Switch from Django 3.0 to Django 3.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-first-server-switch-to-django32.patch
py-first-server-switch-to-django32.patch (text/plain), 1004 bytes, created by
Kai Knoblich
on 2021-04-16 10:21:11 UTC
(
hide
)
Description:
py-first-server-switch-to-django32.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2021-04-16 10:21:11 UTC
Size:
1004 bytes
patch
obsolete
>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}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
kai
:
maintainer-approval?
(
dvl
)
Actions:
View
|
Diff
Attachments on
bug 255113
: 224155
Working