Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2014 17:10:06 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371330 - in head/mail: archivemail ask automx courier-pythonfilter fetchmail getmail gmail-notify gml isbg libmapi lookout mailfmt mailtray mbox2imap mboxcheck-applet muttils nohtml no...
Message-ID:  <201410211710.s9LHA64e074881@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Tue Oct 21 17:10:06 2014
New Revision: 371330
URL: https://svnweb.freebsd.org/changeset/ports/371330
QAT: https://qat.redports.org/buildarchive/r371330/

Log:
  - Convert ports of mail/ to new USES=python
  
  Approved by:	portmgr (implicit)

Modified:
  head/mail/archivemail/Makefile
  head/mail/ask/Makefile
  head/mail/automx/Makefile
  head/mail/courier-pythonfilter/Makefile
  head/mail/fetchmail/Makefile
  head/mail/getmail/Makefile
  head/mail/gmail-notify/Makefile
  head/mail/gml/Makefile
  head/mail/isbg/Makefile
  head/mail/libmapi/Makefile
  head/mail/lookout/Makefile
  head/mail/mailfmt/Makefile
  head/mail/mailtray/Makefile
  head/mail/mbox2imap/Makefile
  head/mail/mboxcheck-applet/Makefile
  head/mail/muttils/Makefile
  head/mail/nohtml/Makefile
  head/mail/notmuch/Makefile
  head/mail/offlineimap/Makefile
  head/mail/postfix-policyd-spf-python/Makefile
  head/mail/py-Products.MailHost/Makefile
  head/mail/py-Products.SecureMailHost/Makefile
  head/mail/py-apolicy/Makefile
  head/mail/py-authres/Makefile
  head/mail/py-cyruslib/Makefile
  head/mail/py-libgmail/Makefile
  head/mail/py-milter/Makefile
  head/mail/py-ppolicy/Makefile
  head/mail/py-spambayes/Makefile
  head/mail/py-turbomail/Makefile
  head/mail/py-twistedMail/Makefile
  head/mail/py-zope.sendmail/Makefile
  head/mail/pymsgauth/Makefile
  head/mail/pysieved/Makefile
  head/mail/pyzor/Makefile
  head/mail/queue-repair/Makefile
  head/mail/rss2email3/Makefile
  head/mail/svnmailer/Makefile
  head/mail/tmda/Makefile
  head/mail/vmailmgr/Makefile

Modified: head/mail/archivemail/Makefile
==============================================================================
--- head/mail/archivemail/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/archivemail/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Archive or delete mail older than N days
 
-USE_PYTHON=	yes
+USES=		python
 NO_BUILD=	yes
 
 DOCS=		CHANGELOG FAQ NEWS README TODO

Modified: head/mail/ask/Makefile
==============================================================================
--- head/mail/ask/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/ask/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/a-s-k/${PORTNAME}-beta/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Anti Spam Killer content filtering
 
-USE_PYTHON=	yes
+USES=		python
 NO_BUILD=	yes
 
 ASKLIBDIR=	${PREFIX}/lib/${PORTNAME}

Modified: head/mail/automx/Makefile
==============================================================================
--- head/mail/automx/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/automx/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -20,7 +20,7 @@ GH_ACCOUNT=	sys4
 GH_TAGNAME=	v${PORTVERSION}
 GH_COMMIT=	2eb1c64
 
-USE_PYTHON=	yes
+USES=		python
 USE_GITHUB=	yes
 NO_BUILD=	yes
 PORTDATA=	*

Modified: head/mail/courier-pythonfilter/Makefile
==============================================================================
--- head/mail/courier-pythonfilter/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/courier-pythonfilter/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -11,8 +11,8 @@ COMMENT=	Framework for courier filter de
 
 BUILD_DEPENDS=	courier-config:${PORTSDIR}/mail/courier
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
+USES=		python
+USE_PYTHON=	distutils
 
 MAILOWN=	courier
 MAILGRP=	courier

Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/fetchmail/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+=	--enable-POP2
 .endif
 
 .if ${PORT_OPTIONS:MX11}
