Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2023 08:41:55 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f1e4ad44ece6 - main - mail/mailman3: Fix whitespace to tab
Message-ID:  <202305230841.34N8ftdJ049811@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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

commit f1e4ad44ece6c61d2b3da19dfe6f4b6a913900d6
Author:     takefu <takefu@airport.fm>
AuthorDate: 2023-05-23 08:27:06 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-05-23 08:35:51 +0000

    mail/mailman3: Fix whitespace to tab
    
    Also change WWW to https.
    
    Bump PORTREVISION because of this last change.
    
    PR:             271504
    Reported by:    takefu@airport.fm
---
 mail/mailman3/Makefile    | 48 ++++++++++++++++++++++-------------------------
 mail/mailman3/pkg-message |  6 ++++++
 2 files changed, 28 insertions(+), 26 deletions(-)

diff --git a/mail/mailman3/Makefile b/mail/mailman3/Makefile
index 38e4f0dd9622..d15ec3b83d7b 100644
--- a/mail/mailman3/Makefile
+++ b/mail/mailman3/Makefile
@@ -1,46 +1,42 @@
 PORTNAME=	mailman
 DISTVERSION=	3.3.8
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	einar@isnic.is
 COMMENT=	GNU Mailing List Management System, Core
-WWW=		http://www.list.org/
+WWW=		https://www.list.org/
 
 LICENSE=	GPLv3+
-
-RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}aiosmtpd>=1.4.3:mail/py-aiosmtpd@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}alembic>=1.8.0:databases/py-alembic@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}atpublic>0:devel/py-atpublic@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}click>=8.0.0:devel/py-click@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}dnspython>=1.14.0:dns/py-dnspython@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}falcon>=3.0.0:www/py-falcon@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}flufl.bounce>=4.0:mail/py-flufl.bounce@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}flufl.i18n>=3.2:devel/py-flufl.i18n@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}flufl.lock>=5.1:devel/py-flufl.lock@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}lazr.config>0:devel/py-lazr.config@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}zope.configuration>0:devel/py-zope.configuration@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}zope.event>0:devel/py-zope.event@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}zope.interface>=5.0:devel/py-zope.interface@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.1.0:devel/py-importlib-resources@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}gunicorn>0:www/py-gunicorn@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}authres>=1.0.1:mail/py-authres@${PY_FLAVOR} \
-                ${PYTHON_PKGNAMEPREFIX}authheaders>=0.14.0:mail/py-authheaders@${PY_FLAVOR}
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiosmtpd>=1.1:mail/py-aiosmtpd@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}alembic14>0:databases/py-alembic14@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}atpublic>0:devel/py-atpublic@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dnspython>=1.14.0:dns/py-dnspython@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}falcon>=1.0.0.rc1:www/py-falcon@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}flufl.bounce>0:mail/py-flufl.bounce@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}flufl.i18n>=2.0:devel/py-flufl.i18n@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}flufl.lock>=3.1:devel/py-flufl.lock@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}lazr.config>0:devel/py-lazr.config@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sqlalchemy12>1.2.3:databases/py-sqlalchemy12@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}zope.configuration>0:devel/py-zope.configuration@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}zope.event>0:devel/py-zope.event@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
 
 USES=		cpe python:3.5+
 CPE_VENDOR=	gnu
 USE_PYTHON=	autoplist distutils
 USE_RC_SUBR=	mailman
-
+NO_ARCH=	yes
 SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
-
 USERS=		mailman
 GROUPS=		mailman
 
-NO_ARCH=	yes
-
 .include <bsd.port.mk>
diff --git a/mail/mailman3/pkg-message b/mail/mailman3/pkg-message
index 2babcd110d3a..6a29518cf069 100644
--- a/mail/mailman3/pkg-message
+++ b/mail/mailman3/pkg-message
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOM
 To initialise Mailman's runtime directories, log files and database
 for the first time, run
 
@@ -6,3 +9,6 @@ for the first time, run
 You can then start Mailman by running:
 
   service mailman start
+EOM
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305230841.34N8ftdJ049811>