aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-09 15:33:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-09 15:38:08 +0000
commit4bb76413dcb64a14b8fe7ad974afe9ef749e4727 (patch)
treeae2e9f03aee5581308eccac050d6745d9f4de747
parent99891fa548f2392fd7d4dddae799796151aac17e (diff)
downloadports-4bb76413dcb64a14b8fe7ad974afe9ef749e4727.tar.gz
ports-4bb76413dcb64a14b8fe7ad974afe9ef749e4727.zip
www/py-django40: Fix MASTER_SITES
-rw-r--r--www/py-django40/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django40/Makefile b/www/py-django40/Makefile
index 067116185a25..535adc081a75 100644
--- a/www/py-django40/Makefile
+++ b/www/py-django40/Makefile
@@ -2,7 +2,7 @@ PORTNAME= django
PORTVERSION= 4.0.8
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
- https://www.djangoproject.com/m/releases/${PORTVERSION}/
+ https://media.djangoproject.com/releases/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 40
DISTNAME= Django-${PORTVERSION}