Port details |
- py-postorius Django app provoding web user interface to access GNU Mailman
- 1.3.6_1 www
=0 Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2020-11-26 23:22:50
- Last Update: 2022-04-28 10:02:15
- Commit Hash: 0cf5531
- License: GPLv3
- Description:
- Postorius Django provides a web user interface to access GNU Mailman
WWW: https://pypi.org/project/postorius/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}postorius>0:www/py-postorius@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-postorius/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-postorius
- pkg install py38-postorius
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-postorius listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-postorius
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1642938300
SHA256 (postorius-1.3.6.tar.gz) = 2b0cc453d21f710e983d9bb78cfb85addeaec7fddeda9ce82df4eb6a4fda1a68
SIZE (postorius-1.3.6.tar.gz) = 3086923
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-django-mailman3>=1.3.7 : mail/py-django-mailman3@py38
- py38-django32>=2.2<3.3 : www/py-django32@py38
- py38-mailmanclient>=3.3.3 : mail/py-mailmanclient@py38
- py38-django-gravatar2>1.0.6 : www/py-django-gravatar2@py38
- py38-readme-renderer>0 : devel/py-readme-renderer@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_py-postorius
- USES:
- cpe python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Apr 2022 10:02:15 1.3.6_1 |
Kai Knoblich (kai)  |
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859 |
05 Mar 2022 16:54:07 1.3.6 |
Dan Langille (dvl)  |
www/py-postorius: Update to 1.3.6
PR: 262227 |
14 Oct 2021 21:30:57 1.3.5 |
Stefan Eßer (se)  |
www/py-postorius: Add CPE information
Approved by: portmgr (blanket) |
07 Sep 2021 12:01:12 1.3.5 |
Dan Langille (dvl)  |
www/py-postorius: Update to 1.3.5 |
07 Apr 2021 08:09:01 1.3.3_1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.3.3_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Dec 2020 13:57:24
1.3.3_1 |
sunpoet  |
Change TEST_DEPENDS from py-beautifulsoup448 to py-beautifulsoup
- Bump PORTREVISION for dependency change
py-beautifulsoup448 (beautifulsoup4 4.8.2) was added only for py-wagtail which
requires beautifulsoup4 >=4.8<4.9. Other ports should use py-beautifulsoup
(beautifulsoup4 4.9.3) instead. |
10 Dec 2020 22:00:02
1.3.3_1 |
sunpoet  |
Update USES=python for py-isort 5.6.4 update |
05 Dec 2020 19:43:23
1.3.3_1 |
sunpoet  |
Move devel/py-readme_renderer to devel/py-readme-renderer
- Bump PORTREVISION for dependency change |
26 Nov 2020 23:26:58
1.3.3 |
dvl  |
Fix broken depends which I had fixed in another copy, but not my working
copy that I checked in.
Reported by: FreshPorts |
26 Nov 2020 23:22:11
1.3.3  |
dvl  |
Add dependencies required for mail/mailman3 |