aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-09 15:33:32 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-09 15:38:08 +0000
commit7df0ad6647fc626b1438ff7142af100bfb5e7247 (patch)
tree478c9004e4190bf434197db4787da123a09d3735
parent4bb76413dcb64a14b8fe7ad974afe9ef749e4727 (diff)
downloadports-7df0ad6647fc626b1438ff7142af100bfb5e7247.tar.gz
ports-7df0ad6647fc626b1438ff7142af100bfb5e7247.zip
www/py-django41: Fix MASTER_SITES
-rw-r--r--www/py-django41/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-django41/Makefile b/www/py-django41/Makefile
index 90e4cbc678ed..bc0956025721 100644
--- a/www/py-django41/Makefile
+++ b/www/py-django41/Makefile
@@ -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}