diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
commit | 16a04e9b881e61b48e43444a26db1c5e401d7efc (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /www | |
parent | a7c90a608e4fee40a557fa793e68d2e26c67c1ed (diff) | |
download | freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.gz freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.zst freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.zip |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'www')
89 files changed, 173 insertions, 147 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 8ad457ded02b..d0049e5b9a39 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -4,7 +4,7 @@ PORTNAME= cherokee PORTVERSION= 1.2.104 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -58,8 +58,8 @@ OPTIONS_DEFAULT= ADMIN GEOIP OPTIONS_SUB= yes ADMIN_DESC= Build the Admin Interface -ADMIN_USES= python:2 -ADMIN_USES_OFF= python:2,build +ADMIN_USES= python:2.7 +ADMIN_USES_OFF= python:2.7,build ADMIN_CONFIGURE_OFF= --disable-admin FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FFMPEG_CONFIGURE_ON= --with-ffmpeg=yes diff --git a/www/cppcms/Makefile b/www/cppcms/Makefile index 56b3dad5b5ad..4be324810172 100644 --- a/www/cppcms/Makefile +++ b/www/cppcms/Makefile @@ -2,7 +2,7 @@ PORTNAME= cppcms PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/cppcms/${PORTNAME}/${PORTVERSION} @@ -15,7 +15,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre BROKEN_powerpc64= Does not build: error: 'localeconv_l' was not declared in this scope -USES= cmake python:2 shebangfix tar:bzip2 ssl +USES= cmake python:2.7 shebangfix tar:bzip2 ssl USE_LDCONFIG= yes SHEBANG_FILES= bin/cppcms_tmpl_cc @@ -42,6 +42,9 @@ CMAKE_ARGS+= -DDISABLE_GCRYPT:BOOL=OFF CMAKE_ARGS+= -DDISABLE_GCRYPT:BOOL=ON .endif +post-patch: + ${REINPLACE_CMD} -e 's/python2/${PYTHON_VERSION}/' ${WRKSRC}/CMakeLists.txt + post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) diff --git a/www/gaeutilities/Makefile b/www/gaeutilities/Makefile index cae8d279bedd..0cda9ac0ad8a 100644 --- a/www/gaeutilities/Makefile +++ b/www/gaeutilities/Makefile @@ -3,7 +3,7 @@ PORTNAME= gaeutilities PORTVERSION= 1.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Utility classes to make working with Google App Engine easier RUN_DEPENDS= google-appengine>=1.2.4_1:www/google-appengine -USES= python:2 # same as www/google-appengine +USES= python:2.7 # same as www/google-appengine USE_GITHUB= yes GH_ACCOUNT= joerussbowman GH_TAGNAME= ea3f7e1 diff --git a/www/google-sitemapgen/Makefile b/www/google-sitemapgen/Makefile index 25206f7ad84e..8e97c78af937 100644 --- a/www/google-sitemapgen/Makefile +++ b/www/google-sitemapgen/Makefile @@ -3,6 +3,7 @@ PORTNAME= google-sitemapgen PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= https://fossies.org/linux/www/old/ DISTNAME= sitemap_gen_${PORTVERSION} @@ -12,7 +13,7 @@ COMMENT= Script to analyze web server and generate Google Sitemap files NO_ARCH= yes NO_WRKSUBDIR= yes -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/jtoolkit/Makefile b/www/jtoolkit/Makefile index c348239c51d9..95323f2e495b 100644 --- a/www/jtoolkit/Makefile +++ b/www/jtoolkit/Makefile @@ -3,7 +3,7 @@ PORTNAME= jToolkit PORTVERSION= 0.7.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= SF @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}kid>=0.9.5:devel/py-kid@${FLAVOR} # Has optional dependencies on database engines # Can optionally use py-lucene (on i386) -USES= python:2 +USES= python:2.7 NO_ARCH= yes USE_PYTHON= distutils PYSETUP= ${PORTNAME}Setup.py diff --git a/www/linkchecker/Makefile b/www/linkchecker/Makefile index 1bf20c6f4863..1ef7dc2e65ac 100644 --- a/www/linkchecker/Makefile +++ b/www/linkchecker/Makefile @@ -3,7 +3,7 @@ PORTNAME= linkchecker PORTVERSION= 9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP DISTNAME= LinkChecker-${PORTVERSION} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${FLAVOR} \ WRKSRC= ${WRKDIR}/${DISTNAME} -USES= cpe python:2 +USES= cpe python:2.7 CPE_VENDOR= bastian_kleineidam USE_PYTHON= distutils autoplist INSTALLS_ICONS= yes diff --git a/www/node/Makefile b/www/node/Makefile index fcd191130b65..759936e489cf 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -41,7 +41,7 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace -USES= compiler:c++11-lib gmake python:2,build pkgconfig \ +USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ localbase shebangfix HAS_CONFIGURE= yes diff --git a/www/node4/Makefile b/www/node4/Makefile index 4d3dc421f8c1..5dd5e28edbbf 100644 --- a/www/node4/Makefile +++ b/www/node4/Makefile @@ -3,6 +3,7 @@ PORTNAME= node PORTVERSION= 4.8.7 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -28,7 +29,7 @@ BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler:c++11-lib gmake python:2 pkgconfig localbase +USES= compiler:c++11-lib gmake python:2.7 pkgconfig localbase HAS_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/www/node6/Makefile b/www/node6/Makefile index 25524f5a5ca4..d8faae2260f2 100644 --- a/www/node6/Makefile +++ b/www/node6/Makefile @@ -40,7 +40,7 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace -USES= compiler:c++11-lib gmake python:2,build pkgconfig \ +USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ localbase shebangfix HAS_CONFIGURE= yes diff --git a/www/node8/Makefile b/www/node8/Makefile index 03e3d2b94549..2a2161ab694c 100644 --- a/www/node8/Makefile +++ b/www/node8/Makefile @@ -42,7 +42,7 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace -USES= compiler:c++11-lib gmake python:2,build pkgconfig \ +USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ localbase shebangfix HAS_CONFIGURE= yes diff --git a/www/py-HTMLgen/Makefile b/www/py-HTMLgen/Makefile index a5d1edcca6b2..1589060b624a 100644 --- a/www/py-HTMLgen/Makefile +++ b/www/py-HTMLgen/Makefile @@ -3,7 +3,7 @@ PORTNAME= HTMLgen PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= LOCAL/dryice \ http://dryice.name/computer/FreeBSD/distfiles/ \ @@ -14,7 +14,7 @@ DISTNAME= HTMLgen MAINTAINER= python@FreeBSD.org COMMENT= Python library for the generation of HTML documents -USES= python:2 shebangfix +USES= python:2.7 shebangfix USE_PYTHON= flavors NO_BUILD= yes NO_ARCH= yes diff --git a/www/py-albatross/Makefile b/www/py-albatross/Makefile index b1313fbcfd1c..4f4f4e584f85 100644 --- a/www/py-albatross/Makefile +++ b/www/py-albatross/Makefile @@ -3,6 +3,7 @@ PORTNAME= albatross PORTVERSION= 1.42 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://object-craft.com.au/projects/albatross/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ COMMENT= Python toolkit for developing highly stateful web applications LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/www/py-amf/Makefile b/www/py-amf/Makefile index 0a8e62301955..bc716fbe3fe0 100644 --- a/www/py-amf/Makefile +++ b/www/py-amf/Makefile @@ -3,6 +3,7 @@ PORTNAME= amf PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ COMMENT= AMF support for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils post-install: diff --git a/www/py-apachelog/Makefile b/www/py-apachelog/Makefile index b1a4a20cee25..e9204c27ae4c 100644 --- a/www/py-apachelog/Makefile +++ b/www/py-apachelog/Makefile @@ -3,7 +3,7 @@ PORTNAME= apachelog PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/apachelog/ \ http://freebsd.unixfreunde.de/sources/ @@ -15,7 +15,7 @@ COMMENT= Python access log parser LICENSE= ART10 GPLv1+ # same as Perl LICENSE_COMB= dual -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-beautifulsoup32/Makefile b/www/py-beautifulsoup32/Makefile index acab200c1d93..b94edbcf2244 100644 --- a/www/py-beautifulsoup32/Makefile +++ b/www/py-beautifulsoup32/Makefile @@ -3,6 +3,7 @@ PORTNAME= beautifulsoup PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ DISTNAME= BeautifulSoup-${PORTVERSION} MAINTAINER= mwm@mired.org COMMENT= HTML/XML Parser for Python -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils CONFLICTS= py[0-9]*-beautifulsoup-3.0.* diff --git a/www/py-blogofile/Makefile b/www/py-blogofile/Makefile index e4b816c6e467..314ab7f6d29a 100644 --- a/www/py-blogofile/Makefile +++ b/www/py-blogofile/Makefile @@ -3,6 +3,7 @@ PORTNAME= blogofile PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP/source/B/Blogofile PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-cherrypy-old/Makefile b/www/py-cherrypy-old/Makefile index b0058a209dac..45e8abebb7d0 100644 --- a/www/py-cherrypy-old/Makefile +++ b/www/py-cherrypy-old/Makefile @@ -3,7 +3,7 @@ PORTNAME= cherrypy PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= http://download.cherrypy.org/${PORTNAME}/${PORTVERSION}/ @@ -16,7 +16,7 @@ COMMENT= Pythonic, object-oriented web development framework LICENSE= BSD3CLAUSE -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils PORTSCOUT= ignore:1 # This the last version of 2.3.X branch diff --git a/www/py-clientform/Makefile b/www/py-clientform/Makefile index 96d77644d37e..74a8e2fb9369 100644 --- a/www/py-clientform/Makefile +++ b/www/py-clientform/Makefile @@ -3,7 +3,7 @@ PORTNAME= clientform PORTVERSION= 0.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://wwwsearch.sourceforge.net/ClientForm/src/ \ CHEESESHOP @@ -13,7 +13,7 @@ DISTNAME= ClientForm-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Client-side HTTP Form for Python -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-collective.easytemplate/Makefile b/www/py-collective.easytemplate/Makefile index 911e640b86e1..47f9bf0cb406 100644 --- a/www/py-collective.easytemplate/Makefile +++ b/www/py-collective.easytemplate/Makefile @@ -3,6 +3,7 @@ PORTNAME= collective.easytemplate PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=2.1.0:devel/py-Products.CM ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}collective.templateengines>=0.3:www/py-collective.templateengines@${FLAVOR} -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-collective.templateengines/Makefile b/www/py-collective.templateengines/Makefile index 3572e114b09c..07ae611f3892 100644 --- a/www/py-collective.templateengines/Makefile +++ b/www/py-collective.templateengines/Makefile @@ -3,6 +3,7 @@ PORTNAME= collective.templateengines PORTVERSION= 0.3.5 +PORTREVISION= 1 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=2.1.0:devel/py-Products.CMFCore@${FLAVOR} -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/www/py-django-appmedia/Makefile b/www/py-django-appmedia/Makefile index 60b6b1d43a00..4108f92e28d4 100644 --- a/www/py-django-appmedia/Makefile +++ b/www/py-django-appmedia/Makefile @@ -3,7 +3,7 @@ PORTNAME= django-appmedia PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Serve static content from within django app directories RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR} -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-django-cms/Makefile b/www/py-django-cms/Makefile index 519993a8d917..c24b419846d1 100644 --- a/www/py-django-cms/Makefile +++ b/www/py-django-cms/Makefile @@ -3,7 +3,7 @@ PORTNAME= django-cms PORTVERSION= 2.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}south>=0.7.3:databases/py-south@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-sekizai>=0.6.1:www/py-django-sekizai@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.90:www/py-html5lib@${FLAVOR} -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils OPTIONS_MULTI= DATABASE diff --git a/www/py-django-extensions/Makefile b/www/py-django-extensions/Makefile index 0e179d530354..e5346542a6b2 100644 --- a/www/py-django-extensions/Makefile +++ b/www/py-django-extensions/Makefile @@ -3,6 +3,7 @@ PORTNAME= django-extensions PORTVERSION= 1.6.7 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} NO_ARCH= yes -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-django-livesettings/Makefile b/www/py-django-livesettings/Makefile index bf2a14c748d4..69e0a044fa6b 100644 --- a/www/py-django-livesettings/Makefile +++ b/www/py-django-livesettings/Makefile @@ -3,7 +3,7 @@ PORTNAME= django-livesettings DISTVERSION= 1.4-16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP/source/d/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:devel/py-setuptools_hg@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/www/py-django-sekizai/Makefile b/www/py-django-sekizai/Makefile index 3c69d0f80742..648c324edf22 100644 --- a/www/py-django-sekizai/Makefile +++ b/www/py-django-sekizai/Makefile @@ -3,7 +3,7 @@ PORTNAME= django-sekizai PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= Block templating system for Django RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-classy-tags>=0.3.1:www/py-django-classy-tags@${FLAVOR} -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/www/py-funkload/Makefile b/www/py-funkload/Makefile index d140f9f6ffb8..0550626f25a7 100644 --- a/www/py-funkload/Makefile +++ b/www/py-funkload/Makefile @@ -3,6 +3,7 @@ PORTNAME= funkload PORTVERSION= 1.17.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webunit>=1.3.8:www/py-webunit@${FLAVOR} \ tcpwatch.py:net/tcpwatch -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-graphite-web/Makefile b/www/py-graphite-web/Makefile index e08d48feaf84..bfd646ba38cd 100644 --- a/www/py-graphite-web/Makefile +++ b/www/py-graphite-web/Makefile @@ -3,7 +3,7 @@ PORTNAME= graphite-web PORTVERSION= 0.9.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.10:graphics/py-cairo@${FLAVOR} \ xorg-fonts-truetype>=0:x11-fonts/xorg-fonts-truetype FETCH_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} -USES= cpe python:2 +USES= cpe python:2.7 USE_GITHUB= yes GH_ACCOUNT= graphite-project CPE_VENDOR= graphite_project diff --git a/www/py-jswebkit/Makefile b/www/py-jswebkit/Makefile index f4959d67c558..791edf70279d 100644 --- a/www/py-jswebkit/Makefile +++ b/www/py-jswebkit/Makefile @@ -3,7 +3,7 @@ PORTNAME= jswebkit PORTVERSION= 0.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www python MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/universe/p/python-jswebkit/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= WebKit/JavaScriptCore Python bindings LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2 -USES= pkgconfig python:2 +USES= pkgconfig python:2.7 USE_PYTHON= distutils autoplist cython cython_run WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION} diff --git a/www/py-meld/Makefile b/www/py-meld/Makefile index f4cbbd996c00..3394f5c3c91b 100644 --- a/www/py-meld/Makefile +++ b/www/py-meld/Makefile @@ -3,6 +3,7 @@ PORTNAME= meld PORTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://entrian.com/PyMeld/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ COMMENT= System for manipulating HTML using a Pythonic object model LICENSE= MIT -USES= python:2 +USES= python:2.7 PLIST_FILES= %%PYTHON_SITELIBDIR%%/PyMeld.py \ %%PYTHON_SITELIBDIR%%/PyMeld.pyc \ diff --git a/www/py-meld3/Makefile b/www/py-meld3/Makefile index 4eea0da0c650..6ed02f24e5b6 100644 --- a/www/py-meld3/Makefile +++ b/www/py-meld3/Makefile @@ -3,7 +3,7 @@ PORTNAME= meld3 PORTVERSION= 0.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tn@0x746e.org.ua COMMENT= HTML/XML templating system for Python -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/www/py-mt/Makefile b/www/py-mt/Makefile index 206e620c5b46..d4b92aa49994 100644 --- a/www/py-mt/Makefile +++ b/www/py-mt/Makefile @@ -3,6 +3,7 @@ PORTNAME= mt PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/PyMT-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= Python module which provides Movable Type XML-RPC connectivity LICENSE= PSFL # says License: python -USES= python:2 +USES= python:2.7 NO_BUILD= yes NO_ARCH= yes diff --git a/www/py-prewikka/Makefile b/www/py-prewikka/Makefile index 96651ea5cb34..6363cbd7dbf4 100644 --- a/www/py-prewikka/Makefile +++ b/www/py-prewikka/Makefile @@ -3,7 +3,7 @@ PORTNAME= prewikka PORTVERSION= 1.0.1p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security python MASTER_SITES= https://www.prelude-ids.org/attachments/download/286/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ BUILD_DEPENDS= cheetah-compile:devel/py-cheetah LIB_DEPENDS= libprelude.so:security/libprelude \ libpreludedb.so:security/libpreludedb -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils OPTIONS_DEFINE= NLS diff --git a/www/py-rhodecode/Makefile b/www/py-rhodecode/Makefile index b6dc191c4294..b863c0ef1c9a 100644 --- a/www/py-rhodecode/Makefile +++ b/www/py-rhodecode/Makefile @@ -3,7 +3,7 @@ PORTNAME= rhodecode PORTVERSION= 1.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -38,7 +38,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylons>=1.0:www/py-pylons@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}celery>=0:devel/py-celery@${FLAVOR} \ mercurial>=2.6:devel/mercurial -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist USE_RC_SUBR= rhodecode diff --git a/www/py-slimit/Makefile b/www/py-slimit/Makefile index b15f816af5af..c4c1703797e6 100644 --- a/www/py-slimit/Makefile +++ b/www/py-slimit/Makefile @@ -2,6 +2,7 @@ PORTNAME= slimit PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${FLAVOR} -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/py-surl/Makefile b/www/py-surl/Makefile index 3bc819c68697..a6e32c24432a 100644 --- a/www/py-surl/Makefile +++ b/www/py-surl/Makefile @@ -3,6 +3,7 @@ PORTNAME= surl PORTVERSION= 0.7.1.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://launchpadlibrarian.net/96097348/ \ http://www.c-s.li/ports/ @@ -13,7 +14,7 @@ COMMENT= URL shortening command line application LICENSE= GPLv3 -USES= python:2 tar:bzip2 +USES= python:2.7 tar:bzip2 USE_PYTHON= distutils post-patch: diff --git a/www/py-tmdb3/Makefile b/www/py-tmdb3/Makefile index 1d74004de66d..0f549830bb40 100644 --- a/www/py-tmdb3/Makefile +++ b/www/py-tmdb3/Makefile @@ -3,6 +3,7 @@ PORTNAME= tmdb3 PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= TheMovieDB.org APIv3 interface -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/www/py-uliweb/Makefile b/www/py-uliweb/Makefile index 0f4d4aafac6a..39f486561477 100644 --- a/www/py-uliweb/Makefile +++ b/www/py-uliweb/Makefile @@ -3,6 +3,7 @@ PORTNAME= uliweb PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= limodou -USES= dos2unix python:2 +USES= dos2unix python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-webhelpers/Makefile b/www/py-webhelpers/Makefile index adc8e96faebf..69b3be6b3b00 100644 --- a/www/py-webhelpers/Makefile +++ b/www/py-webhelpers/Makefile @@ -3,6 +3,7 @@ PORTNAME= webhelpers PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}routes>=1.1:www/py-routes@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:textproc/py-MarkupSafe@${FLAVOR} -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/www/py-webkitgtk/Makefile b/www/py-webkitgtk/Makefile index e775e5df4c84..ffe5d65c376b 100644 --- a/www/py-webkitgtk/Makefile +++ b/www/py-webkitgtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= webkitgtk PORTVERSION= 1.1.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www python MASTER_SITES= https://pkgs.fedoraproject.org/repo/extras/pywebkitgtk/pywebkitgtk-1.1.8.tar.bz2/19f3c184eebcfde1c9d1ce56bbe75cf2/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool pathfix pkgconfig python:2 tar:bzip2 +USES= gmake libtool pathfix pkgconfig python:2.7 tar:bzip2 USE_GNOME= glib20 libxslt pygtk2 USE_PYTHON= flavors diff --git a/www/pyblosxom/Makefile b/www/pyblosxom/Makefile index 80f2a44f85a1..2c484dfe23d8 100644 --- a/www/pyblosxom/Makefile +++ b/www/pyblosxom/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyblosxom DISTVERSION= 1.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://pyblosxom.github.io/download/ @@ -12,7 +12,7 @@ COMMENT= Lightweight weblog system LICENSE= MIT -USES= python:2 shebangfix +USES= python:2.7 shebangfix USE_PYTHON= distutils SHEBANG_FILES= Pyblosxom/data/pyblosxom.cgi diff --git a/www/pycarddav/Makefile b/www/pycarddav/Makefile index 0239dcc16f21..4a56fc2b48a0 100644 --- a/www/pycarddav/Makefile +++ b/www/pycarddav/Makefile @@ -2,6 +2,7 @@ PORTNAME= pycarddav PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils PLIST_FILES+= man/man1/pc_query.1.gz \ diff --git a/www/qooxdoo/Makefile b/www/qooxdoo/Makefile index 629583af52aa..abb9f23dddd9 100644 --- a/www/qooxdoo/Makefile +++ b/www/qooxdoo/Makefile @@ -3,6 +3,7 @@ PORTNAME= qooxdoo PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-current/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-sdk @@ -13,7 +14,7 @@ COMMENT= Comprehensive and innovative Ajax application framework LICENSE= LGPL3 EPL LICENSE_COMB= dual -USES= zip python:2 +USES= zip python:2.7 OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/www/radicale/Makefile b/www/radicale/Makefile index 3b0f2f9bf282..d0dec0171922 100644 --- a/www/radicale/Makefile +++ b/www/radicale/Makefile @@ -3,7 +3,7 @@ PORTNAME= radicale PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,7 +29,7 @@ HTTP_DESC= HTTP authentication support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MHTTP} || ${PORT_OPTIONS:MLDAP} -USES+= python:2 +USES+= python:2.7 .else USES+= python .endif diff --git a/www/trac-accountmanager/Makefile b/www/trac-accountmanager/Makefile index bbe780084d39..6f603b79e120 100644 --- a/www/trac-accountmanager/Makefile +++ b/www/trac-accountmanager/Makefile @@ -2,7 +2,7 @@ PORTNAME= accountmanager PORTVERSION= 0.5.${REV} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www devel python MASTER_SITES= LOCAL/kuriyama \ @@ -20,7 +20,7 @@ RUN_DEPENDS= tracd:www/trac FETCH_BEFORE_ARGS= -o ${DISTFILES} REV= 12583 -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/accountmanagerplugin/trunk NO_ARCH= yes diff --git a/www/trac-attachmentpolicy/Makefile b/www/trac-attachmentpolicy/Makefile index b5b50db20c7f..5e7f3fd9badc 100644 --- a/www/trac-attachmentpolicy/Makefile +++ b/www/trac-attachmentpolicy/Makefile @@ -3,7 +3,7 @@ PORTNAME= attachmentpolicy PORTVERSION= 0.1.0.${SVN_REV} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://distfiles.cse.tw/ \ http://trac-hacks.org/changeset/${SVN_REV}/attachmentpolicyplugin?old_path=/&format=zip&filename=/ @@ -20,7 +20,7 @@ SVN_REV= 12775 RUN_DEPENDS+= tracd:www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.12 -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-autocomplete/Makefile b/www/trac-autocomplete/Makefile index af1ce41e20a1..92cfa05f6bf5 100644 --- a/www/trac-autocomplete/Makefile +++ b/www/trac-autocomplete/Makefile @@ -3,7 +3,7 @@ PORTNAME= autocomplete PORTVERSION= 0.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www python MASTER_SITES= http://dist.codelabs.ru/fbsd/ PKGNAMEPREFIX= trac- @@ -14,7 +14,7 @@ COMMENT= Plugin for autocompletion of user names in ticket fields RUN_DEPENDS= trac>=0.11:www/trac -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/autocompleteusersplugin/0.11 NO_ARCH= yes diff --git a/www/trac-bzr/Makefile b/www/trac-bzr/Makefile index 287af868ff23..30209955c748 100644 --- a/www/trac-bzr/Makefile +++ b/www/trac-bzr/Makefile @@ -3,7 +3,7 @@ PORTNAME= bzr PORTVERSION= 20110228 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://schema.filez.com/distfiles/ PKGNAMEPREFIX= trac- @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= tracd:www/trac \ bzr:devel/bzr -USES= python:2 tar:bzip2 +USES= python:2.7 tar:bzip2 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-ccselector/Makefile b/www/trac-ccselector/Makefile index 2d4ebf27b675..9560d63792d3 100644 --- a/www/trac-ccselector/Makefile +++ b/www/trac-ccselector/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccselector PORTVERSION= 0.0.2.4001 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin @@ -16,7 +16,7 @@ COMMENT= Visually edit the Trac ticket CC field RUN_DEPENDS= tracd:www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-childtickets/Makefile b/www/trac-childtickets/Makefile index 725698fdc2e6..41575ad196c5 100644 --- a/www/trac-childtickets/Makefile +++ b/www/trac-childtickets/Makefile @@ -3,7 +3,7 @@ PORTNAME= childtickets PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://schema.filez.com/distfiles/ PKGNAMEPREFIX= trac- @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= trac>=0.12:www/trac -USES= python:2 zip +USES= python:2.7 zip WRKSRC= ${WRKDIR}/childticketsplugin/0.12 diff --git a/www/trac-customfieldadmin/Makefile b/www/trac-customfieldadmin/Makefile index 8ae6cfa05182..5e069bec3102 100644 --- a/www/trac-customfieldadmin/Makefile +++ b/www/trac-customfieldadmin/Makefile @@ -3,7 +3,7 @@ PORTNAME= customfieldadmin PORTVERSION= 0.2.2.6485 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ @@ -21,7 +21,7 @@ RUN_DEPENDS= tracd:www/trac PORTSCOUT= skipv:0.2.6485 -USES= python:2 zip +USES= python:2.7 zip WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 USE_PYTHON= distutils autoplist diff --git a/www/trac-datefield/Makefile b/www/trac-datefield/Makefile index d4d248817bf7..643f7bbfb5aa 100644 --- a/www/trac-datefield/Makefile +++ b/www/trac-datefield/Makefile @@ -3,7 +3,7 @@ PORTNAME= datefield PORTVERSION= 1.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www python MASTER_SITES= http://dist.codelabs.ru/fbsd/ PKGNAMEPREFIX= trac- @@ -14,7 +14,7 @@ COMMENT= Plugin for creating date fields RUN_DEPENDS= trac>=0.11:www/trac -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist NO_ARCH= yes WRKSRC= ${WRKDIR}/datefieldplugin/0.11 diff --git a/www/trac-defaultcc/Makefile b/www/trac-defaultcc/Makefile index 7310500d9809..9d81913ef3df 100644 --- a/www/trac-defaultcc/Makefile +++ b/www/trac-defaultcc/Makefile @@ -3,7 +3,7 @@ PORTNAME= defaultcc PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/ PKGNAMEPREFIX= trac- @@ -16,7 +16,7 @@ LICENSE= GPLv2 RUN_DEPENDS= trac>=0.11:www/trac -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-discussion/Makefile b/www/trac-discussion/Makefile index b759553dc715..4e0f712efc55 100644 --- a/www/trac-discussion/Makefile +++ b/www/trac-discussion/Makefile @@ -2,7 +2,7 @@ PORTNAME= discussion PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -13,7 +13,7 @@ COMMENT= Discussion forum plugin for Trac RUN_DEPENDS= tracd:www/trac \ trac-TracSpamFilter>=0.2.1:www/trac-spam-filter -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-downloads/Makefile b/www/trac-downloads/Makefile index cb4f141ee8f2..da4df7ff23e9 100644 --- a/www/trac-downloads/Makefile +++ b/www/trac-downloads/Makefile @@ -2,7 +2,7 @@ PORTNAME= downloads PORTVERSION= ${TRAC_VERSION}.${PLUGIN_VERSION}.${SVN_REV} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -18,7 +18,7 @@ TRAC_VERSION= 0.12 PLUGIN_VERSION= 0.3 SVN_REV= 10047 -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-email2trac/Makefile b/www/trac-email2trac/Makefile index af718a8ebace..e91e76704ef1 100644 --- a/www/trac-email2trac/Makefile +++ b/www/trac-email2trac/Makefile @@ -3,6 +3,7 @@ PORTNAME= email2trac PORTVERSION= 2.11.0 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= ftp://ftp.sara.nl/pub/outgoing/ PKGNAMEPREFIX= trac- @@ -24,7 +25,7 @@ TRACUSER?= ${WWWOWN} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-trac-user=${TRACUSER} --with-mta-user=${MTAUSER} -USES= python:2 +USES= python:2.7 PORTDOCS= AUTHORS ChangeLog INSTALL README diff --git a/www/trac-estimator/Makefile b/www/trac-estimator/Makefile index 192b7f9a7959..33072a167ed4 100644 --- a/www/trac-estimator/Makefile +++ b/www/trac-estimator/Makefile @@ -2,7 +2,7 @@ PORTNAME= estimator PORTVERSION= 0.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin @@ -15,7 +15,7 @@ COMMENT= Produce detailed range-based estimations for Trac tickets RUN_DEPENDS= tracd:www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-fivestarvote/Makefile b/www/trac-fivestarvote/Makefile index 2e516dff390b..7104738f142f 100644 --- a/www/trac-fivestarvote/Makefile +++ b/www/trac-fivestarvote/Makefile @@ -2,7 +2,7 @@ PORTNAME= fivestarvote PORTVERSION= 0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -12,7 +12,7 @@ COMMENT= Five star plugin for voting on Trac resources RUN_DEPENDS= tracd:www/trac -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-fullblog/Makefile b/www/trac-fullblog/Makefile index 8cd509adcfab..01413b286d23 100644 --- a/www/trac-fullblog/Makefile +++ b/www/trac-fullblog/Makefile @@ -2,7 +2,7 @@ PORTNAME= fullblog PORTVERSION= 0.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -15,7 +15,7 @@ COMMENT= Plugin that provides a project Blog RUN_DEPENDS= htmldoc:textproc/htmldoc \ tracd:www/trac -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-fullblognotification/Makefile b/www/trac-fullblognotification/Makefile index 2c5e9cf57c57..07964434ab7d 100644 --- a/www/trac-fullblognotification/Makefile +++ b/www/trac-fullblognotification/Makefile @@ -2,7 +2,7 @@ PORTNAME= fullblognotification PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -14,7 +14,7 @@ COMMENT= Plugin that provides a project Blog RUN_DEPENDS= trac-fullblog>=0.1.1:www/trac-fullblog -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-gantt/Makefile b/www/trac-gantt/Makefile index 2cbf21eb49d9..b32ab8483257 100644 --- a/www/trac-gantt/Makefile +++ b/www/trac-gantt/Makefile @@ -3,7 +3,7 @@ PORTNAME= TracGantt PORTVERSION= 0.3.2a -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www devel python MASTER_SITES= http://willbarton.com/files/ \ http://dryice.name/computer/FreeBSD/distfiles/ @@ -16,7 +16,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= trac>=0.11:www/trac -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-graphviz/Makefile b/www/trac-graphviz/Makefile index b0e715c1eaf4..bb9edda7aaf7 100644 --- a/www/trac-graphviz/Makefile +++ b/www/trac-graphviz/Makefile @@ -2,7 +2,7 @@ PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:tl} PORTVERSION= 0.7.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www devel graphics python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -18,7 +18,7 @@ RUN_DEPENDS= urwfonts>0:x11-fonts/urwfonts \ dot:graphics/graphviz \ tracd:www/trac -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils PYDISTUTILS_PKGNAME= graphviz NO_ARCH= yes diff --git a/www/trac-keywords/Makefile b/www/trac-keywords/Makefile index 502c1b41a76b..7dd80687889d 100644 --- a/www/trac-keywords/Makefile +++ b/www/trac-keywords/Makefile @@ -3,7 +3,7 @@ PORTNAME= keywords PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www python MASTER_SITES= http://dist.codelabs.ru/fbsd/ PKGNAMEPREFIX= trac- @@ -16,7 +16,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= trac>=0.11:www/trac -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/trackeywordsplugin/0.11 NO_ARCH= yes diff --git a/www/trac-keywordsecretticket/Makefile b/www/trac-keywordsecretticket/Makefile index 6904c70f1334..6ae87bf2b680 100644 --- a/www/trac-keywordsecretticket/Makefile +++ b/www/trac-keywordsecretticket/Makefile @@ -3,6 +3,7 @@ PORTNAME= keywordsecretticket PORTVERSION= 1.0.1.${GITDATE} +PORTREVISION= 1 CATEGORIES= www devel python PKGNAMEPREFIX= trac- @@ -20,7 +21,7 @@ GH_PROJECT= trac-keyword-secret-ticket-plugin GH_TAGNAME= 98edea2 GITDATE= 20130401 -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-math/Makefile b/www/trac-math/Makefile index 9815d841ca7e..65ea96451694 100644 --- a/www/trac-math/Makefile +++ b/www/trac-math/Makefile @@ -2,7 +2,7 @@ PORTNAME= math PORTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www math python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -16,7 +16,7 @@ USE_TEX= latex SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-mercurial/Makefile b/www/trac-mercurial/Makefile index 20793d8682a9..9a8cde5ed10c 100644 --- a/www/trac-mercurial/Makefile +++ b/www/trac-mercurial/Makefile @@ -2,6 +2,7 @@ PORTNAME= mercurial PORTVERSION= 1.0.0.3 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= LOCAL/rm PKGNAMEPREFIX= trac- @@ -17,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= hg:devel/mercurial \ tracd:www/trac -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-navadd/Makefile b/www/trac-navadd/Makefile index e6226536f9f5..8b9939f23b3c 100644 --- a/www/trac-navadd/Makefile +++ b/www/trac-navadd/Makefile @@ -2,7 +2,7 @@ PORTNAME= navadd PORTVERSION= 0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -13,7 +13,7 @@ COMMENT= Plugin for adding navigation items into Trac navigation bars RUN_DEPENDS= tracd:www/trac -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME}plugin diff --git a/www/trac-pydotorgtheme/Makefile b/www/trac-pydotorgtheme/Makefile index 6605ce7feada..50257ceb2d60 100644 --- a/www/trac-pydotorgtheme/Makefile +++ b/www/trac-pydotorgtheme/Makefile @@ -2,7 +2,7 @@ PORTNAME= pydotorgtheme PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -13,7 +13,7 @@ COMMENT= Theme that emulates the look of python.org RUN_DEPENDS= tracd:www/trac \ trac-themeengine>=2.0:www/trac-themeengine -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/www/trac-scrumburndown/Makefile b/www/trac-scrumburndown/Makefile index 6d8e814e8ab9..e04a0aff33c5 100644 --- a/www/trac-scrumburndown/Makefile +++ b/www/trac-scrumburndown/Makefile @@ -3,7 +3,7 @@ PORTNAME= scrumburndown PORTVERSION= 1.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin @@ -18,7 +18,7 @@ RUN_DEPENDS= tracd:www/trac \ trac-timingandestimation>=0:www/trac-timingandestimation WRKSRC= ${WRKDIR}/${PORTNAME}plugin -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-spam-filter/Makefile b/www/trac-spam-filter/Makefile index dd2c07b80bd8..11d6db34c6be 100644 --- a/www/trac-spam-filter/Makefile +++ b/www/trac-spam-filter/Makefile @@ -3,7 +3,7 @@ PORTNAME= TracSpamFilter PORTVERSION= 0.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www devel python MASTER_SITES= http://zhoushuqun.com/files/ \ http://freebsd.unixfreunde.de/sources/ @@ -16,7 +16,7 @@ RUN_DEPENDS= tracd:www/trac WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}dev -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-subtickets/Makefile b/www/trac-subtickets/Makefile index 7e199a416f1f..c2a97c506c61 100644 --- a/www/trac-subtickets/Makefile +++ b/www/trac-subtickets/Makefile @@ -3,7 +3,7 @@ PORTNAME= subtickets PORTVERSION= 0.2.0.${GITDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://distfiles.cse.tw/ PKGNAMEPREFIX= trac- @@ -21,7 +21,7 @@ GH_PROJECT= trac-subtickets-plugin GH_TAGNAME= a0fc153 GITDATE= 20130328 -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-tags/Makefile b/www/trac-tags/Makefile index 2ba9c8f4e4b7..9959761ea12c 100644 --- a/www/trac-tags/Makefile +++ b/www/trac-tags/Makefile @@ -3,7 +3,7 @@ PORTNAME= tags DISTVERSION= 0.7.r${SVN_REV} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -14,7 +14,7 @@ COMMENT= Generic tags frontend for trac RUN_DEPENDS= tracd:www/trac -USES= python:2 tar:bzip2 +USES= python:2.7 tar:bzip2 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-themeengine/Makefile b/www/trac-themeengine/Makefile index 015ecc6e3ad1..3e5b4ada0b96 100644 --- a/www/trac-themeengine/Makefile +++ b/www/trac-themeengine/Makefile @@ -2,7 +2,7 @@ PORTNAME= themeengine PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= trac- @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= tracd:www/trac -USES= python:2 tar:bzip2 +USES= python:2.7 tar:bzip2 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-ticketimport/Makefile b/www/trac-ticketimport/Makefile index f830360da379..f12e4b2b6f6c 100644 --- a/www/trac-ticketimport/Makefile +++ b/www/trac-ticketimport/Makefile @@ -2,7 +2,7 @@ PORTNAME= ticketimport PORTVERSION= 0.7c -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE # "same license as trac" RUN_DEPENDS= tracd:www/trac \ ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.1:textproc/py-xlrd@${FLAVOR} -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-tickettemplate/Makefile b/www/trac-tickettemplate/Makefile index 8be1338637fa..39911956c4dd 100644 --- a/www/trac-tickettemplate/Makefile +++ b/www/trac-tickettemplate/Makefile @@ -3,7 +3,7 @@ PORTNAME= tickettemplate PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/ PKGNAMEPREFIX= trac- @@ -14,7 +14,7 @@ COMMENT= Plugin for making ticket templates RUN_DEPENDS= trac>=0.11:www/trac -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-timingandestimation/Makefile b/www/trac-timingandestimation/Makefile index 9c726a96e54e..412c47c4e51b 100644 --- a/www/trac-timingandestimation/Makefile +++ b/www/trac-timingandestimation/Makefile @@ -3,7 +3,7 @@ PORTNAME= timingandestimation PORTVERSION= 1.0.8b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin @@ -16,7 +16,7 @@ COMMENT= Add estimation and time tracking functionality to Trac RUN_DEPENDS= tracd:www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/branches/trac0.12-Permissions -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-tracdragdrop/Makefile b/www/trac-tracdragdrop/Makefile index dadd9b90d520..c136c621c3c9 100644 --- a/www/trac-tracdragdrop/Makefile +++ b/www/trac-tracdragdrop/Makefile @@ -3,7 +3,7 @@ PORTNAME= tracdragdrop PORTVERSION= 0.12.0.10.${SVN_REV} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://distfiles.cse.tw/ \ http://trac-hacks.org/changeset/${SVN_REV}/tracdragdropplugin?old_path=/&format=zip&filename=/ @@ -20,7 +20,7 @@ RUN_DEPENDS= tracd:www/trac SVN_REV= 12822 WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.12 -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-vote/Makefile b/www/trac-vote/Makefile index f130a76b83df..1de0d701ee1d 100644 --- a/www/trac-vote/Makefile +++ b/www/trac-vote/Makefile @@ -2,7 +2,7 @@ PORTNAME= vote PORTVERSION= 0.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -12,7 +12,7 @@ COMMENT= Plugin for voting on Trac resources RUN_DEPENDS= tracd:www/trac -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-watchlist/Makefile b/www/trac-watchlist/Makefile index 808a2c98ee9b..3c05c68635f1 100644 --- a/www/trac-watchlist/Makefile +++ b/www/trac-watchlist/Makefile @@ -3,7 +3,7 @@ PORTNAME= watchlist PORTVERSION= 1.0.${SVN_REV} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel python MASTER_SITES= http://distfiles.cse.tw/ \ http://trac-hacks.org/changeset/${SVN_REV}/watchlistplugin?old_path=/&format=zip&filename=/ @@ -20,7 +20,7 @@ RUN_DEPENDS= tracd:www/trac SVN_REV= 11526 WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.12 -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-wikitopdf/Makefile b/www/trac-wikitopdf/Makefile index 65c834e6f297..eaf64467769a 100644 --- a/www/trac-wikitopdf/Makefile +++ b/www/trac-wikitopdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= wikitopdf PORTVERSION= 2.2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -14,7 +14,7 @@ COMMENT= Plugin to generate PDF documents from the Wiki RUN_DEPENDS= htmldoc:textproc/htmldoc \ tracd:www/trac -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME}plugin diff --git a/www/trac-wysiwyg/Makefile b/www/trac-wysiwyg/Makefile index 86777c5aab54..e9be92c80b0a 100644 --- a/www/trac-wysiwyg/Makefile +++ b/www/trac-wysiwyg/Makefile @@ -3,7 +3,7 @@ PORTNAME= wysiwyg DISTVERSION= 0.4.${SVN_REV} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/brooks @@ -15,7 +15,7 @@ COMMENT= WYSIWYG editor for Trac wiki RUN_DEPENDS= tracd:www/trac -USES= python:2 tar:bzip2 +USES= python:2.7 tar:bzip2 USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/trac-xmlrpc/Makefile b/www/trac-xmlrpc/Makefile index 30f61fd31d3d..7aa1ace41629 100644 --- a/www/trac-xmlrpc/Makefile +++ b/www/trac-xmlrpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlrpc PORTVERSION= 1.1.2.r${SVN_REV} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ PKGNAMEPREFIX= trac- @@ -21,7 +21,7 @@ SVN_REV= 13203 WRKSRC= ${WRKDIR}/${PORTNAME}plugin/trunk FETCH_BEFORE_ARGS= -o ${DISTFILES} -USES= python:2 zip +USES= python:2.7 zip USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/www/uzbl/Makefile b/www/uzbl/Makefile index eef49dc29389..727ad2e7bb81 100644 --- a/www/uzbl/Makefile +++ b/www/uzbl/Makefile @@ -4,7 +4,7 @@ PORTNAME= uzbl PORTVERSION= 0.9.1 DISTVERSIONPREFIX=v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= aehlig@linta.de @@ -22,7 +22,7 @@ RUN_DEPENDS= socat:net/socat \ dmenu:x11/dmenu \ ${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser@${PY_FLAVOR} -USES= gmake pkgconfig python:2 desktop-file-utils gettext-runtime shebangfix +USES= gmake pkgconfig python:2.7 desktop-file-utils gettext-runtime shebangfix USE_XORG= x11 USE_GNOME= gtk20 pygtk2 cairo USE_LDCONFIG= yes diff --git a/www/varnish-libvmod-awsrest/Makefile b/www/varnish-libvmod-awsrest/Makefile index c3593cfe01d2..79504a0cef3b 100644 --- a/www/varnish-libvmod-awsrest/Makefile +++ b/www/varnish-libvmod-awsrest/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libmhash.so:security/mhash -USES= autoreconf gmake libtool pkgconfig python:2,build varnish +USES= autoreconf gmake libtool pkgconfig python:2.7,build varnish GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip diff --git a/www/varnish-libvmod-digest/Makefile b/www/varnish-libvmod-digest/Makefile index 1b6712f5b7cb..e8d3799317b7 100644 --- a/www/varnish-libvmod-digest/Makefile +++ b/www/varnish-libvmod-digest/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libmhash.so:security/mhash -USES= autoreconf gmake libtool pkgconfig python:2,build varnish +USES= autoreconf gmake libtool pkgconfig python:2.7,build varnish GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip diff --git a/www/varnish-libvmod-maxminddb/Makefile b/www/varnish-libvmod-maxminddb/Makefile index 331352332ed0..5a9e260dd1e6 100644 --- a/www/varnish-libvmod-maxminddb/Makefile +++ b/www/varnish-libvmod-maxminddb/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb -USES= autoreconf gmake libtool pkgconfig python:2,build varnish +USES= autoreconf gmake libtool pkgconfig python:2.7,build varnish GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip diff --git a/www/varnish-modules/Makefile b/www/varnish-modules/Makefile index 311cbc129d2e..5d664f18365b 100644 --- a/www/varnish-modules/Makefile +++ b/www/varnish-modules/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= rst2man:textproc/py-docutils -USES= autoreconf:build gmake libtool pkgconfig python:2,build varnish +USES= autoreconf:build gmake libtool pkgconfig python:2.7,build varnish GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip diff --git a/www/varnish4/Makefile b/www/varnish4/Makefile index 801d1af91f36..3a955c942c78 100644 --- a/www/varnish4/Makefile +++ b/www/varnish4/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= varnish-2.* varnish-3.* USES= autoreconf cpe gmake libedit libtool ncurses pathfix \ - pkgconfig python:2,build readline shebangfix + pkgconfig python:2.7,build readline shebangfix SHEBANG_FILES= lib/libvcc/vmodtool.py CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include diff --git a/www/varnish5/Makefile b/www/varnish5/Makefile index 7127e922b1ae..6bc7ab8dba56 100644 --- a/www/varnish5/Makefile +++ b/www/varnish5/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= varnish-2.* varnish-3.* varnish4-4.* USES= autoreconf cpe gmake libedit libtool ncurses pathfix \ - pkgconfig python:2,build readline shebangfix + pkgconfig python:2.7,build readline shebangfix SHEBANG_FILES= lib/libvcc/*.py CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index 42d864ee64de..ff06143db3c7 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -3,6 +3,7 @@ PORTNAME= web2ldap PORTVERSION= 1.2.94 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.web2ldap.de/download/ \ http://www.sfr-fresh.com/unix/www/ @@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.0:net/py-ldap@${PY_FLAVOR} \ ${LOCALBASE}/etc/mime.types:misc/mime-support OPTIONS_DEFINE= DOCS -USES= cpe python:2 shebangfix +USES= cpe python:2.7 shebangfix python_OLD_CMD= /usr/bin/python2.7 SHEBANG_FILES= sbin/*.py fcgi/*.py SUB_FILES= pkg-message |