summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
committeradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
commit3445d075bebfeeda915b20c358b79af5b9db8895 (patch)
treef5adf48498a05775bea8c492276fdbad87e6ff60 /mail
parent03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff)
downloadpkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'mail')
-rw-r--r--mail/archivemail/Makefile4
-rw-r--r--mail/fetchmailconf/Makefile4
-rw-r--r--mail/getmail/Makefile4
-rw-r--r--mail/mailman/Makefile4
-rw-r--r--mail/py-flufl.bounce/Makefile4
-rw-r--r--mail/py-libgmail/Makefile4
-rw-r--r--mail/thunderbird-enigmail/Makefile.common4
-rw-r--r--mail/tmda/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/mail/archivemail/Makefile b/mail/archivemail/Makefile
index b93ee2c96ea..4978136f0e5 100644
--- a/mail/archivemail/Makefile
+++ b/mail/archivemail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:45 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:22 adam Exp $
DISTNAME= archivemail-0.9.0
PKGREVISION= 1
@@ -14,7 +14,7 @@ USE_LANGUAGES= # none
INSTALLATION_DIRS= share/archivemail
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.9.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.9.0
post-install:
cd ${WRKSRC} && ${INSTALL_DATA} \
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index f6ffec91365..16789dcce26 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2018/05/22 09:23:33 triaxx Exp $
+# $NetBSD: Makefile,v 1.97 2018/07/03 05:03:22 adam Exp $
DISTNAME= fetchmail-6.3.26
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
@@ -30,7 +30,7 @@ INSTALL_TARGET= install-pythonPYTHON
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
REPLACE_PYTHON= fetchmailconf.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 6.3.22
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 6.3.22
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${DESTDIR}${PREFIX}/bin/fetchmailconf
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile
index e417a6466b0..3ab5b1e7ac2 100644
--- a/mail/getmail/Makefile
+++ b/mail/getmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.160 2018/04/03 03:23:28 schmonz Exp $
+# $NetBSD: Makefile,v 1.161 2018/07/03 05:03:23 adam Exp $
DISTNAME= getmail-5.6
CATEGORIES= mail
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
REPLACE_PYTHON= *.py getmailcore/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.53.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 4.53.0
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index 9d010a31f53..ebcd31a5e96 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2017/12/04 01:52:58 maya Exp $
+# $NetBSD: Makefile,v 1.81 2018/07/03 05:03:23 adam Exp $
DISTNAME= mailman-2.1.25
PKGNAME= mailman-2.1.25
@@ -68,7 +68,7 @@ RCD_SCRIPTS= mailman
INSTALL_TEMPLATES+= ${FILESDIR}/INSTALL
DEINSTALL_TEMPLATES+= ${FILESDIR}/DEINSTALL
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.1.14.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.1.14.1
REPLACE_PYTHON+= Mailman/Archiver/pipermail.py
REPLACE_PYTHON+= Mailman/Post.py
REPLACE_PYTHON+= bin/msgfmt.py
diff --git a/mail/py-flufl.bounce/Makefile b/mail/py-flufl.bounce/Makefile
index 5e5e9c50b46..a94a4340d71 100644
--- a/mail/py-flufl.bounce/Makefile
+++ b/mail/py-flufl.bounce/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/04/25 20:17:03 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/03 05:03:23 adam Exp $
DISTNAME= flufl.bounce-3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://launchpad.net/flufl.bounce/
COMMENT= Email bounce detectors
LICENSE= apache-2.0
-PYTHON_VERSIONS_ACCEPTED= 36 35 34
+PYTHON_VERSIONS_ACCEPTED= 37 36 35 34
DEPENDS+= ${PYPKGPREFIX}-atpublic-[0-9]*:../../devel/py-atpublic
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
diff --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile
index ed6f25690c0..aa7e0dc07f9 100644
--- a/mail/py-libgmail/Makefile
+++ b/mail/py-libgmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:45 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:23 adam Exp $
DISTNAME= libgmail-0.1.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-mechanize-[0-9]*:../../www/py-mechanize
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mechanize
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-mechanize
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/thunderbird-enigmail/Makefile.common b/mail/thunderbird-enigmail/Makefile.common
index 3a2cad87ae2..e8dae69b1d4 100644
--- a/mail/thunderbird-enigmail/Makefile.common
+++ b/mail/thunderbird-enigmail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2017/12/26 12:43:43 wiz Exp $
+# $NetBSD: Makefile.common,v 1.20 2018/07/03 05:03:23 adam Exp $
#
# used by mail/thunderbird-enigmail/Makefile
# used by mail/seamonkey-enigmail/Makefile
@@ -25,7 +25,7 @@ DISTINFO_FILE= ${.CURDIR}/../../mail/thunderbird-enigmail/distinfo
REPLACE_PERL+= util/fixlang.pl
REPLACE_PERL+= util/make-lang-xpi.pl
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.8.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 1.8.2
REPLACE_PYTHON+= util/checkFiles.py
REPLACE_PYTHON+= util/header.py
REPLACE_PYTHON+= util/typelib.py
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile
index 2f6fe0a44f9..3d431e0887e 100644
--- a/mail/tmda/Makefile
+++ b/mail/tmda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2017/12/24 10:18:20 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2018/07/03 05:03:23 adam Exp $
DISTNAME= tmda-1.1.12
PKGREVISION= 5
@@ -13,7 +13,7 @@ COMMENT= Python-based SPAM reduction system
REPLACE_PYTHON= ${TMDA_PROGRAMS}
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.1.12
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.1.12
PKG_SYSCONFSUBDIR= ${PKGBASE}