summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
committerwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
commit6110b3907a630ba5f56311a5b07f346b35648583 (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /mail
parente10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff)
downloadpkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
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/offlineimap/Makefile4
-rw-r--r--mail/py-libgmail/Makefile4
-rw-r--r--mail/py-spf/Makefile4
-rw-r--r--mail/tmda/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/mail/archivemail/Makefile b/mail/archivemail/Makefile
index a15abbc0a88..120ab7e4f40 100644
--- a/mail/archivemail/Makefile
+++ b/mail/archivemail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:12 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:10 wiz Exp $
DISTNAME= archivemail-0.9.0
PKGREVISION= 1
@@ -14,7 +14,7 @@ USE_LANGUAGES= # none
INSTALLATION_DIRS= share/archivemail
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.0
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 4ec1fb9e33e..e5cd6b1dcfd 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2014/01/25 10:45:19 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2014/05/09 07:37:10 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 # not yet ported as of 6.3.22
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 c189941cc68..fe7c9edacd2 100644
--- a/mail/getmail/Makefile
+++ b/mail/getmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2014/04/07 19:23:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.142 2014/05/09 07:37:10 wiz Exp $
DISTNAME= getmail-4.46.0
CATEGORIES= mail
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
REPLACE_PYTHON= *.py getmailcore/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.44.0
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 09071dc833b..dbac0f2bf8d 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2014/01/25 10:45:19 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2014/05/09 07:37:10 wiz Exp $
DISTNAME= mailman-2.1.14-1
PKGNAME= mailman-2.1.14.1
@@ -69,7 +69,7 @@ RCD_SCRIPTS= mailman
INSTALL_TEMPLATES+= ${FILESDIR}/INSTALL
DEINSTALL_TEMPLATES+= ${FILESDIR}/DEINSTALL
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.14.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 0c05001a2ac..19d7b7f8945 100644
--- a/mail/offlineimap/Makefile
+++ b/mail/offlineimap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2014/04/23 16:11:31 schmonz Exp $
+# $NetBSD: Makefile,v 1.26 2014/05/09 07:37:10 wiz Exp $
DISTNAME= offlineimap-6.5.5
@@ -19,7 +19,7 @@ INSTALLATION_DIRS= share/examples/offlineimap
EGG_NAME= ${PKGNAME_NOREV}
REPLACE_PYTHON= offlineimap/imaplib2.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 6.5.5
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 f6120e2a83c..c782b231fac 100644
--- a/mail/py-libgmail/Makefile
+++ b/mail/py-libgmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:12 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:10 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 # py-mechanize
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mechanize
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile
index 101a783a121..1e44a351bdb 100644
--- a/mail/py-spf/Makefile
+++ b/mail/py-spf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/02/15 17:20:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:10 wiz Exp $
VERSION= 2.0.8
DISTNAME= pyspf-${VERSION}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-dns>=0:../../net/py-dns
EGG_NAME= pyspf-${VERSION}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-dns
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-dns
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile
index 3e76493e066..e3dd49379f1 100644
--- a/mail/tmda/Makefile
+++ b/mail/tmda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2014/01/25 10:45:20 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2014/05/09 07:37:10 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 # not yet ported as of 1.1.12
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1.12
PKG_SYSCONFSUBDIR= ${PKGBASE}