git: 166c45198efe - main - www/py-django-crispy-forms: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:14:19 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=166c45198efec6c974fdf3ca6c634a45dc6982aa
commit 166c45198efec6c974fdf3ca6c634a45dc6982aa
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:50:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:06:18 +0000
www/py-django-crispy-forms: Update WWW
- Remove outdated CONFLICTS_INSTALL
---
www/py-django-crispy-forms/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/www/py-django-crispy-forms/Makefile b/www/py-django-crispy-forms/Makefile
index b74eff8b5e9a..61fa8b04b967 100644
--- a/www/py-django-crispy-forms/Makefile
+++ b/www/py-django-crispy-forms/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Best way to have Django DRY forms
-WWW= https://github.com/django-crispy-forms/django-crispy-forms
+WWW= https://django-crispy-forms.readthedocs.io/en/latest/ \
+ https://github.com/django-crispy-forms/django-crispy-forms
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
@@ -20,8 +21,6 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj22-django-crispy-forms
-
PORTSCOUT= skipv:2.1
.include <bsd.port.mk>