-USE_PYTHON_RUN=	yes
+USES+=		python:run
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter
 PLIST_SUB+=	NOX11="@comment "
 .else

Modified: head/mail/getmail/Makefile
==============================================================================
--- head/mail/getmail/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/getmail/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -12,8 +12,8 @@ COMMENT=	POP3/IMAP4 mail retriever with 
 
 LICENSE=	GPLv2
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=yes
+USES=		python:2
+USE_PYTHON=	distutils
 
 PORTDOCS=	README BUGS CHANGELOG THANKS TODO *.txt *.html *.css
 

Modified: head/mail/gmail-notify/Makefile
==============================================================================
--- head/mail/gmail-notify/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/gmail-notify/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -13,8 +13,7 @@ COMMENT=	GMail Notifier
 BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/x11-toolkits/py-gnome-extras:extract
 
 USE_GNOME=	pygtk2
-USE_PYTHON=	yes
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig python
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/mail/gml/Makefile
==============================================================================
--- head/mail/gml/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/gml/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -12,10 +12,9 @@ EXTRACT_SUFX=	.tar
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Mbox & Maildir to Gmail loader
 
-USE_PYTHON_RUN=	2
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
-USES=		dos2unix
+USES=		dos2unix python:2,run
 PLIST_FILES=	bin/${PORTNAME}
 
 PORTDOCS=	README

Modified: head/mail/isbg/Makefile
==============================================================================
--- head/mail/isbg/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/isbg/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -19,8 +19,8 @@ GH_ACCOUNT=	ook
 GH_COMMIT=	44f46f0
 
 NO_BUILD=	yes
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
+USES=		python
+USE_PYTHON=	distutils
 
 PLIST_FILES=	bin/${PORTNAME}.py
 

Modified: head/mail/libmapi/Makefile
==============================================================================
--- head/mail/libmapi/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/libmapi/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -23,8 +23,7 @@ CODENAME=	QUADRANT
 DOWNLOADCODE=	244
 
 USE_SQLITE=	3
-USES=		gmake pathfix pkgconfig shebangfix
-USE_PYTHON=	yes
+USES=		gmake pathfix pkgconfig python shebangfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/mail/lookout/Makefile
==============================================================================
--- head/mail/lookout/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/lookout/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://catb.org/~esr/looko
 MAINTAINER=	jmohacsi@bsd.hu
 COMMENT=	Convert Outlook97 addressbook export files to KDE KAB/GNOME gnomecard
 
-USE_PYTHON=	yes
+USES=		python
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/lookout man/man1/lookout.1.gz

Modified: head/mail/mailfmt/Makefile
==============================================================================
--- head/mail/mailfmt/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/mailfmt/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.tundraware.com/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Remove leading quotations from mail/news and wrap lines to fixed width
 
-USE_PYTHON=	yes
+USES=		python
 OPTIONS_DEFINE= DOCS
 
 post-install:

Modified: head/mail/mailtray/Makefile
==============================================================================
--- head/mail/mailtray/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/mailtray/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -11,7 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Display email status in tray
 
 USE_GNOME=	pygtk2
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USES=		python
+USE_PYTHON=	distutils
 
 .include <bsd.port.mk>

Modified: head/mail/mbox2imap/Makefile
==============================================================================
--- head/mail/mbox2imap/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/mbox2imap/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -13,7 +13,7 @@ EXTRACT_ONLY=	# none
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	Upload email stored in mbox file format to an IMAP server
 
-USE_PYTHON=	yes
+USES=		python
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/${PORTNAME}

Modified: head/mail/mboxcheck-applet/Makefile
==============================================================================
--- head/mail/mboxcheck-applet/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/mboxcheck-applet/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://perso.orange.fr/seb
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Mailbox checking applet for GNOME 2
 
-USE_PYTHON=	yes
+USES=		python
 USE_GNOME=	pygnome2:run
 NO_BUILD=	yes
 

