aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 23:30:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 23:30:23 +0000
commit823eba88003d03480285c59e4e24a8bbc27d77fa (patch)
tree9d52bd84b85a0e4eb704c27efc5148d2f0bf17a0
parent506fee9bb841fab48012c3683326a45ffe00d110 (diff)
downloadports-823eba88003d03480285c59e4e24a8bbc27d77fa.tar.gz
ports-823eba88003d03480285c59e4e24a8bbc27d77fa.zip
www/py-postorius: Update to 1.3.8
- Fix RUN_DEPENDS - Update version requirement of RUN_DEPENDS - Fix TEST_DEPENDS - Take maintainership
-rw-r--r--www/py-postorius/Makefile23
-rw-r--r--www/py-postorius/distinfo6
-rw-r--r--www/py-postorius/pkg-descr2
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.