git: 99891fa548f2 - main - www/py-django32: Fix MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 15:40:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=99891fa548f2392fd7d4dddae799796151aac17e commit 99891fa548f2392fd7d4dddae799796151aac17e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-09 15:33:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-09 15:38:08 +0000 www/py-django32: Fix MASTER_SITES https://www.djangoproject.com/m/releases/ redirects to https://media.djangoproject.com/releases/ but the URL is incorrect (returns 404). --- www/py-django32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/py-django32/Makefile b/www/py-django32/Makefile index 7f2739e3ba49..7154bb0a2d09 100644 --- a/www/py-django32/Makefile +++ b/www/py-django32/Makefile @@ -2,7 +2,7 @@ PORTNAME= django PORTVERSION= 3.2.16 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ - https://www.djangoproject.com/m/releases/${PORTVERSION}/ + https://media.djangoproject.com/releases/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 32 DISTNAME= Django-${PORTVERSION}