diff options
| author | Charlie Li <vishwin@FreeBSD.org> | 2025-03-07 21:33:49 -0500 |
|---|---|---|
| committer | Charlie Li <vishwin@FreeBSD.org> | 2025-03-07 23:05:21 -0500 |
| commit | 06a08e69f3acb846ad8252945f53c3a2d211e303 (patch) | |
| tree | 1016fb91b84c00db859a3f4531d7a22e23f1746f /mail | |
| parent | python.mk: remove setuptools from RUN_DEPENDS (diff) | |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
Diffstat (limited to 'mail')
34 files changed, 34 insertions, 9 deletions
diff --git a/mail/getmail6/Makefile b/mail/getmail6/Makefile index eaf2d962d7e8..31f13cf593a7 100644 --- a/mail/getmail6/Makefile +++ b/mail/getmail6/Makefile @@ -1,6 +1,7 @@ PORTNAME= getmail6 DISTVERSIONPREFIX= v DISTVERSION= 6.19.07 +PORTREVISION= 1 CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/isbg/Makefile b/mail/isbg/Makefile index 6434137938c4..add46ee3199c 100644 --- a/mail/isbg/Makefile +++ b/mail/isbg/Makefile @@ -1,5 +1,6 @@ PORTNAME= isbg PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= ports@FreeBSD.org diff --git a/mail/py-afew/Makefile b/mail/py-afew/Makefile index 4785c580f6f6..67b7a2bb84a3 100644 --- a/mail/py-afew/Makefile +++ b/mail/py-afew/Makefile @@ -1,6 +1,6 @@ PORTNAME= afew DISTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-aiosmtpd/Makefile b/mail/py-aiosmtpd/Makefile index 5a9ae0d77035..a923eeedbb99 100644 --- a/mail/py-aiosmtpd/Makefile +++ b/mail/py-aiosmtpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= aiosmtpd DISTVERSION= 1.4.6 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-alot/Makefile b/mail/py-alot/Makefile index 91644f046619..dac58d63911e 100644 --- a/mail/py-alot/Makefile +++ b/mail/py-alot/Makefile @@ -1,6 +1,6 @@ PORTNAME= alot DISTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-authheaders/Makefile b/mail/py-authheaders/Makefile index 36fbfa1b0432..2ee1f0d4875f 100644 --- a/mail/py-authheaders/Makefile +++ b/mail/py-authheaders/Makefile @@ -1,5 +1,6 @@ PORTNAME= authheaders DISTVERSION= 0.16.3 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-django-mailbox/Makefile b/mail/py-django-mailbox/Makefile index f9341bb91e14..a30b6f72c95d 100644 --- a/mail/py-django-mailbox/Makefile +++ b/mail/py-django-mailbox/Makefile @@ -1,5 +1,6 @@ PORTNAME= django-mailbox PORTVERSION= 4.8.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-dkimpy-milter/Makefile b/mail/py-dkimpy-milter/Makefile index 8668214e2363..d8c39a3bce67 100644 --- a/mail/py-dkimpy-milter/Makefile +++ b/mail/py-dkimpy-milter/Makefile @@ -1,6 +1,6 @@ PORTNAME= dkimpy-milter PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-dkimpy/Makefile b/mail/py-dkimpy/Makefile index 0ad89b9b0687..4438df30eec9 100644 --- a/mail/py-dkimpy/Makefile +++ b/mail/py-dkimpy/Makefile @@ -1,5 +1,6 @@ PORTNAME= dkimpy DISTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-email-reply-parser/Makefile b/mail/py-email-reply-parser/Makefile index 84d36e9b54f9..ee692c886701 100644 --- a/mail/py-email-reply-parser/Makefile +++ b/mail/py-email-reply-parser/Makefile @@ -1,5 +1,6 @@ PORTNAME= email-reply-parser PORTVERSION= 0.5.12 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-email-validator/Makefile b/mail/py-email-validator/Makefile index 5978e993bc0d..1807f702b69a 100644 --- a/mail/py-email-validator/Makefile +++ b/mail/py-email-validator/Makefile @@ -1,5 +1,6 @@ PORTNAME= email-validator DISTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-flufl.bounce/Makefile b/mail/py-flufl.bounce/Makefile index f9648e7c2ab9..3832c12cf923 100644 --- a/mail/py-flufl.bounce/Makefile +++ b/mail/py-flufl.bounce/Makefile @@ -1,6 +1,6 @@ PORTNAME= flufl.bounce PORTVERSION= 4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-fuglu/Makefile b/mail/py-fuglu/Makefile index ec75f73c0398..b5f8c86442b5 100644 --- a/mail/py-fuglu/Makefile +++ b/mail/py-fuglu/Makefile @@ -1,6 +1,6 @@ PORTNAME= fuglu PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-imap-tools/Makefile b/mail/py-imap-tools/Makefile index 98be5c4ffa8b..907bc97b14f1 100644 --- a/mail/py-imap-tools/Makefile +++ b/mail/py-imap-tools/Makefile @@ -1,5 +1,6 @@ PORTNAME= imap-tools PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-imapclient/Makefile b/mail/py-imapclient/Makefile index fcef0ff32e54..0fb6c222aac0 100644 --- a/mail/py-imapclient/Makefile +++ b/mail/py-imapclient/Makefile @@ -1,5 +1,6 @@ PORTNAME= imapclient DISTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-imaplib2/Makefile b/mail/py-imaplib2/Makefile index d5961a9242bf..4ac52a7c7271 100644 --- a/mail/py-imaplib2/Makefile +++ b/mail/py-imaplib2/Makefile @@ -1,5 +1,6 @@ PORTNAME= imaplib2 PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-mailnag/Makefile b/mail/py-mailnag/Makefile index d881ef2d4ce4..8af3e2b6d286 100644 --- a/mail/py-mailnag/Makefile +++ b/mail/py-mailnag/Makefile @@ -1,7 +1,7 @@ PORTNAME= mailnag DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-mailsuite/Makefile b/mail/py-mailsuite/Makefile index 45de2fa574c2..258431266141 100644 --- a/mail/py-mailsuite/Makefile +++ b/mail/py-mailsuite/Makefile @@ -1,5 +1,6 @@ PORTNAME= mailsuite DISTVERSION= 1.9.18 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-managesieve3/Makefile b/mail/py-managesieve3/Makefile index c0983f3b88b4..4128f89222b8 100644 --- a/mail/py-managesieve3/Makefile +++ b/mail/py-managesieve3/Makefile @@ -1,5 +1,6 @@ PORTNAME= managesieve3 PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-milter/Makefile b/mail/py-milter/Makefile index dd1f32eaedf4..9c8737bf219d 100644 --- a/mail/py-milter/Makefile +++ b/mail/py-milter/Makefile @@ -1,5 +1,6 @@ PORTNAME= milter PORTVERSION= 1.0.5 +PORTREVISION= 1 DISTVERSIONPREFIX= ${GH_PROJECT}- CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-notmuch/Makefile b/mail/py-notmuch/Makefile index 7b4477e369d8..7fdf191045ca 100644 --- a/mail/py-notmuch/Makefile +++ b/mail/py-notmuch/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-notmuch2/Makefile b/mail/py-notmuch2/Makefile index 992eb720d0a1..7d115ee744b5 100644 --- a/mail/py-notmuch2/Makefile +++ b/mail/py-notmuch2/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 0 diff --git a/mail/py-offlineimap3/Makefile b/mail/py-offlineimap3/Makefile index 4269deee7cbc..8f89e12ca98c 100644 --- a/mail/py-offlineimap3/Makefile +++ b/mail/py-offlineimap3/Makefile @@ -1,6 +1,7 @@ PORTNAME= offlineimap3 DISTVERSIONPREFIX= v DISTVERSION= 8.0.0-70 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g${GH_TAGNAME} CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-postfix-mta-sts-resolver/Makefile b/mail/py-postfix-mta-sts-resolver/Makefile index 4b045a5c09cf..0011029bb230 100644 --- a/mail/py-postfix-mta-sts-resolver/Makefile +++ b/mail/py-postfix-mta-sts-resolver/Makefile @@ -1,5 +1,6 @@ PORTNAME= postfix-mta-sts-resolver PORTVERSION= 1.4.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-premailer/Makefile b/mail/py-premailer/Makefile index 5a40cba6c1ab..784c98953fe8 100644 --- a/mail/py-premailer/Makefile +++ b/mail/py-premailer/Makefile @@ -1,5 +1,6 @@ PORTNAME= premailer PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-pymailq/Makefile b/mail/py-pymailq/Makefile index 76979e97e743..c1059778a424 100644 --- a/mail/py-pymailq/Makefile +++ b/mail/py-pymailq/Makefile @@ -1,6 +1,6 @@ PORTNAME= pymailq PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-pysasl/Makefile b/mail/py-pysasl/Makefile index a4aae94b5601..2e4bd8aa7657 100644 --- a/mail/py-pysasl/Makefile +++ b/mail/py-pysasl/Makefile @@ -1,5 +1,6 @@ PORTNAME= pysasl DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-python-slimta/Makefile b/mail/py-python-slimta/Makefile index 4b6f03e9126b..07bb0d3604c1 100644 --- a/mail/py-python-slimta/Makefile +++ b/mail/py-python-slimta/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-slimta PORTVERSION= 5.0.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-pyzmail/Makefile b/mail/py-pyzmail/Makefile index 50ac2065f94b..adb62b42ff01 100644 --- a/mail/py-pyzmail/Makefile +++ b/mail/py-pyzmail/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyzmail DISTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-rfc6555/Makefile b/mail/py-rfc6555/Makefile index 8c03a99679d5..5c1173bf6194 100644 --- a/mail/py-rfc6555/Makefile +++ b/mail/py-rfc6555/Makefile @@ -1,5 +1,6 @@ PORTNAME= rfc6555 PORTVERSION= 0.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-validate_email/Makefile b/mail/py-validate_email/Makefile index 10587f280ff0..8552a2aab504 100644 --- a/mail/py-validate_email/Makefile +++ b/mail/py-validate_email/Makefile @@ -1,5 +1,6 @@ PORTNAME= validate_email DISTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/pyzor/Makefile b/mail/pyzor/Makefile index 87e2eb9f370c..4beb5440aee3 100644 --- a/mail/pyzor/Makefile +++ b/mail/pyzor/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyzor PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/rss2email3/Makefile b/mail/rss2email3/Makefile index 733be6e76b43..6b116d4d4ef3 100644 --- a/mail/rss2email3/Makefile +++ b/mail/rss2email3/Makefile @@ -1,6 +1,7 @@ PORTNAME= rss2email DISTVERSIONPREFIX= v DISTVERSION= 3.14 +PORTREVISION= 1 CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/slimta/Makefile b/mail/slimta/Makefile index 98963a2d85ea..15083930e0e7 100644 --- a/mail/slimta/Makefile +++ b/mail/slimta/Makefile @@ -1,6 +1,6 @@ PORTNAME= slimta PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= PYPI |