Modified: head/mail/muttils/Makefile
==============================================================================
--- head/mail/muttils/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/muttils/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -15,10 +15,8 @@ CONFLICTS=	zh-wenju-[0-9]* talkfilters-[
 
 CHANGESET=	8bb26094df06
 WRKSRC=		${WRKDIR}/blacktrash-${PORTNAME}-${CHANGESET}
-USE_PYTHON_BUILD=	yes
-USE_PYTHON_RUN=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 PORTEXAMPLES=	*
 

Modified: head/mail/nohtml/Makefile
==============================================================================
--- head/mail/nohtml/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/nohtml/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.tundraware.com/
 MAINTAINER=	nohtml@tundraware.com
 COMMENT=	Strip HTML attachments from email
 
-USE_PYTHON=	yes
+USES=		python
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/mail/notmuch/Makefile
==============================================================================
--- head/mail/notmuch/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/notmuch/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -17,11 +17,10 @@ LIB_DEPENDS=	libgmime-2.6.so:${PORTSDIR}
 		libtalloc.so:${PORTSDIR}/devel/talloc
 
 HAS_CONFIGURE=	yes
-USES=		pkgconfig gmake
+USES=		pkgconfig python:build gmake
 CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
 USE_LDCONFIG=	yes
 
-USE_PYTHON_BUILD=	yes
 MAKE_ENV+=		PYTHONCMD=${PYTHON_CMD}
 
 .include <bsd.port.mk>

Modified: head/mail/offlineimap/Makefile
==============================================================================
--- head/mail/offlineimap/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/offlineimap/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -28,8 +28,8 @@ GH_ACCOUNT=	OfflineIMAP
 GH_TAGNAME=	v${DISTVERSION}
 GH_COMMIT=	8bc2f35
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USES=		python
+USE_PYTHON=	distutils
 
 DOC_FILES=	Changelog.maint.rst Changelog.rst \
 		docs/INSTALL.rst docs/MANUAL.rst \

Modified: head/mail/postfix-policyd-spf-python/Makefile
==============================================================================
--- head/mail/postfix-policyd-spf-python/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/postfix-policyd-spf-python/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -17,8 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipad
 		${PYTHON_PKGNAMEPREFIX}spf>0:${PORTSDIR}/mail/py-spf \
 		${PYTHON_PKGNAMEPREFIX}authres>0:${PORTSDIR}/mail/py-authres
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USES=		python
+USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	pypolicyd-spf
 
 PORTDOCS=	CHANGES \

Modified: head/mail/py-Products.MailHost/Makefile
==============================================================================
--- head/mail/py-Products.MailHost/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-Products.MailHost/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -13,9 +13,7 @@ COMMENT=	Zope.sendmail integration for Z
 
 LICENSE=	ZPL21
 
-USES=			zip
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python zip
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/mail/py-Products.SecureMailHost/Makefile
==============================================================================
--- head/mail/py-Products.SecureMailHost/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-Products.SecureMailHost/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -13,9 +13,7 @@ COMMENT=	Reimplementation of the standar
 
 LICENSE=	ZPL21
 
-USES=		zip
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python zip
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/mail/py-apolicy/Makefile
==============================================================================
--- head/mail/py-apolicy/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-apolicy/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -16,9 +16,8 @@ COMMENT=	ACL system for Postfix, as a po
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/spf.py:${PORTSDIR}/mail/py-spf \
 		${PYTHON_SITELIBDIR}/IPy.py:${PORTSDIR}/net-mgmt/py-ipy
 
-USES=		twisted
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
+USES=		python twisted
+USE_PYTHON=	distutils
 NO_BUILD=	yes
 USE_RC_SUBR=	apolicyd
 

Modified: head/mail/py-authres/Makefile
==============================================================================
--- head/mail/py-authres/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-authres/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -12,8 +12,8 @@ COMMENT=	Python module for RFC 5451 Auth
 
 LICENSE=	APACHE20
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USES=		python
+USE_PYTHON=	distutils
 
 PLIST_SUB+=	PORTNAME=${PORTNAME}
 

Modified: head/mail/py-cyruslib/Makefile
==============================================================================
--- head/mail/py-cyruslib/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-cyruslib/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -1,24 +1,24 @@
 # Created by: Dmitriy Kirhlarov <dimma@higis.ru>
 # $FreeBSD$
 
-PORTNAME=		cyruslib
-PORTVERSION=		0.5
-CATEGORIES=		mail net python
-MASTER_SITES=		http://oss.netfarm.it/download/
-PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
-DISTNAME=		${PORTNAME}.py
+PORTNAME=	cyruslib
+PORTVERSION=	0.5
+CATEGORIES=	mail net python
+MASTER_SITES=	http://oss.netfarm.it/download/
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME}.py
 EXTRACT_SUFX=
 
