diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
commit | 73a050fbf4b1aba6dbcff75747e1766c48b302b6 (patch) | |
tree | 473944cd20a247c446b37ecb6fe2c4802cb044cd /mail | |
parent | 6724f0d53dfe6d56f8a0809e2414e88e0a55ab96 (diff) | |
download | pkgsrc-73a050fbf4b1aba6dbcff75747e1766c48b302b6.tar.gz |
Remove python33: adapt all packages that refer to it.
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/offlineimap/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 |
8 files changed, 16 insertions, 16 deletions
diff --git a/mail/archivemail/Makefile b/mail/archivemail/Makefile index a52dd228732..b89937aea66 100644 --- a/mail/archivemail/Makefile +++ b/mail/archivemail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:48 adam Exp $ +# $NetBSD: Makefile,v 1.19 2016/07/09 13:03:54 wiz Exp $ DISTNAME= archivemail-0.9.0 PKGREVISION= 1 @@ -14,7 +14,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= share/archivemail -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 cd35e977f62..3ea7c31f8ea 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2015/12/05 21:25:48 adam Exp $ +# $NetBSD: Makefile,v 1.93 2016/07/09 13:03:54 wiz Exp $ DISTNAME= fetchmail-6.3.22 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -31,7 +31,7 @@ INSTALL_TARGET= install-pythonPYTHON PLIST_SUBST+= PYSITELIB=${PYSITELIB} REPLACE_PYTHON= fetchmailconf.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 6.3.22 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 bcd608c98ff..b9afa5da649 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.146 2016/01/13 20:01:12 schmonz Exp $ +# $NetBSD: Makefile,v 1.147 2016/07/09 13:03:54 wiz Exp $ DISTNAME= getmail-4.49.0 CATEGORIES= mail @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none REPLACE_PYTHON= *.py getmailcore/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.44.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.44.0 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index c75c51d6f37..10bb66725eb 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2015/12/05 21:25:48 adam Exp $ +# $NetBSD: Makefile,v 1.78 2016/07/09 13:03:54 wiz Exp $ DISTNAME= mailman-2.1.20 PKGNAME= mailman-2.1.20 @@ -68,7 +68,7 @@ RCD_SCRIPTS= mailman INSTALL_TEMPLATES+= ${FILESDIR}/INSTALL DEINSTALL_TEMPLATES+= ${FILESDIR}/DEINSTALL -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.1.14.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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/offlineimap/Makefile b/mail/offlineimap/Makefile index e4ca0ba4173..eba5b8559c9 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:48 adam Exp $ +# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:54 wiz Exp $ DISTNAME= offlineimap-6.5.6 @@ -19,7 +19,7 @@ INSTALLATION_DIRS= share/examples/offlineimap EGG_NAME= ${PKGNAME_NOREV} REPLACE_PYTHON= offlineimap/imaplib2.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 6.5.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 6.5.5 post-install: .for f in offlineimap.conf offlineimap.conf.minimal diff --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile index de8fec0f103..be5908dea0e 100644 --- a/mail/py-libgmail/Makefile +++ b/mail/py-libgmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:48 adam Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:54 wiz 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= 33 34 35 # py-mechanize +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 91bd504415d..a56eeec4c08 100644 --- a/mail/thunderbird-enigmail/Makefile.common +++ b/mail/thunderbird-enigmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2016/06/06 12:17:44 wiz Exp $ +# $NetBSD: Makefile.common,v 1.9 2016/07/09 13:03:54 wiz Exp $ # used by mail/thunderbird-enigmail/Makefile # used by mail/seamonkey-enigmail/Makefile @@ -26,7 +26,7 @@ REPLACE_PERL+= config/getOsTarget.pl REPLACE_PERL+= util/fixlang.pl REPLACE_PERL+= util/make-lang-xpi.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 1.8.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 4488d22d2f8..ab452d050bb 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:48 adam Exp $ +# $NetBSD: Makefile,v 1.54 2016/07/09 13:03:54 wiz 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= 33 34 35 # not yet ported as of 1.1.12 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.1.12 PKG_SYSCONFSUBDIR= ${PKGBASE} |