svn commit: r371450 - in head: net-im/centerim-devel net-im/cjc net-im/emesene net-im/empathy net-im/fugu net-im/hotot net-im/libtelepathy net-im/papyon net-im/pebrot net-im/py-jabber net-im/py-jab...
Marcus von Appen
mva at FreeBSD.org
Fri Oct 24 16:30:06 UTC 2014
Author: mva
Date: Fri Oct 24 16:29:51 2014
New Revision: 371450
URL: https://svnweb.freebsd.org/changeset/ports/371450
QAT: https://qat.redports.org/buildarchive/r371450/
Log:
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
Modified:
head/net-im/centerim-devel/Makefile
head/net-im/cjc/Makefile
head/net-im/emesene/Makefile
head/net-im/empathy/Makefile
head/net-im/fugu/Makefile
head/net-im/hotot/Makefile
head/net-im/libtelepathy/Makefile
head/net-im/papyon/Makefile
head/net-im/pebrot/Makefile
head/net-im/py-jabber/Makefile
head/net-im/py-jabberbot/Makefile
head/net-im/py-libturpial/Makefile
head/net-im/py-punjab/Makefile
head/net-im/py-pyxmpp/Makefile
head/net-im/py-skype4py/Makefile
head/net-im/py-twistedWords/Makefile
head/net-im/py-xmpppy-irc/Makefile
head/net-im/py-xmpppy-yahoo/Makefile
head/net-im/py-xmpppy/Makefile
head/net-im/telepathy-butterfly/Makefile
head/net-im/telepathy-farsight/Makefile
head/net-im/telepathy-gabble/Makefile
head/net-im/telepathy-idle/Makefile
head/net-im/telepathy-python/Makefile
head/net-im/telepathy-qt4/Makefile
head/net-im/telepathy-salut/Makefile
head/net-im/turpial/Makefile
head/net-mgmt/collectd/Makefile
head/net-mgmt/collectd5/Makefile
head/net-mgmt/flow-tools-ng/Makefile
head/net-mgmt/flow-tools/Makefile
head/net-mgmt/nagios-check_smartmon/Makefile
head/net-mgmt/nagstamon/Makefile
head/net-mgmt/ndpmon/Makefile
head/net-mgmt/py-flowtools/Makefile
head/net-mgmt/py-ipcalc/Makefile
head/net-mgmt/py-ipy/Makefile
head/net-mgmt/py-pyang/Makefile
head/net-mgmt/py-snmp4-apps/Makefile
head/net-mgmt/py-snmp4-mibs/Makefile
head/net-mgmt/py-snmp4/Makefile
head/net-mgmt/py-yapsnmp/Makefile
head/net-mgmt/virtinst/Makefile
head/net-p2p/bitmessage/Makefile
head/net-p2p/btqueue/Makefile
head/net-p2p/libtorrent-rasterbar-python/Makefile
head/net-p2p/py-kenosis/Makefile
head/net-p2p/py-py2play/Makefile
head/net-p2p/py-vertex/Makefile
Modified: head/net-im/centerim-devel/Makefile
==============================================================================
--- head/net-im/centerim-devel/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/centerim-devel/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -16,8 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
-USE_PYTHON_RUN= yes
-USES= iconv gmake perl5 pkgconfig shebangfix
+USES= iconv gmake perl5 pkgconfig python:run shebangfix
USE_PERL5= run
USE_OPENSSL= yes
GNU_CONFIGURE= yes
Modified: head/net-im/cjc/Makefile
==============================================================================
--- head/net-im/cjc/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/cjc/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -18,9 +18,8 @@ GH_ACCOUNT= Jajcus
WRKSRC= ${WRKDIR}/${DISTNAME}
-USES= shebangfix
+USES= python:2 shebangfix
SHEBANG_FILES= cjc.in cjc.py cjc/main.py
-USE_PYTHON= 2
PORTDOCS= *
Modified: head/net-im/emesene/Makefile
==============================================================================
--- head/net-im/emesene/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/emesene/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -17,8 +17,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/dbus
RUN_DEPENDS:= ${BUILD_DEPENDS}
PROJECTHOST= bsdistfiles
-USE_PYTHON= yes
-USES= gettext desktop-file-utils
+USES= gettext desktop-file-utils python
USE_GNOME= pygtk2
USE_GSTREAMER= python
INSTALLS_ICONS= yes
Modified: head/net-im/empathy/Makefile
==============================================================================
--- head/net-im/empathy/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/empathy/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -30,14 +30,13 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon
CONFLICTS= empathy-3.[0-9]*
-USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
+USES= gettext gmake libtool pathfix pkgconfig python tar:bzip2
USE_LDCONFIG= yes
USE_GNOME= evolutiondataserver gnomeprefix pygtk2
GNU_CONFIGURE= yes
USE_GSTREAMER= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
-USE_PYTHON= yes
MAKE_JOBS_UNSAFE=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/net-im/fugu/Makefile
==============================================================================
--- head/net-im/fugu/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/fugu/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -15,8 +15,7 @@ LICENSE= GPLv2
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw
USE_OPENSSL= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
Modified: head/net-im/hotot/Makefile
==============================================================================
--- head/net-im/hotot/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/hotot/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -16,8 +16,7 @@ GH_ACCOUNT= lyricat
GH_PROJECT= Hotot
GH_COMMIT= 1f68d33
-USES= cmake gettext
-USE_PYTHON= yes
+USES= cmake gettext python
USE_GNOME= intltool
INSTALLS_ICONS= yes
Modified: head/net-im/libtelepathy/Makefile
==============================================================================
--- head/net-im/libtelepathy/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/libtelepathy/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -13,8 +13,7 @@ COMMENT= Flexible Communications Framewo
LIB_DEPENDS= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-USE_PYTHON_BUILD= yes
-USES= gmake libtool:keepla pkgconfig
+USES= gmake libtool:keepla pkgconfig python:build
USE_LDCONFIG= yes
USE_GNOME= gnomehack glib20 libxslt:build
GNU_CONFIGURE= yes
Modified: head/net-im/papyon/Makefile
==============================================================================
--- head/net-im/papyon/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/papyon/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -21,7 +21,7 @@ RUN_DEPENDS= py*-openssl>0:${PORTSDIR}/s
${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2
USE_GNOME= pygobject
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+USE_PYTHON= distutils
.include <bsd.port.mk>
Modified: head/net-im/pebrot/Makefile
==============================================================================
--- head/net-im/pebrot/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/pebrot/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -10,8 +10,7 @@ MASTER_SITES= SF
MAINTAINER= kevlo at FreeBSD.org
COMMENT= Text-based MSN messenger client
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
Modified: head/net-im/py-jabber/Makefile
==============================================================================
--- head/net-im/py-jabber/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/py-jabber/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -11,9 +11,8 @@ DISTNAME= jabberpy-${PORTVERSION}-0
MAINTAINER= flz at FreeBSD.org
COMMENT= Python Jabber library
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/jabber.pth
post-install:
Modified: head/net-im/py-jabberbot/Makefile
==============================================================================
--- head/net-im/py-jabberbot/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/py-jabberbot/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -15,9 +15,8 @@ LICENSE= GPLv3
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmpppy>0:${PORTSDIR}/net-im/py-xmpppy
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2
+USE_PYTHON= distutils autoplist
post-patch:
@${GREP} -lr '/usr/bin/python' ${WRKSRC} | \
Modified: head/net-im/py-libturpial/Makefile
==============================================================================
--- head/net-im/py-libturpial/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/py-libturpial/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -17,9 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simp
${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:${PORTSDIR}/net/py-oauth \
${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:${PORTSDIR}/www/py-requests
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2
+USE_PYTHON= distutils autoplist
post-extract:
${RM} -r ${WRKSRC}/tests
Modified: head/net-im/py-punjab/Makefile
==============================================================================
--- head/net-im/py-punjab/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/py-punjab/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -11,10 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports at FreeBSD.org
COMMENT= HTTP XMPP client interface
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
-USES= twisted:words,web,conch,names
+USE_PYTHON= distutils autoplist
+USES= python twisted:words,web,conch,names
PORTDOCS= README.txt INSTALL.txt PKG-INFO
Modified: head/net-im/py-pyxmpp/Makefile
==============================================================================
--- head/net-im/py-pyxmpp/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/py-pyxmpp/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -23,11 +23,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GITHUB= yes
GH_ACCOUNT= Jajcus
-USES= shebangfix
+USES= python shebangfix
SHEBANG_FILES= auxtools/*.py examples/*.py tests/*.py utils/*.py
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e \
Modified: head/net-im/py-skype4py/Makefile
==============================================================================
--- head/net-im/py-skype4py/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/py-skype4py/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -13,9 +13,7 @@ COMMENT= Skype (TM) API wrapper for Pyth
LICENSE= BSD3CLAUSE
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
-USES= zip
+USES= python:2 zip
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
Modified: head/net-im/py-twistedWords/Makefile
==============================================================================
--- head/net-im/py-twistedWords/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/py-twistedWords/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -14,9 +14,7 @@ COMMENT= Twisted Words has more chat tha
LICENSE= MIT
-USE_PYTHON= 2
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
-USES= tar:bzip2 twisted
+USE_PYTHON= distutils autoplist
+USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>
Modified: head/net-im/py-xmpppy-irc/Makefile
==============================================================================
--- head/net-im/py-xmpppy-irc/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/py-xmpppy-irc/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -15,7 +15,7 @@ COMMENT= Xmpp to irc transport
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xmpp/__init__.py:${PORTSDIR}/net-im/py-xmpppy \
${PYTHON_PKGNAMEPREFIX}irc>0:${PORTSDIR}/irc/py-irc
-USE_PYTHON= yes
+USES= python
NO_BUILD= yes
FILES= irc.py jep0106.py jep0133.py test_jep0106.py
PFILES= ${FILES:S.^.%%PYTHON_SITELIBDIR%%/xmpp/irc/.}
Modified: head/net-im/py-xmpppy-yahoo/Makefile
==============================================================================
--- head/net-im/py-xmpppy-yahoo/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/py-xmpppy-yahoo/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -19,7 +19,7 @@ EJABBERD_DESC= transport with ejabberd
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xmpp/__init__.py:${PORTSDIR}/net-im/py-xmpppy \
${PYTHON_SITELIBDIR}/DNS/__init__.py:${PORTSDIR}/dns/py-dns
-USE_PYTHON= yes
+USES= python
NO_BUILD= yes
FILES= adhoc.py config.py jep0133.py roomlist.py xmlconfig.py \
yahoo_helpers.py avatar.py htmlutils.py migratespool.py toolbox.py \
Modified: head/net-im/py-xmpppy/Makefile
==============================================================================
--- head/net-im/py-xmpppy/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/py-xmpppy/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -14,8 +14,8 @@ COMMENT= Python library that provides ea
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.7.1:${PORTSDIR}/dns/py-dnspython
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+USE_PYTHON= distutils
post-patch:
@${GREP} -lr '/usr/bin/python' ${WRKSRC} | \
Modified: head/net-im/telepathy-butterfly/Makefile
==============================================================================
--- head/net-im/telepathy-butterfly/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/telepathy-butterfly/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -16,9 +16,8 @@ BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/pap
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/papyon/__init__.py:${PORTSDIR}/net-im/papyon \
${PYTHON_SITELIBDIR}/telepathy/__init__.py:${PORTSDIR}/net-im/telepathy-python
-USE_PYTHON= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX}
-USES= gmake
+USES= gmake python
.include <bsd.port.mk>
Modified: head/net-im/telepathy-farsight/Makefile
==============================================================================
--- head/net-im/telepathy-farsight/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/telepathy-farsight/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -16,9 +16,8 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDI
libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2
GNU_CONFIGURE= yes
-USES= gmake libtool pkgconfig
+USES= gmake libtool pkgconfig python
USE_LDCONFIG= yes
-USE_PYTHON= yes
USE_GNOME= gnomehack glib20 libxslt:build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
Modified: head/net-im/telepathy-gabble/Makefile
==============================================================================
--- head/net-im/telepathy-gabble/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/telepathy-gabble/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -23,11 +23,10 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca
PORTSCOUT= limitw:1,even
GNU_CONFIGURE= yes
-USES= alias gmake libtool pathfix pkgconfig
+USES= alias gmake libtool pathfix pkgconfig python:build
USE_GNOME= glib20 libxslt:build
USE_SQLITE= yes
USE_OPENSSL= yes
-USE_PYTHON_BUILD= yes
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
PLIST_SUB= PVERSION=${PORTVERSION}
Modified: head/net-im/telepathy-idle/Makefile
==============================================================================
--- head/net-im/telepathy-idle/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/telepathy-idle/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -14,10 +14,9 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/
libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
GNU_CONFIGURE= yes
-USES= gmake libtool pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig python:build
USE_OPENSSL= yes
USE_GNOME= glib20 libxslt:build
-USE_PYTHON_BUILD=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/net-im/telepathy-python/Makefile
==============================================================================
--- head/net-im/telepathy-python/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/telepathy-python/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -14,8 +14,7 @@ COMMENT= Python bindings for the Telepat
BUILD_DEPENDS= py2?-dbus>=0:${PORTSDIR}/devel/py-dbus
RUN_DEPENDS= py2?-dbus>=0:${PORTSDIR}/devel/py-dbus
-USE_PYTHON= 2
-USES= gmake
+USES= gmake python:2
USE_GNOME= libxslt:build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/net-im/telepathy-qt4/Makefile
==============================================================================
--- head/net-im/telepathy-qt4/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/telepathy-qt4/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -17,10 +17,9 @@ LIB_DEPENDS= libtelepathy-farsight.so:${
USE_GNOME= libxslt:build
USE_GSTREAMER= yes
-USE_PYTHON_BUILD= yes
USE_QT4= corelib dbus gui network qtestlib_build xml \
moc_build qmake_build rcc_build uic_build
-USES= cmake pkgconfig
+USES= cmake pkgconfig python:build
CMAKE_ARGS= -DENABLE_FARSIGHT:BOOL=True \
-DENABLE_TESTS:BOOL=False
USE_LDCONFIG= yes
Modified: head/net-im/telepathy-salut/Makefile
==============================================================================
--- head/net-im/telepathy-salut/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/telepathy-salut/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -15,10 +15,9 @@ LIB_DEPENDS= libavahi-glib.so:${PORTSDIR
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
GNU_CONFIGURE= yes
-USES= gmake libtool pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig python:build
USE_GNOME= glib20 libxslt:build
USE_OPENSSL= yes
-USE_PYTHON_BUILD= yes
USE_SQLITE= 3
CONFIGURE_ARGS= --disable-Werror --enable-avahi-tests=no
CPPFLAGS+= ${PTHREAD_CFLAGS}
Modified: head/net-im/turpial/Makefile
==============================================================================
--- head/net-im/turpial/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-im/turpial/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -18,9 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}noti
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:${PORTSDIR}/devel/py-Jinja2 \
${PYTHON_PKGNAMEPREFIX}libturpial>=1.7.0:${PORTSDIR}/net-im/py-libturpial
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2
+USE_PYTHON= distutils autoplist
INSTALLS_ICONS= yes
PYQT4_PORTS= core gui network phonon webkit
Modified: head/net-mgmt/collectd/Makefile
==============================================================================
--- head/net-mgmt/collectd/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/collectd/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -352,7 +352,7 @@ PLIST_SUB+= PING="@comment "
.endif
.if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON= yes
+USES+= python
CONFIGURE_ARGS+=--enable-python --with-python=${PYTHON_CMD}
PLIST_SUB+= PYTHON=""
.else
Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/collectd5/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -317,7 +317,7 @@ PLIST_SUB+= PING="@comment "
.endif
.if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON= yes
+USES+= python
CONFIGURE_ARGS+=--with-python=${PYTHON_CMD} --enable-python
PLIST_SUB+= PYTHON=""
.else
Modified: head/net-mgmt/flow-tools-ng/Makefile
==============================================================================
--- head/net-mgmt/flow-tools-ng/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/flow-tools-ng/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -26,9 +26,8 @@ OPENSSL_USE= OPENSSL=yes
CONFLICTS= flow-tools-[0-9]*
-USES= gmake libtool tar:bzip2
+USES= gmake libtool python:run tar:bzip2
USE_LDCONFIG= yes
-USE_PYTHON_RUN= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
Modified: head/net-mgmt/flow-tools/Makefile
==============================================================================
--- head/net-mgmt/flow-tools/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/flow-tools/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -16,8 +16,8 @@ OPTIONS_DEFINE= MYSQL OPENSSL PGSQL
CONFLICTS= flow-tools-ng-[0-9]*
+USES= python:run
USE_GCC= any
-USE_PYTHON_RUN= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--localstatedir="${PREFIX}"
Modified: head/net-mgmt/nagios-check_smartmon/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_smartmon/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/nagios-check_smartmon/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -13,7 +13,7 @@ COMMENT= Nagios plug-in to get status fr
RUN_DEPENDS= ${LOCALBASE}/sbin/smartctl:${PORTSDIR}/sysutils/smartmontools
-USE_PYTHON= yes
+USES= python
NO_BUILD= yes
do-install:
Modified: head/net-mgmt/nagstamon/Makefile
==============================================================================
--- head/net-mgmt/nagstamon/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/nagstamon/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -15,8 +15,8 @@ LICENSE= GPLv2
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
-USE_PYTHON= 2
-USE_PYDISTUTILS=yes
+USES= python:2
+USE_PYTHON= distutils
USE_GNOME= pygtk2 librsvg2
WRKSRC= ${WRKDIR}/Nagstamon
Modified: head/net-mgmt/ndpmon/Makefile
==============================================================================
--- head/net-mgmt/ndpmon/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/ndpmon/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -23,7 +23,7 @@ MACRESOLV_DESC= Enable MAC Manufacturer
.if ${PORT_OPTIONS:MPY4SUITE}
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Ft/Xml/Domlette.py:${PORTSDIR}/textproc/py-4suite-xml
-USE_PYTHON= yes
+USES+= python
PLIST_SUB+= PY=""
.else
PLIST_SUB+= PY="@comment "
Modified: head/net-mgmt/py-flowtools/Makefile
==============================================================================
--- head/net-mgmt/py-flowtools/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/py-flowtools/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -18,9 +18,8 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
PROJECTHOST= py${PORTNAME}
Modified: head/net-mgmt/py-ipcalc/Makefile
==============================================================================
--- head/net-mgmt/py-ipcalc/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/py-ipcalc/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt at FreeBSD.org
COMMENT= Module to perform IP subnet calculations
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= python
+USE_PYTHON= distutils
.include <bsd.port.mk>
Modified: head/net-mgmt/py-ipy/Makefile
==============================================================================
--- head/net-mgmt/py-ipy/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/py-ipy/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -12,9 +12,8 @@ DISTNAME= IPy-${PORTVERSION}
MAINTAINER= wen at FreeBSD.org
COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
test: install
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
Modified: head/net-mgmt/py-pyang/Makefile
==============================================================================
--- head/net-mgmt/py-pyang/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/py-pyang/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -12,8 +12,8 @@ COMMENT= Validator and code generator fo
LICENSE= BSD
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= python
+USE_PYTHON= distutils
DATADIR= ${PREFIX}/share/yang
Modified: head/net-mgmt/py-snmp4-apps/Makefile
==============================================================================
--- head/net-mgmt/py-snmp4-apps/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/py-snmp4-apps/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -16,9 +16,8 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:${PORTSDIR}/net-mgmt/py-snmp4
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
Modified: head/net-mgmt/py-snmp4-mibs/Makefile
==============================================================================
--- head/net-mgmt/py-snmp4-mibs/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/py-snmp4-mibs/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -17,9 +17,8 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:${PORTSDIR}/net-mgmt/py-snmp4
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
Modified: head/net-mgmt/py-snmp4/Makefile
==============================================================================
--- head/net-mgmt/py-snmp4/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/py-snmp4/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -17,9 +17,8 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.2:${PORTSDIR}/devel/py-asn1 \
${PYTHON_PKGNAMEPREFIX}pycrypto>=2.4.1:${PORTSDIR}/security/py-pycrypto
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
Modified: head/net-mgmt/py-yapsnmp/Makefile
==============================================================================
--- head/net-mgmt/py-yapsnmp/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/py-yapsnmp/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -16,8 +16,7 @@ LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/n
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gmake libtool
-USE_PYTHON= yes
+USES= gmake libtool python
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR}
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/net-mgmt/virtinst/Makefile
==============================================================================
--- head/net-mgmt/virtinst/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-mgmt/virtinst/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -14,9 +14,8 @@ COMMENT= Module to help in starting inst
LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.9.1:${PORTSDIR}/www/py-urlgrabber
-USES= gettext
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= gettext python
+USE_PYTHON= distutils
post-patch:
${REINPLACE_CMD} 's|share/man|man|g' \
Modified: head/net-p2p/bitmessage/Makefile
==============================================================================
--- head/net-p2p/bitmessage/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-p2p/bitmessage/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -22,8 +22,8 @@ GH_PROJECT= PyBitmessage
GH_COMMIT= ab49373
GH_TAGNAME= v${PORTVERSION}
+USES= python
USE_OPENSSL= yes
-USE_PYTHON= yes
INSTALLS_ICONS= yes
post-patch:
Modified: head/net-p2p/btqueue/Makefile
==============================================================================
--- head/net-p2p/btqueue/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-p2p/btqueue/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -14,8 +14,8 @@ COMMENT= Alternative BitTorrent client w
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb
CONFLICTS= py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent*
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= python
+USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= BTQueue
DATADIR= ${PREFIX}/share/BTQueue
Modified: head/net-p2p/libtorrent-rasterbar-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-python/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-p2p/libtorrent-rasterbar-python/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -15,8 +15,8 @@ BUILD_WRKSRC= ${WRKSRC}/bindings/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
SLAVE_PORT= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= python_libtorrent
PLIST= ${NONEXISTENT}
Modified: head/net-p2p/py-kenosis/Makefile
==============================================================================
--- head/net-p2p/py-kenosis/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-p2p/py-kenosis/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -15,9 +15,8 @@ LICENSE= MIT
RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/xmlrpclib.py:${PORTSDIR}/net/py-xmlrpclib
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
PYSETUP= ${PORTNAME}_setup.py
PORTSCOUT= skipv:0.941 # Older version than the current one
Modified: head/net-p2p/py-py2play/Makefile
==============================================================================
--- head/net-p2p/py-py2play/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-p2p/py-py2play/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -15,8 +15,8 @@ COMMENT= Peer-to-peer network game engin
LICENSE= GPLv2
DIST_SUBDIR= python
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= Py2Play
EXAMPLESDIR= ${PREFIX}/share/examples/py-py2play
Modified: head/net-p2p/py-vertex/Makefile
==============================================================================
--- head/net-p2p/py-vertex/Makefile Fri Oct 24 16:21:26 2014 (r371449)
+++ head/net-p2p/py-vertex/Makefile Fri Oct 24 16:29:51 2014 (r371450)
@@ -18,9 +18,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/epsilo
LICENSE= BSD
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
-USES= twisted
+USES= python twisted
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list