diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
commit | 77e07989540405e14ae0f3af5dc2d76d75532797 (patch) | |
tree | 698d3960598fa1d41f5a80411323ce184dbefe95 /mail | |
parent | f192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff) | |
download | pkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz |
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'mail')
-rw-r--r-- | mail/archivemail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 | ||||
-rw-r--r-- | mail/getmail/Makefile | 4 | ||||
-rw-r--r-- | mail/mailman/Makefile | 4 | ||||
-rw-r--r-- | mail/py-libgmail/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird-enigmail/Makefile.common | 4 | ||||
-rw-r--r-- | mail/tmda/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/mail/archivemail/Makefile b/mail/archivemail/Makefile index 9cf7d4e4788..632991c8550 100644 --- a/mail/archivemail/Makefile +++ b/mail/archivemail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 14:12:41 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:19:56 adam Exp $ DISTNAME= archivemail-0.9.0 PKGREVISION= 2 @@ -14,7 +14,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= share/archivemail -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 52f1c79706b..92a5f56a51f 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2019/04/26 14:12:41 maya Exp $ +# $NetBSD: Makefile,v 1.101 2019/09/02 13:19:56 adam Exp $ DISTNAME= fetchmail-6.3.26 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -31,7 +31,7 @@ INSTALL_TARGET= install-pythonPYTHON PLIST_SUBST+= PYSITELIB=${PYSITELIB} REPLACE_PYTHON= fetchmailconf.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 6.3.22 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 a83f7f61ddd..229ad758f54 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.172 2019/08/19 16:59:55 schmonz Exp $ +# $NetBSD: Makefile,v 1.173 2019/09/02 13:19:56 adam Exp $ DISTNAME= getmail-5.14 CATEGORIES= mail @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none REPLACE_PYTHON= *.py getmailcore/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 4.53.0 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 aeb7d4547d9..d8bab959fe4 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2019/05/23 19:23:06 rillig Exp $ +# $NetBSD: Makefile,v 1.88 2019/09/02 13:19:56 adam Exp $ DISTNAME= mailman-2.1.29 PKGNAME= mailman-2.1.29 @@ -69,7 +69,7 @@ RCD_SCRIPTS= mailman INSTALL_TEMPLATES+= ${FILESDIR}/INSTALL DEINSTALL_TEMPLATES+= ${FILESDIR}/DEINSTALL -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.1.14.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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-libgmail/Makefile b/mail/py-libgmail/Makefile index d5d7cac3513..8d972cbf390 100644 --- a/mail/py-libgmail/Makefile +++ b/mail/py-libgmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 13:14:03 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:56 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= 36 37 # py-mechanize +PYTHON_VERSIONS_ACCEPTED= 27 # 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 3a807740fb4..f9577042861 100644 --- a/mail/thunderbird-enigmail/Makefile.common +++ b/mail/thunderbird-enigmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2019/07/20 22:52:49 wiz Exp $ +# $NetBSD: Makefile.common,v 1.26 2019/09/02 13:19:57 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= 36 37 # as of 1.8.2 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 060156c2b9e..6a2e2eed3a0 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2019/04/26 14:12:41 maya Exp $ +# $NetBSD: Makefile,v 1.63 2019/09/02 13:19:56 adam Exp $ DISTNAME= tmda-1.1.12 PKGREVISION= 6 @@ -13,7 +13,7 @@ COMMENT= Python-based SPAM reduction system REPLACE_PYTHON= ${TMDA_PROGRAMS} PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.1.12 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.1.12 PKG_SYSCONFSUBDIR= ${PKGBASE} |