git: 823eba88003d - main - www/py-postorius: Update to 1.3.8

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 30 Sep 2023 23:34:04 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=823eba88003d03480285c59e4e24a8bbc27d77fa

commit 823eba88003d03480285c59e4e24a8bbc27d77fa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-30 23:30:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-30 23:30:23 +0000

    www/py-postorius: Update to 1.3.8
    
    - Fix RUN_DEPENDS
    - Update version requirement of RUN_DEPENDS
    - Fix TEST_DEPENDS
    - Take maintainership
---
 www/py-postorius/Makefile  | 23 ++++++++++++-----------
 www/py-postorius/distinfo  |  6 +++---
 www/py-postorius/pkg-descr |  2 +-
 3 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/www/py-postorius/Makefile b/www/py-postorius/Makefile
index 5864ba318ce2..a4617211fab1 100644
--- a/www/py-postorius/Makefile
+++ b/www/py-postorius/Makefile
@@ -1,29 +1,30 @@
 PORTNAME=	postorius
-PORTVERSION=	1.3.7
+PORTVERSION=	1.3.8
 CATEGORIES=	www
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Django app provoding web user interface to access GNU Mailman
-WWW=		https://pypi.org/project/postorius/
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Web user interface for GNU Mailman
+WWW=		https://gitlab.com/mailman/postorius
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django-gravatar2>1.0.6:www/py-django-gravatar2@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django-mailman3>=1.3.8:mail/py-django-mailman3@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django-mailman3>=1.3.8:mail/py-django-mailman3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django32>=3.2<4.2:www/py-django32@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mailmanclient>=3.3.3:mail/py-mailmanclient@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}readme-renderer>0:devel/py-readme-renderer@${PY_FLAVOR}
-
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}isort>0:devel/py-isort@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}readme-renderer>=0:devel/py-readme-renderer@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}django-debug-toolbar>=0:www/py-django-debug-toolbar@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}django-requests-debug-toolbar>=0:www/py-django-requests-debug-toolbar@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}isort>=0:devel/py-isort@${PY_FLAVOR}
 
 USES=		cpe python
-CPE_VENDOR=	${PORTNAME}_project
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+CPE_VENDOR=	postorius_project
+
 .include <bsd.port.mk>
diff --git a/www/py-postorius/distinfo b/www/py-postorius/distinfo
index 38ef7bfb8d7e..fd26abe4bad5 100644
--- a/www/py-postorius/distinfo
+++ b/www/py-postorius/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1670090405
-SHA256 (postorius-1.3.7.tar.gz) = 3d40a9d025bfdec0fdeb5d320ed2db3fbbffc77bd0dfeb619f39cf345c03a2f0
-SIZE (postorius-1.3.7.tar.gz) = 3197409
+TIMESTAMP = 1696048452
+SHA256 (postorius-1.3.8.tar.gz) = d664adf8f571df15090dce49c2b0a62a244d203c1bb238db336162e52833ea1f
+SIZE (postorius-1.3.8.tar.gz) = 3222195
diff --git a/www/py-postorius/pkg-descr b/www/py-postorius/pkg-descr
index bcd7fa8736b6..143c94e39943 100644
--- a/www/py-postorius/pkg-descr
+++ b/www/py-postorius/pkg-descr
@@ -1 +1 @@
-Postorius Django provides a web user interface to access GNU Mailman
+The Postorius Django app provides a web user interface to access GNU Mailman.