summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/cyphesis/Makefile2
-rw-r--r--net/kippo/Makefile2
-rw-r--r--net/kojoney/Makefile2
-rw-r--r--net/libproxy-python/Makefile2
-rw-r--r--net/mediaproxy/Makefile2
-rw-r--r--net/neubot/Makefile2
-rw-r--r--net/ntop/Makefile2
-rw-r--r--net/online-desktop/Makefile2
-rw-r--r--net/py-cloudfiles/Makefile2
-rw-r--r--net/py-gntp/Makefile2
-rw-r--r--net/py-gspreadsheet/Makefile2
-rw-r--r--net/py-ldap2/Makefile2
-rw-r--r--net/py-ndg_httpsclient/Makefile2
-rw-r--r--net/py-port-for/Makefile2
-rw-r--r--net/py-pysendfile/Makefile2
-rw-r--r--net/py-pysphere/Makefile2
-rw-r--r--net/py-qt4-network/Makefile2
-rw-r--r--net/py-s3cmd/Makefile2
-rw-r--r--net/py-tweepy/Makefile2
-rw-r--r--net/py-twistedPair/Makefile2
-rw-r--r--net/py-txamqp/Makefile2
-rw-r--r--net/reposado/Makefile2
-rw-r--r--net/samba4/Makefile2
-rw-r--r--net/scapy/Makefile2
-rw-r--r--net/spideroak/Makefile2
-rw-r--r--net/splatd/Makefile2
-rw-r--r--net/tucan/Makefile2
-rw-r--r--net/turses/Makefile2
28 files changed, 28 insertions, 28 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile
index 96ddef62ae33..59d580b35899 100644
--- a/net/cyphesis/Makefile
+++ b/net/cyphesis/Makefile
@@ -25,7 +25,7 @@ USE_BZIP2= yes
USES= gmake pathfix pkgconfig
USE_LDCONFIG= yes
USE_PGSQL= yes
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_GCC= 4.7+
CFLAGS+= -I${LOCALBASE}/include
diff --git a/net/kippo/Makefile b/net/kippo/Makefile
index a8b88d4ad285..e48c06c117ff 100644
--- a/net/kippo/Makefile
+++ b/net/kippo/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypt
${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USES= twisted:run,conch,web
NO_BUILD= yes
diff --git a/net/kojoney/Makefile b/net/kojoney/Makefile
index d302452dfded..85482e78637c 100644
--- a/net/kojoney/Makefile
+++ b/net/kojoney/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0_1:${PORTSDIR}/devel/py
WRKSRC= ${WRKDIR}/kojoney
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_OPENSSL= yes
USES= perl5 twisted:conch
USE_PERL5= run
diff --git a/net/libproxy-python/Makefile b/net/libproxy-python/Makefile
index e8f5b72439df..760744583891 100644
--- a/net/libproxy-python/Makefile
+++ b/net/libproxy-python/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy
MASTERDIR= ${.CURDIR}/../libproxy
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
LIBPROXY_SLAVE= python
diff --git a/net/mediaproxy/Makefile b/net/mediaproxy/Makefile
index c44211df6e00..79a2ca15d436 100644
--- a/net/mediaproxy/Makefile
+++ b/net/mediaproxy/Makefile
@@ -13,7 +13,7 @@ COMMENT= A far-end NAT traversal solution for SER/OpenSER
USE_RC_SUBR= mediaproxy proxydispatcher
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
SUB_LIST+= PYTHON_CMD=${PYTHON_CMD}
diff --git a/net/neubot/Makefile b/net/neubot/Makefile
index 0415d84f29ec..f84ef21c9836 100644
--- a/net/neubot/Makefile
+++ b/net/neubot/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
-USE_PYTHON= 2.5-2.9
+USE_PYTHON= 2
NO_BUILD= yes
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index bfc96e2acde9..f0ddafdbb3d5 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -22,7 +22,7 @@ DBDIR?= /var/db
USE_AUTOTOOLS= libtool automake autoconf
USE_GNOME= libxml2
-USE_PYTHON= 2.6+
+USE_PYTHON= yes
USE_GMAKE= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
diff --git a/net/online-desktop/Makefile b/net/online-desktop/Makefile
index fe03d506ca39..b56ab28169ea 100644
--- a/net/online-desktop/Makefile
+++ b/net/online-desktop/Makefile
@@ -31,7 +31,7 @@ USE_GNOME= glib20 gconf2 pygnomedesktop
USE_GMAKE= yes
USES= gettext
GNU_CONFIGURE= yes
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
GCONF_SCHEMAS= online-desktop.schemas
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
diff --git a/net/py-cloudfiles/Makefile b/net/py-cloudfiles/Makefile
index cb68253cd581..0fd8e0a5c3db 100644
--- a/net/py-cloudfiles/Makefile
+++ b/net/py-cloudfiles/Makefile
@@ -12,7 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd@contenidosonline.com.ar
COMMENT= Python language bindings for Cloud Files API
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_SUB+= PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO}
diff --git a/net/py-gntp/Makefile b/net/py-gntp/Makefile
index fda8c4ab3f7d..9c8c2e694a4a 100644
--- a/net/py-gntp/Makefile
+++ b/net/py-gntp/Makefile
@@ -19,7 +19,7 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE= DOCS
USE_GITHUB= yes
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
NO_STAGE= yes
diff --git a/net/py-gspreadsheet/Makefile b/net/py-gspreadsheet/Makefile
index 5babfc68f7d2..0188bb92f032 100644
--- a/net/py-gspreadsheet/Makefile
+++ b/net/py-gspreadsheet/Makefile
@@ -14,7 +14,7 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:${PORTSDIR}/devel/py-gdata
-USE_PYTHON= 2.7
+USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile
index 05b87cfcd575..de93484a8bd1 100644
--- a/net/py-ldap2/Makefile
+++ b/net/py-ldap2/Makefile
@@ -14,7 +14,7 @@ LICENSE= PSFL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1-modules>=0:${PORTSDIR}/devel/py-asn1-modules
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
USE_OPENLDAP= yes
PYDISTUTILS_PKGNAME= python-ldap
diff --git a/net/py-ndg_httpsclient/Makefile b/net/py-ndg_httpsclient/Makefile
index 6384af03ed65..b074d623ff77 100644
--- a/net/py-ndg_httpsclient/Makefile
+++ b/net/py-ndg_httpsclient/Makefile
@@ -14,7 +14,7 @@ COMMENT= Enhance HTTPS support for httplib and urllib2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl \
${PYTHON_PKGNAMEPREFIX}asn1>=0.1.4:${PORTSDIR}/devel/py-asn1
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
NO_STAGE= yes
diff --git a/net/py-port-for/Makefile b/net/py-port-for/Makefile
index e366cee9bf55..d7305bc5029a 100644
--- a/net/py-port-for/Makefile
+++ b/net/py-port-for/Makefile
@@ -13,7 +13,7 @@ COMMENT= Python utility and library that helps with TCP ports management
LICENSE= MIT
# Python3 Ready
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
NO_STAGE= yes
diff --git a/net/py-pysendfile/Makefile b/net/py-pysendfile/Makefile
index d8d91b9b7f07..90c2e9affaca 100644
--- a/net/py-pysendfile/Makefile
+++ b/net/py-pysendfile/Makefile
@@ -12,7 +12,7 @@ COMMENT= A Python interface to sendfile(2)
CONFLICTS_INSTALL= py*-sendfile-[0-9]*
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
diff --git a/net/py-pysphere/Makefile b/net/py-pysphere/Makefile
index 37476acaf6ed..fcbc45a991ef 100644
--- a/net/py-pysphere/Makefile
+++ b/net/py-pysphere/Makefile
@@ -14,7 +14,7 @@ LICENSE= BSD
USE_ZIP= yes
USE_DOS2UNIX= yes
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
diff --git a/net/py-qt4-network/Makefile b/net/py-qt4-network/Makefile
index 067f726258df..bdea37fa766c 100644
--- a/net/py-qt4-network/Makefile
+++ b/net/py-qt4-network/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-cor
DISTINFO_FILE= ${PYQT4_DISTINFO_FILE}
HAS_CONFIGURE= yes
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_QT4= moc_build network qmake_build
OPTIONS_DEFINE= API
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile
index 8c434b65d3ec..7c975f540957 100644
--- a/net/py-s3cmd/Makefile
+++ b/net/py-s3cmd/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= Unix-like tools to manipulate stored files from the command line
USE_PYDISTUTILS= yes
-USE_PYTHON= 2.5-2.7
+USE_PYTHON= 2
MAN1= s3cmd.1
diff --git a/net/py-tweepy/Makefile b/net/py-tweepy/Makefile
index 7486013e5255..32101319b8cc 100644
--- a/net/py-tweepy/Makefile
+++ b/net/py-tweepy/Makefile
@@ -12,7 +12,7 @@ COMMENT= Twitter API library for Python!
LICENSE= MIT
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
NO_STAGE= yes
diff --git a/net/py-twistedPair/Makefile b/net/py-twistedPair/Makefile
index 193f37585ace..52fa14664bfd 100644
--- a/net/py-twistedPair/Makefile
+++ b/net/py-twistedPair/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/de
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_BZIP2= yes
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile
index 58390a0a6e86..3dd4949669e1 100644
--- a/net/py-txamqp/Makefile
+++ b/net/py-txamqp/Makefile
@@ -15,7 +15,7 @@ COMMENT= Twisted Python library for the AMQP messaging protocol
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}thrift>0:${PORTSDIR}/devel/py-thrift
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS=easy_install
USES= twisted
diff --git a/net/reposado/Makefile b/net/reposado/Makefile
index d467229a3457..b99f9828df9f 100644
--- a/net/reposado/Makefile
+++ b/net/reposado/Makefile
@@ -18,7 +18,7 @@ GH_TAGNAME= 1bcf4f0
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USE_PYTHON= 2.6+
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
SUB_FILES= pkg-message
diff --git a/net/samba4/Makefile b/net/samba4/Makefile
index 60b550541327..9b871043084c 100644
--- a/net/samba4/Makefile
+++ b/net/samba4/Makefile
@@ -67,7 +67,7 @@ CONFIGURE_LOG= bin/config.log
CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LDFLAGS="${PTHREAD_LIBS}"
-USE_PYTHON_BUILD= -2.7
+USE_PYTHON_BUILD= 2
USE_PYTHON= yes
USES= compiler perl5 pkgconfig iconv
diff --git a/net/scapy/Makefile b/net/scapy/Makefile
index d28fe17ffff0..59436e468d56 100644
--- a/net/scapy/Makefile
+++ b/net/scapy/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dnet.so:${PORTSDIR}/net/py-libdnet \
MAN1= scapy.1
MANCOMPRESSED= yes
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS=yes
OPTIONS_DEFINE= PYX PYCRYPTO PYGNUPLOT GRAPH P0F_BASE QUESO_BASE MMAP MANUF
diff --git a/net/spideroak/Makefile b/net/spideroak/Makefile
index d8833d9f61be..6aafdec44fa2 100644
--- a/net/spideroak/Makefile
+++ b/net/spideroak/Makefile
@@ -33,7 +33,7 @@ REINPLACE_ARGS= -e 's,%%PREFIX%%,${PREFIX},1' \
USE_LINUX= yes
USE_LINUX_APPS= xorglibs
-USE_PYTHON= 2.7
+USE_PYTHON= 2
USES= desktop-file-utils
.include <bsd.port.options.mk>
diff --git a/net/splatd/Makefile b/net/splatd/Makefile
index 052c7ebe8445..3e9f84b3ee01 100644
--- a/net/splatd/Makefile
+++ b/net/splatd/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:${PORTSDIR}/devel/py-zconfig \
${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= splat
USE_RC_SUBR= splatd
diff --git a/net/tucan/Makefile b/net/tucan/Makefile
index b06015321e51..98ad3c4fea7a 100644
--- a/net/tucan/Makefile
+++ b/net/tucan/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/pilconvert.py:${PORTSDIR}/graphics/py-imaging \
NO_BUILD= yes
USE_GNOME= pygtk2 librsvg2
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
MANCOMPRESSED= yes
MAN1= tucan.1
diff --git a/net/turses/Makefile b/net/turses/Makefile
index d45520ca0b83..a33c980101c3 100644
--- a/net/turses/Makefile
+++ b/net/turses/Makefile
@@ -26,7 +26,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options
NO_STAGE= yes
.include <bsd.port.options.mk>
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes