www/py-django41: Fix MASTER_SITES
https://www.djangoproject.com/m/releases/ redirects to https://media.djangoproject.com/releases/ but the URL is incorrect (returns 404).
This commit is contained in:
parent
4bb76413dc
commit
7df0ad6647
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
PORTNAME= django
|
||||
PORTVERSION= 4.1.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= https://media.djangoproject.com/releases/4.1/ \
|
||||
CHEESESHOP \
|
||||
https://www.djangoproject.com/m/releases/${PORTVERSION}/
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
https://media.djangoproject.com/releases/${PORTVERSION:R}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 41
|
||||
DISTNAME= Django-${PORTVERSION}
|
||||
|
|
Loading…
Reference in a new issue