-MAINTAINER=		dimma@higis.ru
-COMMENT=		Cyrus imapd library for Python
+MAINTAINER=	dimma@higis.ru
+COMMENT=	Cyrus imapd library for Python
 
-NO_BUILD=		yes
-NO_WRKSUBDIR=		yes
-USE_PYTHON=		yes
-USE_PYTHON_PREFIX=	yes
-BINMODE=		644
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+USES=		python
+USE_PYTHON=	pythonprefix
+BINMODE=	644
 
-PLIST_FILES=		%%PYTHON_SITELIBDIR%%/${DISTNAME}
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${DISTNAME}
 
 do-extract:
 	${MKDIR} ${WRKDIR}

Modified: head/mail/py-libgmail/Makefile
==============================================================================
--- head/mail/py-libgmail/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-libgmail/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -13,8 +13,7 @@ COMMENT=	Library to provide access to Gm
 BUILD_DEPENDS=	py*-mechanize>=0:${PORTSDIR}/www/py-mechanize
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/mail/py-milter/Makefile
==============================================================================
--- head/mail/py-milter/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-milter/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -22,8 +22,7 @@ LIB_DEPENDS=	libmilter.so:${PORTSDIR}/ma
 PYPORTNAME=	${PKGNAMEPREFIX:C/[0-9]+-//}${PORTNAME}
 
 DIST_SUBDIR=	python
-USE_PYTHON=	2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/mail/py-ppolicy/Makefile
==============================================================================
--- head/mail/py-ppolicy/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-ppolicy/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -13,10 +13,8 @@ COMMENT=	PPolicy is tool for extending P
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython
 
-USES=		twisted
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python twisted
+USE_PYTHON=	distutils autoplist
 NO_BUILD=	yes
 USE_RC_SUBR=	ppolicyd
 DOCSDIR?=	${PREFIX}/share/doc/py-${PORTNAME}

Modified: head/mail/py-spambayes/Makefile
==============================================================================
--- head/mail/py-spambayes/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-spambayes/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -17,9 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bsdd
 		${PYTHON_PKGNAMEPREFIX}dns>=2.0:${PORTSDIR}/dns/py-dns \
 		${PYTHON_PKGNAMEPREFIX}lockfile>=0.2:${PORTSDIR}/devel/py-lockfile
 
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 
 USE_RC_SUBR=	pyspamd
 

Modified: head/mail/py-turbomail/Makefile
==============================================================================
--- head/mail/py-turbomail/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-turbomail/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -18,8 +18,7 @@ LICENSE=	MIT
 BUILD_DEPENDS=	tg-admin:${PORTSDIR}/www/py-turbogears
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/mail/py-twistedMail/Makefile
==============================================================================
--- head/mail/py-twistedMail/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-twistedMail/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -14,9 +14,7 @@ COMMENT=	SMTP, IMAP, and POP protocol im
 
 LICENSE=	MIT
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
-USES=		tar:bzip2 twisted:names
+USE_PYTHON=	distutils autoplist
+USES=		python:2 tar:bzip2 twisted:names
 
 .include <bsd.port.mk>

Modified: head/mail/py-zope.sendmail/Makefile
==============================================================================
--- head/mail/py-zope.sendmail/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/py-zope.sendmail/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -21,8 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tran
 		${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security
 
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/mail/pymsgauth/Makefile
==============================================================================
--- head/mail/pymsgauth/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/pymsgauth/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -10,9 +10,8 @@ MASTER_SITES=	http://pyropus.ca/software
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Automatically process qsecretary confirmation requests
 
-USES=		shebangfix
+USES=		python shebangfix
 SHEBANG_FILES=	pymsgauth-clean pymsgauth-confirm pymsgauth-mail
-USE_PYTHON=	yes
 NO_BUILD=	yes
 
 SUB_FILES=	pkg-message

Modified: head/mail/pysieved/Makefile
==============================================================================
--- head/mail/pysieved/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/pysieved/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -11,8 +11,7 @@ MASTER_SITES=	http://ports.internal.vlin
 MAINTAINER=	dsh@wizard.volgograd.ru
 COMMENT=	Python Managesieve Server
 
-USES=	tar:bzip2
-USE_PYTHON=	yes
+USES=		python tar:bzip2
 USE_RC_SUBR=	${PORTNAME}
 
 PORTEXAMPLES=	pysieved.xinetd

Modified: head/mail/pyzor/Makefile
==============================================================================
--- head/mail/pyzor/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/pyzor/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -12,10 +12,8 @@ COMMENT=	Collaborative, networked system
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/py-gdbm
 
-USES=	tar:bzip2
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python tar:bzip2
+USE_PYTHON=	distutils autoplist
 
 PLIST_FILES=	man/man1/pyzor.1.gz \
 		man/man1/pyzord.1.gz

Modified: head/mail/queue-repair/Makefile
==============================================================================
--- head/mail/queue-repair/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/queue-repair/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -12,7 +12,7 @@ COMMENT=	Qmail queue diagnostic and repa
 
 LICENSE=	GPLv2
 
-USE_PYTHON=	yes
+USES=		python
 
 OPTIONS_DEFINE=		DOCS QMAIL_PORT
 OPTIONS_DEFAULT=	QMAIL_PORT

Modified: head/mail/rss2email3/Makefile
==============================================================================
--- head/mail/rss2email3/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/rss2email3/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -20,9 +20,8 @@ GH_PROJECT=	${PORTNAME}
 GH_TAGNAME=	v${DISTVERSION}
 GH_COMMIT=	2b7d0b6
 
-USE_PYTHON=	3.2+
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=yes
+USES=		python:3.2+
+USE_PYTHON=	distutils autoplist
 
 CONFLICTS_INSTALL=	py*-rss2email-2.*
 

Modified: head/mail/svnmailer/Makefile
==============================================================================
--- head/mail/svnmailer/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/svnmailer/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -14,9 +14,8 @@ COMMENT=	Tool to post subversion reposit
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subversion>0:${PORTSDIR}/devel/py-subversion
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		tar:bzip2
-USE_PYTHON=	2
-USE_PYDISTUTILS=	yes
+USES=		python:2 tar:bzip2
+USE_PYTHON=	distutils
 PYDISTUTILS_PKGVERSION=	${DISTVERSION}
 
 PORTDOCS=	*

Modified: head/mail/tmda/Makefile
==============================================================================
--- head/mail/tmda/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/tmda/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -16,7 +16,7 @@ COMMENT=	Python-based SPAM reduction sys
 OPTIONS_DEFINE=	CDB DOCS EXAMPLES
 CDB_RUN_DEPENDS=${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb
 
-USE_PYTHON=	yes
+USES=		python
 
 SUB_FILES=	pkg-message
 

Modified: head/mail/vmailmgr/Makefile
==============================================================================
--- head/mail/vmailmgr/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
+++ head/mail/vmailmgr/Makefile	Tue Oct 21 17:10:06 2014	(r371330)
@@ -13,9 +13,8 @@ COMMENT=	Virtual domain manager for qmai
 
 
 # get python paths (PYTHON_SITELIBDIR) in case we install the python API
-USES=			gmake perl5
+USES=			gmake perl5 python
 USE_AUTOTOOLS=		autoconf autoheader automake aclocal
-USE_PYTHON=		yes
 USE_PERL5=		build
 AUTOMAKE_ARGS+=		--add-missing -Wno-portability
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410211710.s9LHA64e074881>