FreeBSD Bugzilla – Attachment 190534 Details for
Bug 225752
Mk/Uses/python.mk: remove deprecated "USES=python:2" and "USES=python:3"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch file
Mk_Uses_python.mk.patch (text/plain), 267.78 KB, created by
Yasuhiro Kimura
on 2018-02-12 01:09:42 UTC
(
hide
)
Description:
updated patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2018-02-12 01:09:42 UTC
Size:
267.78 KB
patch
obsolete
>Index: Mk/Uses/python.mk >=================================================================== >--- Mk/Uses/python.mk (revision 461543) >+++ Mk/Uses/python.mk (working copy) >@@ -18,7 +18,6 @@ > # USES=python:3.3+ # Use Python 3.3 or newer > # USES=python:3.3-3.4 # Use Python 3.3 or 3.4 > # USES=python:-3.3 # Use any Python up to 3.3 >-# USES=python:2 # Use the Python 2 meta port > # USES=python # Use the set default Python > # # version > # >@@ -310,11 +309,11 @@ > .if ${_PYTHON_ARGS} == "2" > _PYTHON_ARGS= ${PYTHON2_DEFAULT} > _WANTS_META_PORT= 2 >-DEV_WARNING+= "USES=python:2 is deprecated, use USES=python:2.7" >+DEV_ERROR+= "USES=python:2 is unsupported, use USES=python:2.7 instead" > .elif ${_PYTHON_ARGS} == "3" > _PYTHON_ARGS= ${PYTHON3_DEFAULT} > _WANTS_META_PORT= 3 >-DEV_WARNING+= "USES=python:3 is deprecated, use USES=python:3.4+ or an appropriate version range" >+DEV_ERROR+= "USES=python:3 is unsupported, use USES=python:3.4+ or an appropriate version range instead" > .endif # ${_PYTHON_ARGS} == "2" > > .if defined(PYTHON_VERSION) >Index: accessibility/caribou/Makefile >=================================================================== >--- accessibility/caribou/Makefile (revision 461543) >+++ accessibility/caribou/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= caribou > PORTVERSION= 0.4.21 >+PORTREVISION= 1 > CATEGORIES= accessibility gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome3 >@@ -18,7 +19,7 @@ > libxklavier.so:x11/libxklavier > RUN_DEPENDS= py2?-atspi>=2.1.91:accessibility/py-atspi@${PY_FLAVOR} > >-USES= gettext gmake gnome libtool pathfix pkgconfig python:2 \ >+USES= gettext gmake gnome libtool pathfix pkgconfig python:2.7 \ > shebangfix tar:xz > USE_GNOME= gtk30 intlhack introspection:build libxml2 \ > libxslt:build pygobject3 >Index: accessibility/py-papi/Makefile >=================================================================== >--- accessibility/py-papi/Makefile (revision 461543) >+++ accessibility/py-papi/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= papi > PORTVERSION= 0.0.9 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= accessibility devel python > MASTER_SITES= SF/ocemp/${PORTNAME}/${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +14,7 @@ > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= pkgconfig python:2 >+USES= pkgconfig python:2.7 > USE_GNOME= atk > USE_PYTHON= autoplist distutils > >Index: audio/alsa-lib/Makefile >=================================================================== >--- audio/alsa-lib/Makefile (revision 461543) >+++ audio/alsa-lib/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= alsa-lib > PORTVERSION= 1.1.2 >+PORTREVISION= 1 > CATEGORIES= audio > MASTER_SITES= ftp://ftp.alsa-project.org/pub/lib/ \ > GENTOO >@@ -27,7 +28,7 @@ > OPTIONS_SUB= yes > > PYTHON_CONFIGURE_ENABLE=python >-PYTHON_USES= python:2 >+PYTHON_USES= python:2.7 > > post-patch: .SILENT > ${REINPLACE_CMD} -e '/LIBS/ { s/-ldl//g; s/-lrt//g; }' \ >Index: audio/boodler/Makefile >=================================================================== >--- audio/boodler/Makefile (revision 461543) >+++ audio/boodler/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= boodler > PORTVERSION= 1.5.3 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= audio > MASTER_SITES= http://www.eblong.com/zarf/boodler/ > DISTFILES= boodler-153.tar.gz boodler-snd-021902.tar.gz >@@ -17,7 +17,7 @@ > RESTRICTED= Not for commercial use > RESTRICTED_FILES= boodler-snd-021902.tar.gz > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > > HAS_CONFIGURE= yes > CONFIGURE_SCRIPT= configure.py >Index: audio/csound6/Makefile >=================================================================== >--- audio/csound6/Makefile (revision 461543) >+++ audio/csound6/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= csound > PORTVERSION= 6.06 >-PORTREVISION= 12 >+PORTREVISION= 13 > CATEGORIES= audio lang > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} > PKGNAMESUFFIX= 6 >@@ -22,7 +22,7 @@ > LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ > libsndfile.so:audio/libsndfile > >-USES= alias bison cmake:outsource,noninja eigen:3 localbase python:2 >+USES= alias bison cmake:outsource,noninja eigen:3 localbase python:2.7 > # math/gmm++ requires c++11 > USE_CXXSTD= c++11 > CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ >Index: audio/dir2ogg/Makefile >=================================================================== >--- audio/dir2ogg/Makefile (revision 461543) >+++ audio/dir2ogg/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= dir2ogg > PORTVERSION= 0.12 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio > MASTER_SITES= http://jak-linux.org/projects/dir2ogg/${PORTVERSION}/ > >@@ -18,7 +18,7 @@ > mplayer:multimedia/mplayer \ > oggenc:audio/vorbis-tools > >-USES= python:2,run shebangfix >+USES= python:2.7,run shebangfix > > SHEBANG_FILES= ${PORTNAME} > NO_BUILD= yes >Index: audio/exaile/Makefile >=================================================================== >--- audio/exaile/Makefile (revision 461543) >+++ audio/exaile/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= exaile > PORTVERSION= 3.4.5 >+PORTREVISION= 1 > CATEGORIES= audio > MASTER_SITES= https://github.com/exaile/exaile/releases/download/${PORTVERSION}/ > >@@ -15,7 +16,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.11:audio/py-mutagen@${PY_FLAVOR} > > MAKE_ENV+= PYTHON2_CMD=${PYTHON_CMD} XDGCONFDIR=${PREFIX}/etc/xdg >-USES= desktop-file-utils gmake python:2 >+USES= desktop-file-utils gmake python:2.7 > USE_GNOME= pygtk2 librsvg2 > USE_GSTREAMER= good faad python > >Index: audio/jokosher/Makefile >=================================================================== >--- audio/jokosher/Makefile (revision 461543) >+++ audio/jokosher/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= jokosher > PORTVERSION= 0.11.5 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= audio > MASTER_SITES= http://launchpadlibrarian.net/43860543/ > >@@ -14,7 +14,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} > >-USES= desktop-file-utils python:2 shared-mime-info >+USES= desktop-file-utils python:2.7 shared-mime-info > USE_PYTHON= distutils > USE_GSTREAMER= gnonlin good python > INSTALLS_ICONS= yes >Index: audio/mbox/Makefile >=================================================================== >--- audio/mbox/Makefile (revision 461543) >+++ audio/mbox/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mbox > PORTVERSION= 0.7.2 >-PORTREVISION= 13 >+PORTREVISION= 14 > CATEGORIES= audio > MASTER_SITES= http://www.mbox.wz.cz/src/ > >@@ -19,7 +19,7 @@ > mplayer:multimedia/mplayer > > WRKSRC= ${WRKDIR}/mBox-${PORTVERSION} >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_PYTHON= autoplist distutils > USE_WX= 3.0+ > WX_COMPS= python >Index: audio/mpdbrowser/Makefile >=================================================================== >--- audio/mpdbrowser/Makefile (revision 461543) >+++ audio/mpdbrowser/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mpdbrowser > PORTVERSION= 0.9.20 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= audio python > MASTER_SITES= http://mpdbrowser.tuxfamily.org/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:audio/py-mpd@${FLAVOR} > >-USES= gettext iconv python:2 tar:tgz >+USES= gettext iconv python:2.7 tar:tgz > USE_GNOME= intltool pygtk2 > USE_PYTHON= distutils > PYDISTUTILS_PKGNAME= mpdBrowser >Index: audio/picard/Makefile >=================================================================== >--- audio/picard/Makefile (revision 461543) >+++ audio/picard/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= picard > PORTVERSION= 1.3.2 >+PORTREVISION= 1 > CATEGORIES= audio python > MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ > ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ >@@ -17,7 +18,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discid>=0:audio/py-discid@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen@${FLAVOR} > >-USES= gettext pyqt:4 python:2 desktop-file-utils >+USES= gettext pyqt:4 python:2.7 desktop-file-utils > USE_PYQT= core_run gui_run network_run xml_run > USE_PYTHON= distutils > INSTALLS_ICONS= yes >Index: audio/puddletag/Makefile >=================================================================== >--- audio/puddletag/Makefile (revision 461543) >+++ audio/puddletag/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= puddletag > PORTVERSION= 1.2.0 > DISTVERSIONPREFIX=v >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio python > > MAINTAINER= pawel@FreeBSD.org >@@ -21,7 +21,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= keithgg > >-USES= python:2 pyqt:4 >+USES= python:2.7 pyqt:4 > USE_PYTHON= autoplist distutils > USE_PYQT= gui_run svg_run > WRKSRC_SUBDIR= source >Index: audio/py-ao/Makefile >=================================================================== >--- audio/py-ao/Makefile (revision 461543) >+++ audio/py-ao/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= ao > PORTVERSION= 0.82 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= audio python > MASTER_SITES= http://ekyo.nerim.net/software/pyogg/ \ > http://www.sourcefiles.org/Programming/Development/Modules/Python/ >@@ -18,7 +18,7 @@ > > LIB_DEPENDS= libao.so:audio/libao > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > do-configure: >Index: audio/py-cddb/Makefile >=================================================================== >--- audio/py-cddb/Makefile (revision 461543) >+++ audio/py-cddb/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= cddb > PORTVERSION= 1.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio python > MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +15,7 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist pythonprefix > > post-install: >Index: audio/py-hsaudiotag/Makefile >=================================================================== >--- audio/py-hsaudiotag/Makefile (revision 461543) >+++ audio/py-hsaudiotag/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= hsaudiotag > PORTVERSION= 1.1.1 >+PORTREVISION= 1 > CATEGORIES= audio python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= BSD3CLAUSE > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: audio/py-id3/Makefile >=================================================================== >--- audio/py-id3/Makefile (revision 461543) >+++ audio/py-id3/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= id3 > PORTVERSION= 1.2 >+PORTREVISION= 1 > CATEGORIES= audio python > MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > COMMENT= Python module for retrieving and setting ID3 tags on MP3 files > > WRKSRC= ${WRKDIR}/id3-py-${PORTVERSION} >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist pythonprefix > > .include <bsd.port.mk> >Index: audio/py-karaoke/Makefile >=================================================================== >--- audio/py-karaoke/Makefile (revision 461543) >+++ audio/py-karaoke/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= karaoke > PORTVERSION= 0.7.5 >-PORTREVISION= 13 >+PORTREVISION= 14 > CATEGORIES= audio python > MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -21,7 +21,7 @@ > ${PYGAME} \ > ${PYNUMPY} > >-USES= compiler:c++11-lib desktop-file-utils iconv python:2 shebangfix zip >+USES= compiler:c++11-lib desktop-file-utils iconv python:2.7 shebangfix zip > SHEBANG_FILES= install/pykaraoke_mini install/pykar install/pykaraoke \ > install/pycdg install/pympg > USE_SDL= sdl >Index: audio/py-musicbrainz2/Makefile >=================================================================== >--- audio/py-musicbrainz2/Makefile (revision 461543) >+++ audio/py-musicbrainz2/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= musicbrainz2 > PORTVERSION= 0.7.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio python > MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \ > http://ftp.osuosl.org/pub/musicbrainz/python-musicbrainz2/ >@@ -18,7 +18,7 @@ > > LIB_DEPENDS= libdiscid.so:audio/libdiscid > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > PYDISTUTILS_PKGNAME= python-musicbrainz2 > >Index: audio/py-ogg/Makefile >=================================================================== >--- audio/py-ogg/Makefile (revision 461543) >+++ audio/py-ogg/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= ogg > PORTVERSION= 1.3 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= audio python > MASTER_SITES= http://ekyo.nerim.net/software/pyogg/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > > LIB_DEPENDS= libogg.so:audio/libogg > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > do-configure: >Index: audio/py-shout/Makefile >=================================================================== >--- audio/py-shout/Makefile (revision 461543) >+++ audio/py-shout/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= shout > PORTVERSION= 0.2.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= audio python > MASTER_SITES= http://downloads.us.xiph.org/releases/libshout/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,7 +19,7 @@ > > OPTIONS_DEFINE= EXAMPLES > >-USES= pkgconfig python:2 shebangfix >+USES= pkgconfig python:2.7 shebangfix > SHEBANG_FILES= example.py > USE_PYTHON= autoplist distutils > >Index: audio/py-vorbis/Makefile >=================================================================== >--- audio/py-vorbis/Makefile (revision 461543) >+++ audio/py-vorbis/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= vorbis > PORTVERSION= 1.4 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= audio python > MASTER_SITES= http://ekyo.nerim.net/software/pyogg/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,7 +19,7 @@ > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:audio/py-ogg@${FLAVOR} > LIB_DEPENDS= libvorbis.so:audio/libvorbis > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > post-patch: >Index: audio/pytone/Makefile >=================================================================== >--- audio/pytone/Makefile (revision 461543) >+++ audio/pytone/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pytone > PORTVERSION= 3.0.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= audio python > MASTER_SITES= http://www.luga.de/pytone/download/ \ > http://redundancy.redundancy.org/mirror/ >@@ -18,7 +18,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${FLAVOR} > >-USES= ncurses python:2 >+USES= ncurses python:2.7 > USE_PYTHON= autoplist distutils > > CFLAGS+= -I${LOCALBASE}/include >Index: audio/soundconverter/Makefile >=================================================================== >--- audio/soundconverter/Makefile (revision 461543) >+++ audio/soundconverter/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= soundconverter > PORTVERSION= 2.1.6 >+PORTREVISION= 1 > CATEGORIES= audio python > MASTER_SITES= https://launchpad.net/soundconverter/trunk/2.1.6/+download/ \ > http://BSDforge.com/projects/source/audio/soundconverter/ >@@ -16,7 +17,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:multimedia/py-gstreamer@${PY_FLAVOR} > > NO_ARCH= yes >-USES= desktop-file-utils gmake python:2 shebangfix tar:xz >+USES= desktop-file-utils gmake python:2.7 shebangfix tar:xz > > SHEBANG_FILES= bin/soundconverter.py > >Index: biology/py-biopython/Makefile >=================================================================== >--- biology/py-biopython/Makefile (revision 461543) >+++ biology/py-biopython/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= biopython > PORTVERSION= 1.70 >+PORTREVISION= 1 > CATEGORIES= biology python > MASTER_SITES= http://www.biopython.org/DIST/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > BUILD_DEPENDS= ${PYNUMPY} > RUN_DEPENDS= ${PYNUMPY} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > OPTIONS_DEFINE= REPORTLAB >Index: cad/brickutils/Makefile >=================================================================== >--- cad/brickutils/Makefile (revision 461543) >+++ cad/brickutils/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= brickutils > PORTVERSION= 0.1.6.1 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= cad > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/ \ > SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/:docs \ >@@ -25,7 +25,7 @@ > WRKSRC= ${WRKDIR}/BrickUtils-${PORTVERSION} > > NO_ARCH= yes >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > USE_GNOME= pygtk2 > SHEBANG_FILES= pyBrickUtils.py \ > BrickUtils/*.py >Index: chinese/bg5pdf/Makefile >=================================================================== >--- chinese/bg5pdf/Makefile (revision 461543) >+++ chinese/bg5pdf/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= bg5pdf > PORTVERSION= 1.0.0 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= chinese print > MASTER_SITES= LOCAL/chinsan > >@@ -14,7 +14,7 @@ > > LIB_DEPENDS= libpdf.so:print/pdflib > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > SHEBANG_FILES= bg5pdf gbpdf > python_OLD_CMD= "/usr/bin/env /usr/bin/python" > >Index: converters/py-iconv/Makefile >=================================================================== >--- converters/py-iconv/Makefile (revision 461543) >+++ converters/py-iconv/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= iconv > PORTVERSION= 1.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= converters python > MASTER_SITES= LOCAL/perky > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +12,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Iconv wrapper with Unicode codec for Python > >-USES= iconv python:2 >+USES= iconv python:2.7 > USE_PYTHON= autoplist distutils > > .if empty(ICONV_LIB) >Index: databases/gadfly/Makefile >=================================================================== >--- databases/gadfly/Makefile (revision 461543) >+++ databases/gadfly/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= gadfly > PORTVERSION= 1.0.0 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= databases > MASTER_SITES= SF > >@@ -12,7 +12,7 @@ > > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/kjbuckets.so:devel/py-kjbuckets@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: databases/grass7/Makefile >=================================================================== >--- databases/grass7/Makefile (revision 461543) >+++ databases/grass7/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= grass > PORTVERSION= 7.2.2 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= databases geography > MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ > http://grass.cict.fr/%SUBDIR%/ \ >@@ -36,7 +36,7 @@ > libgeos.so:graphics/geos > RUN_DEPENDS= bash:shells/bash > >-USES= fortran gettext gmake iconv jpeg perl5 pkgconfig python:2 \ >+USES= fortran gettext gmake iconv jpeg perl5 pkgconfig python:2.7 \ > readline shebangfix tk > SHEBANG_LANG= nviz > nviz_OLD_CMD= nviz >Index: databases/kdb/Makefile >=================================================================== >--- databases/kdb/Makefile (revision 461543) >+++ databases/kdb/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= kdb > DISTVERSION= 3.0.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases kde > MASTER_SITES= KDE/stable/${PORTNAME}/src > DIST_SUBDIR= KDE/${PORTNAME} >@@ -12,7 +12,7 @@ > > LIB_DEPENDS= libicuuc.so:devel/icu > >-USES= cmake:outsource gettext kde:5 python:2 tar:xz >+USES= cmake:outsource gettext kde:5 python:2.7 tar:xz > USE_KDE= coreaddons ecm i18n > USE_QT5= core gui network widgets xml \ > buildtools_build qmake_build >Index: databases/mtools-mongodb/Makefile >=================================================================== >--- databases/mtools-mongodb/Makefile (revision 461543) >+++ databases/mtools-mongodb/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= mtools > PORTVERSION= 1.2.3 >+PORTREVISION= 1 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -18,6 +19,6 @@ > ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${FLAVOR} > > USE_PYTHON= autoplist distutils >-USES= python:2 >+USES= python:2.7 > > .include <bsd.port.mk> >Index: databases/ntdb/Makefile >=================================================================== >--- databases/ntdb/Makefile (revision 461543) >+++ databases/ntdb/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= ntdb > PORTVERSION= 1.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 0 > CATEGORIES= databases > MASTER_SITES= SAMBA/tdb >@@ -35,7 +35,7 @@ > .if defined(NO_PYTHON) > CONFIGURE_ARGS+= --disable-python > .else >-USES+= python:2 >+USES+= python:2.7 > PLIST_FILES+= %%PYTHON_SITELIBDIR%%/ntdb.so > .endif > >Index: databases/pg_activity/Makefile >=================================================================== >--- databases/pg_activity/Makefile (revision 461543) >+++ databases/pg_activity/Makefile (working copy) >@@ -19,7 +19,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= julmon > >-USES= python:2.6+ >+USES= python > USE_PYTHON= autoplist distutils noegginfo concurrent optsuffix > PYDISTUTILS_INSTALLARGS= --with-man > >Index: databases/pgtune/Makefile >=================================================================== >--- databases/pgtune/Makefile (revision 461543) >+++ databases/pgtune/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pgtune > PORTVERSION= 0.9.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases > MASTER_SITES= http://pgfoundry.org/frs/download.php/2449/ \ > https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ >@@ -14,7 +14,7 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/COPYRIGHT > >-USES= python:2,run shebangfix >+USES= python:2.7,run shebangfix > SHEBANG_FILES= ${PORTNAME} > NO_BUILD= yes > NO_ARCH= yes >Index: databases/pgworksheet/Makefile >=================================================================== >--- databases/pgworksheet/Makefile (revision 461543) >+++ databases/pgworksheet/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pgworksheet > PORTVERSION= 1.9 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= databases > MASTER_SITES= http://pgfoundry.org/frs/download.php/1695/ > >@@ -14,7 +14,7 @@ > > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyPgSQL/libpq/__init__.py:databases/py-pyPgSQL@${FLAVOR} > >-USES= pgsql python:2 tar:bzip2 >+USES= pgsql python:2.7 tar:bzip2 > USE_GNOME= pygtk2 > USE_PYTHON= distutils autoplist > >Index: databases/py-MySQLdb/Makefile >=================================================================== >--- databases/py-MySQLdb/Makefile (revision 461543) >+++ databases/py-MySQLdb/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= MySQLdb > PORTVERSION= 1.2.5 >+PORTREVISION= 1 > DISTVERSIONPREFIX= ${PORTNAME}- > CATEGORIES= databases python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/GPL-2.0 > >-USES= mysql python:2 >+USES= mysql python:2.7 > USE_PYTHON= autoplist distutils > USE_GITHUB= yes > GH_ACCOUNT= farcepest >Index: databases/py-cdb/Makefile >=================================================================== >--- databases/py-cdb/Makefile (revision 461543) >+++ databases/py-cdb/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= cdb > PORTVERSION= 0.34 >+PORTREVISION= 1 > CATEGORIES= databases python > MASTER_SITES= http://pilcrow.madison.wi.us/python-${PORTNAME}/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} >Index: databases/py-forgetsql/Makefile >=================================================================== >--- databases/py-forgetsql/Makefile (revision 461543) >+++ databases/py-forgetsql/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= forgetsql > PORTVERSION= 0.5.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases python > MASTER_SITES= SF > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +15,7 @@ > LICENSE= LGPL21 > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: databases/py-htsql/Makefile >=================================================================== >--- databases/py-htsql/Makefile (revision 461543) >+++ databases/py-htsql/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= htsql > PORTVERSION= 2.3.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +14,7 @@ > > LICENSE= AGPLv3 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} \ >Index: databases/py-htsql-mysql/Makefile >=================================================================== >--- databases/py-htsql-mysql/Makefile (revision 461543) >+++ databases/py-htsql-mysql/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= htsql-mysql > PORTVERSION= 2.3.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +17,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}htsql>2.3:databases/py-htsql@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: databases/py-htsql-pgsql/Makefile >=================================================================== >--- databases/py-htsql-pgsql/Makefile (revision 461543) >+++ databases/py-htsql-pgsql/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= htsql-pgsql > PORTVERSION= 2.3.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +17,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}htsql>2.3:databases/py-htsql@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: databases/py-mysql2pgsql/Makefile >=================================================================== >--- databases/py-mysql2pgsql/Makefile (revision 461543) >+++ databases/py-mysql2pgsql/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= mysql2pgsql > PORTVERSION= 0.1.6 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -18,7 +18,7 @@ > ${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:devel/py-yaml@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > USE_GITHUB= yes >Index: databases/py-oops/Makefile >=================================================================== >--- databases/py-oops/Makefile (revision 461543) >+++ databases/py-oops/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= oops > PORTVERSION= 0.9.1 >+PORTREVISION= 1 > CATEGORIES= databases python > MASTER_SITES= SF/pyobjfs/OOPS-Python%20Datastore/${PORTNAME}-${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -10,7 +11,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Object Oriented Database Library For Persistent Storage in Python > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: databases/py-pg8000/Makefile >=================================================================== >--- databases/py-pg8000/Makefile (revision 461543) >+++ databases/py-pg8000/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pg8000 > PORTVERSION= 1.11.0 >+PORTREVISION= 1 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= BSD3CLAUSE > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > NO_ARCH= yes >Index: databases/py-rrdtool_lgpl/Makefile >=================================================================== >--- databases/py-rrdtool_lgpl/Makefile (revision 461543) >+++ databases/py-rrdtool_lgpl/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= rrdtool_lgpl > PORTVERSION= 1.0b1 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= databases python > MASTER_SITES= SF/py-rrdtool/py-rrdtool/${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +17,7 @@ > > LIB_DEPENDS= librrd.so:databases/rrdtool > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > LIBDIR?= ${LOCALBASE}/lib # directory where librrd.so lives >Index: databases/py-umemcache/Makefile >=================================================================== >--- databases/py-umemcache/Makefile (revision 461543) >+++ databases/py-umemcache/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= umemcache > PORTVERSION= 1.6.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +13,7 @@ > > LICENSE= BSD4CLAUSE > >-USES= dos2unix python:2 zip >+USES= dos2unix python:2.7 zip > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: databases/skytools/Makefile >=================================================================== >--- databases/skytools/Makefile (revision 461543) >+++ databases/skytools/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= skytools > PORTVERSION= 3.2 >+PORTREVISION= 1 > CATEGORIES= databases > MASTER_SITES= http://pgfoundry.org/frs/download.php/3622/ > >@@ -10,7 +11,7 @@ > COMMENT= PostgreSQL tools from Skype: walshipping, queueing, replication > > GNU_CONFIGURE= yes >-USES= gmake python:2 shebangfix pgsql >+USES= gmake python:2.7 shebangfix pgsql > > SHEBANG_FILES= setup_pkgloader.py setup_skytools.py \ > scripts/catsql.py scripts/data_maintainer.py \ >Index: databases/zodb3/Makefile >=================================================================== >--- databases/zodb3/Makefile (revision 461543) >+++ databases/zodb3/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= zodb > PORTVERSION= 3.10.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases > MASTER_SITES= CHEESESHOP > PKGNAMESUFFIX= -py${PYTHON_SUFFIX} >@@ -21,7 +21,7 @@ > ${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:devel/py-zclockfile@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:devel/py-zope.event@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: deskutils/calibre/Makefile >=================================================================== >--- deskutils/calibre/Makefile (revision 461543) >+++ deskutils/calibre/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= calibre > PORTVERSION= 3.17.0 >+PORTREVISION= 1 > CATEGORIES= deskutils python > MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ > >@@ -48,7 +49,7 @@ > pdftohtml:graphics/poppler-utils > > USES= desktop-file-utils gettext-runtime gnome localbase:ldflags pkgconfig \ >- python:2 pyqt:5 shared-mime-info shebangfix ssl tar:xz >+ python:2.7 pyqt:5 shared-mime-info shebangfix ssl tar:xz > USE_RC_SUBR= calibre > EXTRACT_BEFORE_ARGS= -x -s '/^calibre/~-src/' -f > SHEBANG_GLOB= *.sh *.py >Index: deskutils/conduit/Makefile >=================================================================== >--- deskutils/conduit/Makefile (revision 461543) >+++ deskutils/conduit/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= conduit > PORTVERSION= 0.3.17 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= deskutils > MASTER_SITES= GNOME > >@@ -23,7 +23,7 @@ > xdg-open:devel/xdg-utils > > GNU_CONFIGURE= yes >-USES= gettext gmake pathfix pkgconfig python:2 \ >+USES= gettext gmake pathfix pkgconfig python:2.7 \ > shebangfix > INSTALLS_OMF= yes > INSTALLS_ICONS= yes >Index: deskutils/gnome-tweak-tool/Makefile >=================================================================== >--- deskutils/gnome-tweak-tool/Makefile (revision 461543) >+++ deskutils/gnome-tweak-tool/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= gnome-tweak-tool > PORTVERSION= 3.18.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= deskutils gnome > MASTER_SITES= GNOME > >@@ -15,7 +15,7 @@ > > PORTSCOUT= limitw:1,even > >-USES= gettext gmake gnome pathfix pkgconfig python:2 \ >+USES= gettext gmake gnome pathfix pkgconfig python:2.7 \ > shebangfix tar:xz > USE_GNOME= gtk30 pygobject3 intlhack > GNU_CONFIGURE= yes >Index: deskutils/griffith/Makefile >=================================================================== >--- deskutils/griffith/Makefile (revision 461543) >+++ deskutils/griffith/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= griffith > PORTVERSION= 0.13 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= deskutils > MASTER_SITES= http://launchpadlibrarian.net/87859599/ > >@@ -18,7 +18,7 @@ > ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}reportlab1>=1.19:print/py-reportlab1@${PY_FLAVOR} > >-USES= gmake gettext python:2 shebangfix tar:xz >+USES= gmake gettext python:2.7 shebangfix tar:xz > SHEBANG_FILES= griffith > USE_GNOME= pygtk2 > NO_BUILD= yes >Index: deskutils/gtg/Makefile >=================================================================== >--- deskutils/gtg/Makefile (revision 461543) >+++ deskutils/gtg/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= gtg > PORTVERSION= 0.3.1 >+PORTREVISION= 1 > CATEGORIES= deskutils gnome python > MASTER_SITES= http://launchpadlibrarian.net/157500472/ > >@@ -16,7 +17,7 @@ > xset:x11/xset > > USE_GNOME= pygobject pygtk2 >-USES= gettext desktop-file-utils python:2 shebangfix >+USES= gettext desktop-file-utils python:2.7 shebangfix > INSTALLS_ICONS= yes > SHEBANG_FILES= ${WRKSRC}/gtcli_bash_completion > USE_PYTHON= distutils autoplist >Index: deskutils/ljcharm/Makefile >=================================================================== >--- deskutils/ljcharm/Makefile (revision 461543) >+++ deskutils/ljcharm/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= charm > PORTVERSION= 1.9.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= deskutils net > MASTER_SITES= SF/lj${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >@@ -13,7 +13,7 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > NO_ARCH= yes > >Index: deskutils/mozo/Makefile >=================================================================== >--- deskutils/mozo/Makefile (revision 461543) >+++ deskutils/mozo/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= mozo > PORTVERSION= 1.18.0 >+PORTREVISION= 1 > CATEGORIES= deskutils mate > MASTER_SITES= MATE > DIST_SUBDIR= mate >@@ -13,7 +14,7 @@ > PORTSCOUT= limitw:1,even > > USES= gettext gmake localbase pathfix pkgconfig \ >- python:2 tar:xz >+ python:2.7 tar:xz > USE_MATE= menus > USE_GNOME= gtk30 intltool pygobject3 > GNU_CONFIGURE= yes >Index: deskutils/rednotebook/Makefile >=================================================================== >--- deskutils/rednotebook/Makefile (revision 461543) >+++ deskutils/rednotebook/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= rednotebook > PORTVERSION= 1.9.0 >+PORTREVISION= 1 > CATEGORIES= deskutils python > MASTER_SITES= SF/rednotebook > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +18,7 @@ > ${LOCALBASE}/bin/xdg-open:devel/xdg-utils \ > ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${FLAVOR} > >-USES= desktop-file-utils gettext python:2 >+USES= desktop-file-utils gettext python:2.7 > > INSTALLS_ICONS= yes > USE_GNOME= pygtk2 >Index: deskutils/semantik/Makefile >=================================================================== >--- deskutils/semantik/Makefile (revision 461543) >+++ deskutils/semantik/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= semantik > DISTVERSION= 0.9.5 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= deskutils kde > MASTER_SITES= http://ftp.waf.io/pub/release/ \ > http://www.freehackers.org/~tnagy/release/ >@@ -12,7 +12,7 @@ > > LICENSE= GPLv3 > >-USES= kde:4 pkgconfig python:2 shebangfix tar:bzip2 waf \ >+USES= kde:4 pkgconfig python:2.7 shebangfix tar:bzip2 waf \ > gettext shared-mime-info > USE_KDE= kdelibs > USE_OCAML= yes >Index: deskutils/superkaramba/Makefile >=================================================================== >--- deskutils/superkaramba/Makefile (revision 461543) >+++ deskutils/superkaramba/Makefile (working copy) >@@ -2,13 +2,13 @@ > > PORTNAME= superkaramba > PORTVERSION= ${KDE4_VERSION} >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= deskutils kde kde-kde4 > > MAINTAINER= kde@FreeBSD.org > COMMENT= Widget framework for KDE > >-USES= cmake:outsource kde:4 python:2 tar:xz >+USES= cmake:outsource kde:4 python:2.7 tar:xz > USE_KDE= kdelibs automoc4 qimageblitz > USE_QT4= qmake_build moc_build rcc_build uic_build > USE_LDCONFIG= yes >Index: deskutils/tnote/Makefile >=================================================================== >--- deskutils/tnote/Makefile (revision 461543) >+++ deskutils/tnote/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= tnote > PORTVERSION= 0.2.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= deskutils > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} > >@@ -12,7 +12,7 @@ > > LICENSE= GPLv3 > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > USE_PYTHON= distutils > > SHEBANG_FILES= tnote >Index: devel/bbfreeze/Makefile >=================================================================== >--- devel/bbfreeze/Makefile (revision 461543) >+++ devel/bbfreeze/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= bbfreeze > PORTVERSION= 1.1.3 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +16,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}altgraph>=0.9:math/py-altgraph@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}bbfreeze-loader>=1.1.0:devel/bbfreeze-loader > >-USES= python:2 zip >+USES= python:2.7 zip > USE_PYTHON= autoplist distutils > > DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} >Index: devel/bbfreeze-loader/Makefile >=================================================================== >--- devel/bbfreeze-loader/Makefile (revision 461543) >+++ devel/bbfreeze-loader/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= bbfreeze-loader > PORTVERSION= 1.1.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +13,7 @@ > > LICENSE= ZLIB > >-USES= python:2 zip >+USES= python:2.7 zip > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: devel/bzr/Makefile >=================================================================== >--- devel/bzr/Makefile (revision 461543) >+++ devel/bzr/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= bzr > PORTVERSION= 2.7.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= CHEESESHOP > >@@ -20,7 +20,7 @@ > > USE_PYTHON= distutils cython > PYDISTUTILS_PKGNAME= bzr >-USES= gettext python:2 >+USES= gettext python:2.7 > MAKE_ENV= BZR_LOG=/dev/null > > post-install: >Index: devel/dee/Makefile >=================================================================== >--- devel/dee/Makefile (revision 461543) >+++ devel/dee/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= dee > PORTVERSION= 1.2.7 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= devel > MASTER_SITES= https://launchpadlibrarian.net/151383425/ \ > https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ >@@ -16,7 +16,7 @@ > BUILD_DEPENDS= vapigen:lang/vala > LIB_DEPENDS= libicutu.so:devel/icu > >-USES= gmake libtool pkgconfig pathfix python:2 >+USES= gmake libtool pkgconfig pathfix python:2.7 > GNU_CONFIGURE= yes > USE_GNOME= glib20 introspection:build pygobject3 > USE_LDCONFIG= yes >Index: devel/diffuse/Makefile >=================================================================== >--- devel/diffuse/Makefile (revision 461543) >+++ devel/diffuse/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= diffuse > PORTVERSION= 0.4.8 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= SF > >@@ -14,7 +15,7 @@ > > CONFLICTS_INSTALL= tinker-[0-9]* > >-USES= desktop-file-utils python:2 tar:bzip2 >+USES= desktop-file-utils python:2.7 tar:bzip2 > USE_GNOME= pygtk2 > > NO_BUILD= yes >Index: devel/dissy/Makefile >=================================================================== >--- devel/dissy/Makefile (revision 461543) >+++ devel/dissy/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= dissy > PORTVERSION= 10 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel > > MAINTAINER= sbz@FreeBSD.org >@@ -16,7 +16,7 @@ > ${PYTHON_PKGNAMEPREFIX}webkitgtk>0:www/py-webkitgtk@${FLAVOR} > LIB_DEPENDS= librsvg-2.so:graphics/librsvg2 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils > USE_GITHUB= yes > GH_ACCOUNT= SimonKagstrom >Index: devel/distorm/Makefile >=================================================================== >--- devel/distorm/Makefile (revision 461543) >+++ devel/distorm/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME?= distorm > DISTVERSION= 20121220-r230 >-PORTREVISION?= 2 >+PORTREVISION?= 3 > CATEGORIES= devel > .if defined(PYTHON_SLAVEPORT) > CATEGORIES+= python >@@ -25,7 +25,7 @@ > USES= dos2unix tar:xz > > .if defined(PYTHON_SLAVEPORT) >-USES+= python:2 >+USES+= python:2.7 > USE_PYTHON= distutils > > PYDISTUTILS_PKGNAME= distorm3 >Index: devel/dreampie/Makefile >=================================================================== >--- devel/dreampie/Makefile (revision 461543) >+++ devel/dreampie/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= dreampie > PORTVERSION= 1.2.1 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > >@@ -12,7 +13,7 @@ > LICENSE= GPLv3 > > USE_GNOME= pygtk2 pygtksourceview >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > pre-patch: >Index: devel/efl/Makefile >=================================================================== >--- devel/efl/Makefile (revision 461543) >+++ devel/efl/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= efl > PORTVERSION= 1.19.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel enlightenment > MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ > DIST_SUBDIR= enlightenment >@@ -24,7 +24,7 @@ > > GNU_CONFIGURE= yes > USES= autoreconf compiler:c++14-lang gettext-tools gmake iconv jpeg \ >- libtool pathfix pkgconfig python:2,run shared-mime-info \ >+ libtool pathfix pkgconfig python:2.7,run shared-mime-info \ > shebangfix tar:xz > SHEBANG_FILES= src/scripts/eina/eina-bench-cmp > USE_XORG= x11 xcursor xcomposite xdamage xext xfixes xi xinerama xp \ >Index: devel/evemu/Makefile >=================================================================== >--- devel/evemu/Makefile (revision 461543) >+++ devel/evemu/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= evemu > PORTVERSION= 2.6.0 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/ > >@@ -25,8 +26,8 @@ > MANPAGES_CONFIGURE_ENV= XMLTO=${LOCALBASE}/bin/minixmlto > MANPAGES_CONFIGURE_ENV_OFF= ac_cv_path_XMLTO="" \ > ac_cv_path_ASCIIDOC="" >-PYTHON_USES= python:2 >-PYTHON_USES_OFF= python:2,build >+PYTHON_USES= python:2.7 >+PYTHON_USES_OFF= python:2.7,build > PYTHON_CONFIGURE_ENABLE= python-bindings > > GNU_CONFIGURE= yes >Index: devel/glade3/Makefile >=================================================================== >--- devel/glade3/Makefile (revision 461543) >+++ devel/glade3/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= glade3 > PORTVERSION= 3.8.5 >+PORTREVISION= 1 > CATEGORIES= devel gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome2 >@@ -38,7 +39,7 @@ > GNOME_USE= GNOME=libgnomeui > PYTHON_CONFIGURE_ENABLE= python > PYTHON_USE= GNOME=pygtk2 >-PYTHON_USES= python:2 >+PYTHON_USES= python:2.7 > > post-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/lib/glade3/bindings >Index: devel/gobject-introspection/Makefile >=================================================================== >--- devel/gobject-introspection/Makefile (revision 461543) >+++ devel/gobject-introspection/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gobject-introspection > PORTVERSION= 1.50.0 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= devel > MASTER_SITES= GNOME >@@ -21,7 +22,7 @@ > PORTSCOUT= limitw:1,even > > USES= bison gettext gmake gnome libtool localbase pathfix \ >- pkgconfig python:2 tar:xz >+ pkgconfig python:2.7 tar:xz > GNU_CONFIGURE= yes > USE_GNOME= glib20 > USE_LDCONFIG= yes >Index: devel/hgview/Makefile >=================================================================== >--- devel/hgview/Makefile (revision 461543) >+++ devel/hgview/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= hgview > PORTVERSION= 1.9.0 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= CHEESESHOP \ > http://download.logilab.org/pub/${PORTNAME}/ >@@ -21,7 +22,7 @@ > asciidoc:textproc/asciidoc > > NO_ARCH= yes >-USES= gmake pyqt:4 python:2 >+USES= gmake pyqt:4 python:2.7 > USE_PYQT= gui_run qscintilla2_run > USE_PYTHON= distutils > PORTDOCS= * >Index: devel/libftdi1/Makefile >=================================================================== >--- devel/libftdi1/Makefile (revision 461543) >+++ devel/libftdi1/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= libftdi1 > PORTVERSION= 1.4 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= devel > MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ > >@@ -43,7 +43,7 @@ > .endif > > .if ${PORT_OPTIONS:MPYTHON} >-USES+= python:2 >+USES+= python:2.7 > CMAKE_ARGS+= -DPYTHON_BINDINGS:BOOL=true \ > -DDOCUMENTATION:BOOL=false > BUILD_DEPENDS+= swig3.0:devel/swig30 >Index: devel/libglade2/Makefile >=================================================================== >--- devel/libglade2/Makefile (revision 461543) >+++ devel/libglade2/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= libglade2 > PORTVERSION= 2.6.4 >-PORTREVISION?= 8 >+PORTREVISION?= 9 > CATEGORIES= devel gnome > MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//} > DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} >@@ -38,7 +38,7 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MPYTHON} >-USES+= python:2 >+USES+= python:2.7 > PLIST_SUB+= PYTHON="" > .else > PLIST_SUB+= PYTHON="@comment " >Index: devel/libmpsse/Makefile >=================================================================== >--- devel/libmpsse/Makefile (revision 461543) >+++ devel/libmpsse/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= libmpsse > PORTVERSION= 1.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > > MAINTAINER= ports@FreeBSD.org >@@ -18,7 +18,7 @@ > GH_ACCOUNT= devttys0 > GH_TAGNAME= f1a6744b220d > >-USES= autoreconf localbase:ldflags pkgconfig python:2 >+USES= autoreconf localbase:ldflags pkgconfig python:2.7 > GNU_CONFIGURE= yes > CONFIGURE_ENV= SWIG="swig3.0" > USE_LDCONFIG= yes >Index: devel/libmpsse/files/patch-configure.ac >=================================================================== >--- devel/libmpsse/files/patch-configure.ac (revision 461543) >+++ devel/libmpsse/files/patch-configure.ac (working copy) >@@ -6,7 +6,7 @@ > > + if ! test $PYEXE > + then >-+ PYEXE=$(which python2) >++ PYEXE=$(which python2.7) > + if ! test ${PYEXE} > + then > + PYEXE=$(which python) >@@ -16,7 +16,7 @@ > + > + if ! test $PYDEV > + then >-+ for INCL in $(python2-config --includes) >++ for INCL in $(python2.7-config --includes) > + do > + echo $INCL > + INCL=$(echo "${INCL}" | sed 's:^-I::g') >Index: devel/libosmocore/Makefile >=================================================================== >--- devel/libosmocore/Makefile (revision 461543) >+++ devel/libosmocore/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= libosmocore > PORTVERSION= 0.10.2 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://git.osmocom.org/libosmocore/snapshot/ \ > http://chaosophia.net/downloads/osmocom/${PORTNAME}/ >@@ -15,12 +16,14 @@ > LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite \ > libtalloc.so:devel/talloc > >-USES= alias autoreconf gmake libtool pathfix pkgconfig python:2 >+USES= alias autoreconf gmake libtool pathfix pkgconfig python:2.7 shebangfix > GNU_CONFIGURE= yes > LDFLAGS+= -lexecinfo > USE_LDCONFIG= yes > INSTALL_TARGET= install-strip > PORTDOCS= * >+SHEBANG_FILES= utils/conv_codes_gsm.py utils/conv_gen.py >+python_OLD_CMD= /usr/bin/python2 > > OPTIONS_DEFINE= DOXYGEN > DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ >@@ -31,5 +34,9 @@ > ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version > @${REINPLACE_CMD} -e '/#pragma GCC diagnostic/d' \ > ${WRKSRC}/src/application.c >+ ${REINPLACE_CMD} -e 's/python2/${PYTHON_VERSION}/' \ >+ ${WRKSRC}/include/Makefile.am \ >+ ${WRKSRC}/src/gsm/Makefile.am \ >+ ${WRKSRC}/tests/Makefile.am > > .include <bsd.port.mk> >Index: devel/libvirt-glib/Makefile >=================================================================== >--- devel/libvirt-glib/Makefile (revision 461543) >+++ devel/libvirt-glib/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= libvirt-glib > PORTVERSION= 1.0.0 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= ftp://libvirt.org/libvirt/glib/ > >@@ -21,7 +22,7 @@ > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --enable-introspection >-USES= gettext gmake libtool pathfix pkgconfig python:2 >+USES= gettext gmake libtool pathfix pkgconfig python:2.7 > USE_LDCONFIG= yes > USE_GNOME= intlhack introspection libxml2 > CPPFLAGS+= -I${LOCALBASE}/include >Index: devel/ninja-ide/Makefile >=================================================================== >--- devel/ninja-ide/Makefile (revision 461543) >+++ devel/ninja-ide/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= ninja-ide > PORTVERSION= 2.3 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel > MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/ > >@@ -13,7 +13,7 @@ > > LICENSE= GPLv3 > >-USES= pyqt:4 python:2 >+USES= pyqt:4 python:2.7 > USE_PYQT= declarative_run network webkit > USE_PYTHON= distutils autoplist > >Index: devel/py-Products.LDAPMultiPlugins/Makefile >=================================================================== >--- devel/py-Products.LDAPMultiPlugins/Makefile (revision 461543) >+++ devel/py-Products.LDAPMultiPlugins/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= Products.LDAPMultiPlugins > PORTVERSION= 1.14 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel python zope > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -18,7 +18,7 @@ > ${PYTHON_PKGNAMEPREFIX}Products.LDAPUserFolder>=2.9:devel/py-Products.LDAPUserFolder@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=1.4.0:security/py-Products.PluggableAuthService@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/py-Products.Marshall/Makefile >=================================================================== >--- devel/py-Products.Marshall/Makefile (revision 461543) >+++ devel/py-Products.Marshall/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= Products.Marshall > PORTVERSION= 2.1.4 >+PORTREVISION= 1 > CATEGORIES= devel python zope > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -23,7 +24,7 @@ > ${PYTHON_PKGNAMEPREFIX}DateTime>=0:devel/py-DateTime@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:devel/py-ExtensionClass@${FLAVOR} > >-USES= python:2 zip >+USES= python:2.7 zip > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: devel/py-cliapp/Makefile >=================================================================== >--- devel/py-cliapp/Makefile (revision 461543) >+++ devel/py-cliapp/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= cliapp > PORTVERSION= 1.20160724 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cliapp/snapshot/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +16,7 @@ > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > NO_ARCH= yes > > USE_PYTHON= distutils autoplist >Index: devel/py-cmdtest/Makefile >=================================================================== >--- devel/py-cmdtest/Makefile (revision 461543) >+++ devel/py-cmdtest/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= cmdtest > PORTVERSION= 0.29 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cmdtest/snapshot/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,7 +20,7 @@ > ${PYTHON_PKGNAMEPREFIX}cliapp>0:devel/py-cliapp@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}ttystatus>0:devel/py-ttystatus@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: devel/py-five.customerize/Makefile >=================================================================== >--- devel/py-five.customerize/Makefile (revision 461543) >+++ devel/py-five.customerize/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= five.customerize > PORTVERSION= 1.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python zope > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -30,6 +30,6 @@ > ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition@${FLAVOR} > > USE_PYTHON= distutils autoplist >-USES= python:2 zope zip >+USES= python:2.7 zope zip > > .include <bsd.port.mk> >Index: devel/py-freebsd/Makefile >=================================================================== >--- devel/py-freebsd/Makefile (revision 461543) >+++ devel/py-freebsd/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= freebsd > PORTVERSION= 0.9.3 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= devel python > MASTER_SITES= LOCAL/perky \ > http://people.freebsd.org/~perky/distfiles/ >@@ -16,7 +16,7 @@ > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/COPYRIGHT > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.pre.mk> >Index: devel/py-functools32/Makefile >=================================================================== >--- devel/py-functools32/Makefile (revision 461543) >+++ devel/py-functools32/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= functools32 > PORTVERSION= 3.2.3 >+PORTREVISION= 1 > CATEGORIES= devel python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -15,7 +16,7 @@ > GH_PROJECT= python-functools32 > GH_TAGNAME= ad90fa8 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: devel/py-gdata/Makefile >=================================================================== >--- devel/py-gdata/Makefile (revision 461543) >+++ devel/py-gdata/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gdata > PORTVERSION= 2.0.18 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= APACHE20 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > OPTIONS_DEFINE= GMPY M2CRYPTO PYCRYPTO EXAMPLES >Index: devel/py-gobject/Makefile >=================================================================== >--- devel/py-gobject/Makefile (revision 461543) >+++ devel/py-gobject/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= gobject > PORTVERSION= 2.28.6 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= devel python > MASTER_SITES= GNOME/sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -22,7 +22,7 @@ > > PORTSCOUT= ignore:1 > >-USES= gmake libtool pathfix pkgconfig python:2 tar:xz shebangfix >+USES= gmake libtool pathfix pkgconfig python:2.7 tar:xz shebangfix > USE_GNOME= glib20 introspection:build,run > USE_PYTHON= flavors > GNU_CONFIGURE= yes >Index: devel/py-google-apputils/Makefile >=================================================================== >--- devel/py-google-apputils/Makefile (revision 461543) >+++ devel/py-google-apputils/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= google-apputils > PORTVERSION= 0.4.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,7 +19,7 @@ > ${PYTHON_PKGNAMEPREFIX}dateutil>2:devel/py-dateutil@${FLAVOR} > > NO_ARCH= yes >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/py-grouch/Makefile >=================================================================== >--- devel/py-grouch/Makefile (revision 461543) >+++ devel/py-grouch/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= grouch > PORTVERSION= 0.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= https://www.mems-exchange.org/software/files/${PORTNAME}/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +14,7 @@ > > OPTIONS_DEFINE= DOCS EXAMPLES > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > PORTDOCS= * >Index: devel/py-gyp/Makefile >=================================================================== >--- devel/py-gyp/Makefile (revision 461543) >+++ devel/py-gyp/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gyp > PORTVERSION= 20160504 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= LOCAL/hrs > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: devel/py-hghooks/Makefile >=================================================================== >--- devel/py-hghooks/Makefile (revision 461543) >+++ devel/py-hghooks/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= hghooks > PORTVERSION= 0.7.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= LGPL3 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/py-hgsubversion/Makefile >=================================================================== >--- devel/py-hgsubversion/Makefile (revision 461543) >+++ devel/py-hgsubversion/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= hgsubversion > PORTVERSION= 1.8.6 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > OPTIONS_DEFAULT=SUBVERTPY > SUBVERTPY_DESC= Use subvertpy python bindings > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.options.mk> >Index: devel/py-instant/Makefile >=================================================================== >--- devel/py-instant/Makefile (revision 461543) >+++ devel/py-instant/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= instant > PORTVERSION= ${MMVERSION}.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +15,7 @@ > > RUN_DEPENDS= swig3.0:devel/swig30 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils > PYDISTUTILS_PKGNAME= instant > >Index: devel/py-ioflo/Makefile >=================================================================== >--- devel/py-ioflo/Makefile (revision 461543) >+++ devel/py-ioflo/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= ioflo > PORTVERSION= 1.5.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= APACHE20 > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > USE_PYTHON= autoplist distutils > NO_ARCH= yes > >Index: devel/py-jsonrpclib/Makefile >=================================================================== >--- devel/py-jsonrpclib/Makefile (revision 461543) >+++ devel/py-jsonrpclib/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= jsonrpclib > PORTVERSION= 0.1.7 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= APACHE20 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > OPTIONS_DEFINE= CJSON >Index: devel/py-kayako/Makefile >=================================================================== >--- devel/py-kayako/Makefile (revision 461543) >+++ devel/py-kayako/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= kayako > PORTVERSION= 1.1.5 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} > > NO_ARCH= yes >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: devel/py-krosspython/Makefile >=================================================================== >--- devel/py-krosspython/Makefile (revision 461543) >+++ devel/py-krosspython/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= krosspython > PORTVERSION= ${KDE4_VERSION} >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel kde kde-kde4 python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DISTNAME= kross-interpreters-${PORTVERSION} >@@ -10,7 +10,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Kross Python scripting library > >-USES= cmake:outsource kde:4 python:2 tar:xz >+USES= cmake:outsource kde:4 python:2.7 tar:xz > USE_KDE= kdelibs automoc4 > USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build > CMAKE_ARGS+= -DBUILD_falcon:BOOL=FALSE \ >Index: devel/py-liblarch/Makefile >=================================================================== >--- devel/py-liblarch/Makefile (revision 461543) >+++ devel/py-liblarch/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= liblarch > PORTVERSION= 2.1.0 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= devel python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > > USE_GITHUB= yes > USE_GNOME= pygobject >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/py-meliae/Makefile >=================================================================== >--- devel/py-meliae/Makefile (revision 461543) >+++ devel/py-meliae/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= meliae > PORTVERSION= 0.4.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= http://launchpadlibrarian.net/74803944/ \ > LOCAL/sbz >@@ -13,7 +13,7 @@ > > LICENSE= GPLv3 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist cython > > regression-test: extract >Index: devel/py-mongokit/Makefile >=================================================================== >--- devel/py-mongokit/Makefile (revision 461543) >+++ devel/py-mongokit/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mongokit > PORTVERSION= 0.8.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +13,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.0.1:databases/pymongo@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/py-notify/Makefile >=================================================================== >--- devel/py-notify/Makefile (revision 461543) >+++ devel/py-notify/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= notify > PORTVERSION= 0.1.1 > DISTVERSIONPREFIX=python- >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= devel python > MASTER_SITES= http://www.galago-project.org/files/releases/source/notify-python/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +15,7 @@ > > LIB_DEPENDS= libnotify.so:devel/libnotify > >-USES= gmake libtool:keepla pathfix pkgconfig python:2 tar:bzip2 >+USES= gmake libtool:keepla pathfix pkgconfig python:2.7 tar:bzip2 > USE_GNOME= pygtk2 > USE_PYTHON= flavors > INSTALL_TARGET= install-strip >Index: devel/py-ordereddict/Makefile >=================================================================== >--- devel/py-ordereddict/Makefile (revision 461543) >+++ devel/py-ordereddict/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= ordereddict > PORTVERSION= 1.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +14,7 @@ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= python:2 # for graphics/py-blocking >+USES= python:2.7 # for graphics/py-blocking > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/py-palm/Makefile >=================================================================== >--- devel/py-palm/Makefile (revision 461543) >+++ devel/py-palm/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= palm > PORTVERSION= 0.1.7 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf@${FLAVOR} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simpleparse>0:devel/py-simpleparse@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > post-patch: >Index: devel/py-pp/Makefile >=================================================================== >--- devel/py-pp/Makefile (revision 461543) >+++ devel/py-pp/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pp > PORTVERSION= 1.6.6 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= http://www.parallelpython.com/downloads/pp/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= BSD3CLAUSE > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/py-pybind11/Makefile >=================================================================== >--- devel/py-pybind11/Makefile (revision 461543) >+++ devel/py-pybind11/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pybind11 > DISTVERSION= 2.2.1 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= BSD3CLAUSE > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > NO_ARCH= yes > >Index: devel/py-pydoop/Makefile >=================================================================== >--- devel/py-pydoop/Makefile (revision 461543) >+++ devel/py-pydoop/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pydoop > PORTVERSION= 1.1.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > BUILD_DEPENDS= ${LOCALBASE}/bin/yarn:devel/hadoop2 > RUN_DEPENDS= ${LOCALBASE}/bin/yarn:devel/hadoop2 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > USE_JAVA= 1.7 > MAKE_ENV+= HADOOP_HOME=${LOCALBASE} \ >Index: devel/py-pykde4/Makefile >=================================================================== >--- devel/py-pykde4/Makefile (revision 461543) >+++ devel/py-pykde4/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pykde4 > PORTVERSION= ${KDE4_VERSION} >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= devel kde kde-kde4 python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -11,7 +11,7 @@ > > LIB_DEPENDS= libqwt.so:x11-toolkits/qwt5 > >-USES= cmake:outsource kde:4 python:2 pyqt:4 tar:xz >+USES= cmake:outsource kde:4 python:2.7 pyqt:4 tar:xz > USE_KDE= kdelibs nepomuk-core okular pimlibs \ > akonadi automoc4 soprano > USE_PYQT= declarative designer gui network opengl phonon script sip \ >Index: devel/py-pykdeuic4/Makefile >=================================================================== >--- devel/py-pykdeuic4/Makefile (revision 461543) >+++ devel/py-pykdeuic4/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pykdeuic4 > PORTVERSION= ${KDE4_VERSION} >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel kde kde-kde4 python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DISTNAME= pykde4-${PORTVERSION} >@@ -10,7 +10,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Enhanced version of pyuic4 > >-USES= cmake:outsource python:2 kde:4 shebangfix tar:xz >+USES= cmake:outsource python:2.7 kde:4 shebangfix tar:xz > USE_KDE= kdelibs automoc4 pykde4 > USE_QT4= moc_build qmake_build rcc_build uic_build > DISTINFO_FILE= ${.CURDIR:H:H}/devel/py-pykde4/distinfo >Index: devel/py-pytemplate/Makefile >=================================================================== >--- devel/py-pytemplate/Makefile (revision 461543) >+++ devel/py-pytemplate/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pytemplate > PORTVERSION= 1.5.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel python > MASTER_SITES= http://www.bulot.org/downloads/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +13,7 @@ > > LICENSE= GPLv3 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils > > EXAMPLESDIR= ${PREFIX}/share/examples/py-pytemplate >Index: devel/py-pyutil/Makefile >=================================================================== >--- devel/py-pyutil/Makefile (revision 461543) >+++ devel/py-pyutil/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pyutil > PORTVERSION= 3.1.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +16,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.1:devel/py-simplejson@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:converters/zbase32 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > post-extract: >Index: devel/py-rlcompleter2/Makefile >=================================================================== >--- devel/py-rlcompleter2/Makefile (revision 461543) >+++ devel/py-rlcompleter2/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= rlcompleter2 > PORTVERSION= 0.98 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= MIT > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/py-robotframework-selenium2library/Makefile >=================================================================== >--- devel/py-robotframework-selenium2library/Makefile (revision 461543) >+++ devel/py-robotframework-selenium2library/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= robotframework-selenium2library > PORTVERSION= 1.8.0 >+PORTREVISION= 1 > CATEGORIES= devel www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > NO_ARCH= yes > >Index: devel/py-spark/Makefile >=================================================================== >--- devel/py-spark/Makefile (revision 461543) >+++ devel/py-spark/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= spark > PORTVERSION= 0.6.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= http://pages.cpsc.ucalgary.ca/~aycock/spark/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -11,7 +11,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Scanning, Parsing, and Rewriting Kit > >-USES= python:2 >+USES= python:2.7 > NO_BUILD= yes > NO_ARCH= yes > >Index: devel/py-trace2html/Makefile >=================================================================== >--- devel/py-trace2html/Makefile (revision 461543) >+++ devel/py-trace2html/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= trace2html > PORTVERSION= 0.2.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +13,7 @@ > > LICENSE= GPLv2 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/py-ttystatus/Makefile >=================================================================== >--- devel/py-ttystatus/Makefile (revision 461543) >+++ devel/py-ttystatus/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= ttystatus > PORTVERSION= 0.32 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://git.liw.fi/cgi-bin/cgit/cgit.cgi/ttystatus/snapshot/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > LICENSE= GPLv3 > LICENSE_FILES= ${WRKSRC}/COPYING > >-USES= python:2 >+USES= python:2.7 > NO_ARCH= yes > > USE_PYTHON= distutils autoplist >Index: devel/py-tvrage/Makefile >=================================================================== >--- devel/py-tvrage/Makefile (revision 461543) >+++ devel/py-tvrage/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tvrage > PORTVERSION= 0.4.1 >+PORTREVISION= 1 > CATEGORIES= devel python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -15,7 +16,7 @@ > GH_ACCOUNT= ckreutzer > GH_PROJECT= python-${PORTNAME} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils > PYDISTUTILS_PKGNAME= python_${PORTNAME} > >Index: devel/py-uncompyle2/Makefile >=================================================================== >--- devel/py-uncompyle2/Makefile (revision 461543) >+++ devel/py-uncompyle2/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= uncompyle2 > PORTVERSION= 1.1 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= py- > >@@ -12,7 +13,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= Mysterie > GH_TAGNAME= 3956a5a >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils > REINPLACE_ARGS= -i "" > >Index: devel/py-wsgitools/Makefile >=================================================================== >--- devel/py-wsgitools/Makefile (revision 461543) >+++ devel/py-wsgitools/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= wsgitools > PORTVERSION= 0.3 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://subdivi.de/~helmut/${PORTNAME}/dist/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > > LICENSE= GPLv2+ > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/py-xoltar-toolkit/Makefile >=================================================================== >--- devel/py-xoltar-toolkit/Makefile (revision 461543) >+++ devel/py-xoltar-toolkit/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= xoltar-toolkit > PORTVERSION= 2001.06.01 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= SF/${PORTNAME}/xoltar%20toolkit/June%202001 > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > > LICENSE= LGPL21+ > >-USES= python:2 >+USES= python:2.7 > NO_WRKSUBDIR= yes > NO_ARCH= yes > >Index: devel/py-zLOG/Makefile >=================================================================== >--- devel/py-zLOG/Makefile (revision 461543) >+++ devel/py-zLOG/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= zLOG > PORTVERSION= 2.11.2 >+PORTREVISION= 1 > CATEGORIES= devel python zope > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:devel/py-zconfig@${FLAVOR} > > NO_ARCH= yes >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: devel/pydbus-common/Makefile >=================================================================== >--- devel/pydbus-common/Makefile (revision 461543) >+++ devel/pydbus-common/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= dbus > PORTVERSION= 1.2.0 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES= devel gnome python > MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ > PKGNAMEPREFIX?= py >@@ -25,7 +25,7 @@ > INSTALL_TARGET= install-strip > > .if ${SLAVE_PORT} == no >-USES+= python:2,build >+USES+= python:2.7,build > > DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} > EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} >Index: devel/pypersrc/Makefile >=================================================================== >--- devel/pypersrc/Makefile (revision 461543) >+++ devel/pypersrc/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pypersrc > PORTVERSION= 20120106 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel > MASTER_SITES= http://www.jimbrooks.org/software/pypersrc/ > DISTNAME= ${PORTNAME}_${PORTVERSION} >@@ -19,7 +19,7 @@ > > WRKSRC= ${WRKDIR}/${PORTNAME} > >-USES= gmake python:2 tar:bzip2 >+USES= gmake python:2.7 tar:bzip2 > HAS_CONFIGURE= yes > CONFIGURE_SCRIPT= configure.sh > MAKE_ENV= CXX_FLAGS="${CXXFLAGS}" >Index: devel/pyside/Makefile >=================================================================== >--- devel/pyside/Makefile (revision 461543) >+++ devel/pyside/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= pyside > PORTVERSION= 1.2.2 > DISTVERSIONPREFIX= qt4.8+ >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= https://download.qt-project.org/official_releases/pyside/ > PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} >@@ -29,7 +29,7 @@ > PLIST_SUB= PORTVERSION=${PORTVERSION} \ > PYTHON_VERSION=${PYTHON_VERSION} > >-USES= cmake python:2 tar:bzip2 >+USES= cmake python:2.7 tar:bzip2 > USE_PYTHON= flavors > USE_LDCONFIG= yes > >Index: devel/pyside-tools/Makefile >=================================================================== >--- devel/pyside-tools/Makefile (revision 461543) >+++ devel/pyside-tools/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pyside-tools > PORTVERSION= 0.2.15 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} > >@@ -21,7 +21,7 @@ > GH_ACCOUNT= PySide > GH_PROJECT= Tools > >-USES= cmake python:2 shebangfix >+USES= cmake python:2.7 shebangfix > SHEBANG_FILES= pyside-uic pysideuic/icon_cache.py > USE_QT4= moc_build qmake_build rcc_build uic_build > >Index: devel/pyst/Makefile >=================================================================== >--- devel/pyst/Makefile (revision 461543) >+++ devel/pyst/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pyst > PORTVERSION= 0.6.50 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= SF/${PORTNAME}/pyst/${PORTVERSION} > >@@ -12,7 +13,7 @@ > LICENSE= LGPL21 PSFL > LICENSE_COMB= dual > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils > NO_ARCH= yes > >Index: devel/pythk/Makefile >=================================================================== >--- devel/pythk/Makefile (revision 461543) >+++ devel/pythk/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pythk > PORTVERSION= 0.2.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +13,7 @@ > > LICENSE= BSD2CLAUSE > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/runsnakerun/Makefile >=================================================================== >--- devel/runsnakerun/Makefile (revision 461543) >+++ devel/runsnakerun/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= runsnakerun > DISTVERSION= 2.0.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > DISTNAME= ${PORTNAME:C/r/R/g:C/s/S/}-${DISTVERSION} >@@ -16,7 +16,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SquareMap>0:x11-toolkits/py-SquareMap@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}meliae>0:devel/py-meliae@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: devel/shedskin/Makefile >=================================================================== >--- devel/shedskin/Makefile (revision 461543) >+++ devel/shedskin/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= shedskin > PORTVERSION= 0.9.4 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= devel python > >@@ -18,7 +19,7 @@ > > USE_GITHUB= yes > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > NO_ARCH= yes > >Index: devel/spark/Makefile >=================================================================== >--- devel/spark/Makefile (revision 461543) >+++ devel/spark/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= spark > PORTVERSION= 2.1.1 >+PORTREVISION= 1 > CATEGORIES= devel java > MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ > LOCAL/demon/:maven \ >@@ -22,7 +23,7 @@ > RUN_DEPENDS= bash:shells/bash \ > yarn:devel/hadoop2 > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > USE_JAVA= yes > JAVA_VERSION= 1.7+ > MAKE_ENV+= JAVA_HOME=${JAVA_HOME} MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m" >Index: devel/zziplib/Makefile >=================================================================== >--- devel/zziplib/Makefile (revision 461543) >+++ devel/zziplib/Makefile (working copy) >@@ -15,7 +15,7 @@ > > BUILD_DEPENDS= zip:archivers/zip > >-USES= libtool pathfix pkgconfig python:2,build tar:bzip2 >+USES= libtool pathfix pkgconfig python:2.7,build tar:bzip2 > GNU_CONFIGURE= yes > CONFIGURE_ENV= ac_cv_path_XMLTO=":" > USE_LDCONFIG= yes >Index: dns/py-dns/Makefile >=================================================================== >--- dns/py-dns/Makefile (revision 461543) >+++ dns/py-dns/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= dns > PORTVERSION= 2.3.6 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= dns python > MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +17,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > PORTDOCS= README.txt README-guido.txt >Index: dns/py-idnkit2/Makefile >=================================================================== >--- dns/py-idnkit2/Makefile (revision 461543) >+++ dns/py-idnkit2/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= idnkit-python > PORTVERSION= 2.3 >+PORTREVISION= 1 > CATEGORIES= dns > MASTER_SITES= http://jprs.co.jp/idn/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LIB_DEPENDS= libidnkitlite.so:dns/idnkit2 > >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_PYTHON= distutils autoplist > > post-patch: >Index: dns/unbound/Makefile >=================================================================== >--- dns/unbound/Makefile (revision 461543) >+++ dns/unbound/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= unbound > PORTVERSION= 1.6.8 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= dns > MASTER_SITES= http://unbound.net/downloads/ > >@@ -75,7 +75,7 @@ > PYTHON_CONFIGURE_ON= --with-pyunbound=yes --with-pythonmodule=yes \ > LDFLAGS="-L${LOCALBASE}/lib" \ > ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0 >-PYTHON_USES= python:2 >+PYTHON_USES= python:2.7 > PYTHON_VARS= STRIP_FILES+=.libs/_unbound.so > THREADS_CONFIGURE_WITH= pthreads > >Index: editors/leo/Makefile >=================================================================== >--- editors/leo/Makefile (revision 461543) >+++ editors/leo/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= leo > PORTVERSION= 5.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= editors python > MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final > DISTNAME= Leo-${PORTVERSION}-final >@@ -19,7 +19,7 @@ > ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${FLAVOR} \ > silvercity>0:textproc/silvercity > >-USES= pyqt:4 python:2 shebangfix zip >+USES= pyqt:4 python:2.7 shebangfix zip > SHEBANG_FILES= leo/doc/html/fixup.pl leo/external/saveleo \ > leo/dist/leo-install.py leo/scripts/leo > USE_PYQT= gui_run svg_run >Index: emulators/mame/Makefile >=================================================================== >--- emulators/mame/Makefile (revision 461543) >+++ emulators/mame/Makefile (working copy) >@@ -22,7 +22,7 @@ > GH_PROJECT= mame # explicit (master port) > GH_TAGNAME= mame${PORTVERSION:S/.//} > >-USES= compiler:c11 gmake jpeg pkgconfig python:2,build shebangfix >+USES= compiler:c11 gmake jpeg pkgconfig python:2.7,build shebangfix > SHEBANG_FILES= src/devices/cpu/m6502/m6502make.py \ > src/devices/cpu/m6809/m6809make.py \ > src/devices/cpu/mcs96/mcs96make.py \ >Index: emulators/qemu/Makefile >=================================================================== >--- emulators/qemu/Makefile (revision 461543) >+++ emulators/qemu/Makefile (working copy) >@@ -18,7 +18,7 @@ > libfreetype.so:print/freetype2 > > HAS_CONFIGURE= yes >-USES?= cpe gmake pkgconfig bison perl5 python:2,build tar:bzip2 >+USES?= cpe gmake pkgconfig bison perl5 python:2.7,build tar:bzip2 > USE_PERL5= build > MAKE_ENV+= BSD_MAKE="${MAKE}" V=1 > .if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils" >Index: emulators/qemu-devel/Makefile >=================================================================== >--- emulators/qemu-devel/Makefile (revision 461543) >+++ emulators/qemu-devel/Makefile (working copy) >@@ -14,7 +14,7 @@ > LICENSE= GPLv2 > > HAS_CONFIGURE= yes >-USES= cpe gmake pkgconfig bison perl5 python:2,build ssl tar:bzip2 >+USES= cpe gmake pkgconfig bison perl5 python:2.7,build ssl tar:bzip2 > USE_PERL5= build > USE_XORG= pixman > USE_GNOME+= cairo glib20 >Index: emulators/qemu-ppcnv/Makefile >=================================================================== >--- emulators/qemu-ppcnv/Makefile (revision 461543) >+++ emulators/qemu-ppcnv/Makefile (working copy) >@@ -25,7 +25,7 @@ > GH_TAGNAME= 8d5981c > > HAS_CONFIGURE= yes >-USES= gmake libtool makeinfo pkgconfig python:2,build >+USES= gmake libtool makeinfo pkgconfig python:2.7,build > USE_XORG= pixman > USE_GNOME+= glib20 > ONLY_FOR_ARCHS= amd64 >Index: emulators/qemu-utils/Makefile >=================================================================== >--- emulators/qemu-utils/Makefile (revision 461543) >+++ emulators/qemu-utils/Makefile (working copy) >@@ -6,7 +6,7 @@ > COMMENT= QEMU userland utilities > > HAS_CONFIGURE= yes >-USES= cpe gmake pkgconfig perl5 python:2,build tar:bzip2 >+USES= cpe gmake pkgconfig perl5 python:2.7,build tar:bzip2 > USES+= gettext-runtime > USE_GNOME+= glib20 > MAKE_ENV+= BSD_MAKE="${MAKE}" PREFIX=${PREFIX} >Index: finance/bitcoin-armory/Makefile >=================================================================== >--- finance/bitcoin-armory/Makefile (revision 461543) >+++ finance/bitcoin-armory/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= BitcoinArmory > PORTVERSION= 0.93.3 > DISTVERSIONPREFIX= v >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= finance > > MAINTAINER= yuri@rawbw.com >@@ -23,7 +23,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= etotheipi > >-USES= compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2 shebangfix >+USES= compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2.7 shebangfix > USE_PYQT= core_run gui_run > SHEBANG_FILES= ArmoryQt.py extras/extractKeysFromWallet.py > CPPFLAGS+= -I${LOCALBASE}/include >Index: finance/ktoblzcheck/Makefile >=================================================================== >--- finance/ktoblzcheck/Makefile (revision 461543) >+++ finance/ktoblzcheck/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= ktoblzcheck > PORTVERSION= 1.49 >+PORTREVISION= 1 > CATEGORIES= finance german > MASTER_SITES= SF/${PORTNAME} > >@@ -24,7 +25,7 @@ > OPTIONS_DEFINE= DOCS PYTHON > OPTIONS_SUB= yes > >-PYTHON_USES= python:2 >+PYTHON_USES= python:2.7 > PYTHON_CONFIGURE_ENABLE= python > > TEST_TARGET= check >Index: finance/tryton28/Makefile >=================================================================== >--- finance/tryton28/Makefile (revision 461543) >+++ finance/tryton28/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tryton > PORTVERSION= 2.8.12 >+PORTREVISION= 1 > CATEGORIES= finance python > MASTER_SITES= CHEESESHOP \ > http://downloads.tryton.org/2.8/ >@@ -18,7 +19,7 @@ > > CONFLICTS= tryton-2.[46].* > >-USES= desktop-file-utils gettext python:2 >+USES= desktop-file-utils gettext python:2.7 > USE_PYTHON= distutils autoplist > USE_GNOME= gtk20 pygtk2 > >Index: french/aster/Makefile >=================================================================== >--- french/aster/Makefile (revision 461543) >+++ french/aster/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= aster > DISTVERSION= ${ASTER_DISTVERSION} >+PORTREVISION= 1 > CATEGORIES= french cad > CATEGORIES= french cad > >@@ -52,7 +53,7 @@ > > BROKEN_FreeBSD_12= does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory) > >-USES= bison fortran gettext python:2 tk >+USES= bison fortran gettext python:2.7 tk > USE_BINUTILS= yes > USE_QT4= linguisttools_build > >Index: games/anki/Makefile >=================================================================== >--- games/anki/Makefile (revision 461543) >+++ games/anki/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= anki > PORTVERSION= 2.0.36 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= games python > MASTER_SITES= http://ankisrs.net/download/mirror/ > DIST_SUBDIR= python >@@ -23,7 +23,7 @@ > ${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR} > >-USES= desktop-file-utils pyqt:4 python:2 shared-mime-info shebangfix tar:tgz >+USES= desktop-file-utils pyqt:4 python:2.7 shared-mime-info shebangfix tar:tgz > SHEBANG_FILES= tools/build_ui.sh tools/tests.sh > USE_PYQT= network_run webkit_run > USE_QT4= network_run webkit_run >Index: games/barbie_seahorse_adventures/Makefile >=================================================================== >--- games/barbie_seahorse_adventures/Makefile (revision 461543) >+++ games/barbie_seahorse_adventures/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= barbie_seahorse_adventures > PORTVERSION= 1.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= games python > MASTER_SITES= http://www.imitationpickles.org/barbie/files/ > DISTNAME= barbie-${DISTVERSION} >@@ -19,7 +19,7 @@ > > WRKSRC= ${WRKDIR}/barbie-${DISTVERSION} > >-USES= dos2unix python:2 shebangfix tar:tgz >+USES= dos2unix python:2.7 shebangfix tar:tgz > SHEBANG_FILES= run_game.py create-upload.py > DOS2UNIX_GLOB= *.py > NO_BUILD= yes >Index: games/bouncy/Makefile >=================================================================== >--- games/bouncy/Makefile (revision 461543) >+++ games/bouncy/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= bouncy > PORTVERSION= r6 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= games python > MASTER_SITES= http://media.pyweek.org/dl/3/bouncy/ \ > SF/nemysisfreebsdp/games/${PORTNAME}/:icons >@@ -23,7 +23,7 @@ > > WRKSRC= ${WRKDIR}/${PORTNAME}-post-${DISTVERSION} > >-USES= python:2 >+USES= python:2.7 > > PORTDOCS= README.txt > >Index: games/childsplay/Makefile >=================================================================== >--- games/childsplay/Makefile (revision 461543) >+++ games/childsplay/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= childsplay > PORTVERSION= 2.6.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= games > MASTER_SITES= SAVANNAH > >@@ -19,7 +19,7 @@ > > NO_BUILD= yes > >-USES= gettext shebangfix tar:tgz python:2 >+USES= gettext shebangfix tar:tgz python:2.7 > USE_GNOME= pygtk2 > > SHEBANG_FILES= childsplay.py >Index: games/gcompris/Makefile >=================================================================== >--- games/gcompris/Makefile (revision 461543) >+++ games/gcompris/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gcompris > PORTVERSION= 15.10 >+PORTREVISION= 1 > CATEGORIES= games gnome > MASTER_SITES= http://gcompris.net/download/ > >@@ -22,7 +23,7 @@ > gnucap:cad/gnucap > > USES= display:configure gettext gmake libtool localbase pathfix \ >- pkgconfig python:2 shebangfix sqlite tar:bzip2 >+ pkgconfig python:2.7 shebangfix sqlite tar:bzip2 > SHEBANG_FILES= boards/voices/*.sh > GNU_CONFIGURE= yes > USE_GSTREAMER= yes >Index: games/mudmagic/Makefile >=================================================================== >--- games/mudmagic/Makefile (revision 461543) >+++ games/mudmagic/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mudmagic > PORTVERSION= 1.9 >-PORTREVISION= 17 >+PORTREVISION= 18 > CATEGORIES= games > MASTER_SITES= http://www.mudmagic.com/mud-client/downloads/ > >@@ -21,7 +21,7 @@ > libfontconfig.so:x11-fonts/fontconfig > > USES= gettext-runtime gmake libtool localbase pathfix \ >- pkgconfig python sqlite >+ pkgconfig python:2.7 sqlite > USE_GNOME= cairo gdkpixbuf2 gtk20 libglade2 libxml2 > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip >Index: games/mudmagic/files/patch-configure >=================================================================== >--- games/mudmagic/files/patch-configure (nonexistent) >+++ games/mudmagic/files/patch-configure (working copy) >@@ -0,0 +1,11 @@ >+--- configure.orig 2018-02-11 22:32:42 UTC >++++ configure >+@@ -18702,7 +18702,7 @@ FOUND_PYTHON=no >+ PYTHON_CXXFLAGS="" >+ PYTHON_LIBS="" >+ >+-PYTHON_binchk="python python2 python2.2 python2.3 python2.4" >++PYTHON_binchk="python python2 python2.2 python2.3 python2.4 python2.7" >+ for i in ${PYTHON_binchk}; >+ do >+ PYTHON_check=`$i -V 2>/dev/null; echo $?` >Index: games/nelly/Makefile >=================================================================== >--- games/nelly/Makefile (revision 461543) >+++ games/nelly/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= nelly > PORTVERSION= 1.0 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= games python > MASTER_SITES= http://www.partiallydisassembled.net/nelly/ \ > http://media.pyweek.org/dl/2/rushed/ \ >@@ -19,7 +19,7 @@ > RUN_DEPENDS= ${PYGAME} \ > ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} > >-USES= python:2 >+USES= python:2.7 > > PORTDOCS= README > OPTIONS_DEFINE= DOCS >Index: games/oneisenough/Makefile >=================================================================== >--- games/oneisenough/Makefile (revision 461543) >+++ games/oneisenough/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= oneisenough > PORTVERSION= 0.40 >+PORTREVISION= 1 > CATEGORIES= games python > MASTER_SITES= http://hectigo.net/games/oneisenough/ \ > SF/nemysisfreebsdp/games/:icons >@@ -20,7 +21,7 @@ > > WRKSRC= ${WRKDIR}/"one is enough" > >-USES= dos2unix python:2 shebangfix zip >+USES= dos2unix python:2.7 shebangfix zip > DOS2UNIX_FILES= *.txt bin/*.py > DOS2UNIX_REGEX= .*.[^pt][^nt][^gf] > SHEBANG_FILES= run_game.py bin/mainmenu.py >Index: games/poker-engine/Makefile >=================================================================== >--- games/poker-engine/Makefile (revision 461543) >+++ games/poker-engine/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= poker-engine > PORTVERSION= 1.3.6 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= games > MASTER_SITES= http://download.gna.org/pokersource/sources/ > >@@ -22,7 +22,7 @@ > ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${FLAVOR} \ > ${PYTHON_SITELIBDIR}/libxslt.py:textproc/py-libxslt@${FLAVOR} > >-USES= gettext gmake pathfix pkgconfig python:2 >+USES= gettext gmake pathfix pkgconfig python:2.7 > USE_PYTHON= flavors > GNU_CONFIGURE= yes > >Index: games/py-fife/Makefile >=================================================================== >--- games/py-fife/Makefile (revision 461543) >+++ games/py-fife/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= fife > PORTVERSION= 0.4.1 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= games > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -60,7 +60,7 @@ > LOGGING_CMAKE_BOOL= logging > > PYTHON_CMAKE_BOOL= build-python >-PYTHON_USES= python:2 >+PYTHON_USES= python:2.7 > PYTHON_USE= python=flavors > PYTHON_BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:devel/swig30 > >Index: games/py-poker-eval/Makefile >=================================================================== >--- games/py-poker-eval/Makefile (revision 461543) >+++ games/py-poker-eval/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= poker-eval > PORTVERSION= 0.138 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= games python > MASTER_SITES= http://download.gna.org/pokersource/sources/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +17,7 @@ > > LIB_DEPENDS= libpoker-eval.so:games/poker-eval > >-USES= autoreconf libtool pathfix pkgconfig python:2 >+USES= autoreconf libtool pathfix pkgconfig python:2.7 > USE_PYTHON= flavors > GNU_CONFIGURE= yes > CONFIGURE_ARGS= PYTHON="" >Index: games/pycadia/Makefile >=================================================================== >--- games/pycadia/Makefile (revision 461543) >+++ games/pycadia/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pycadia > PORTVERSION= 0.5.1 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= games python > MASTER_SITES= GENTOO \ > SF/nemysisfreebsdp/games/ >@@ -19,7 +19,7 @@ > > WRKSRC= ${WRKDIR}/${PORTNAME} > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > USE_GNOME= pygtk2 libgnomeui > SHEBANG_FILES= *.py > NO_ARCH= yes >Index: games/pyfa/Makefile >=================================================================== >--- games/pyfa/Makefile (revision 461543) >+++ games/pyfa/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pyfa > PORTVERSION= 1.19.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > DISTVERSIONPREFIX= v > CATEGORIES= games python > >@@ -21,7 +21,7 @@ > GH_ACCOUNT= pyfa-org > GH_PROJECT= Pyfa > >-USES= python:2 dos2unix >+USES= python:2.7 dos2unix > DOS2UNIX_GLOB= *.py > NO_ARCH= yes > >Index: games/pythonchess/Makefile >=================================================================== >--- games/pythonchess/Makefile (revision 461543) >+++ games/pythonchess/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pythonchess > PORTVERSION= 0.7 >+PORTREVISION= 1 > CATEGORIES= games > MASTER_SITES= http://sites.google.com/site/purplesaguaroinc/myfiles/ \ > SF/nemysisfreebsdp/games/:icons >@@ -21,7 +22,7 @@ > > WRKSRC= ${WRKDIR}/${PORTNAME:S/p/P/:S/c/C/} > >-USES= dos2unix python:2 zip >+USES= dos2unix python:2.7 zip > DOS2UNIX_REGEX= .*.[^p][^n][^g]$ > > SUB_FILES= ${PORTNAME} >Index: games/pythonsudoku/Makefile >=================================================================== >--- games/pythonsudoku/Makefile (revision 461543) >+++ games/pythonsudoku/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pythonsudoku > PORTVERSION= 0.13 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= games python > MASTER_SITES= SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \ > SF/nemysisfreebsdp/games/:icons >@@ -23,7 +23,7 @@ > ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:print/py-reportlab1@${FLAVOR} > >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_GNOME= pygtk2 > USE_PYTHON= distutils > INSTALLS_ICONS= yes >Index: games/pytowerdefense/Makefile >=================================================================== >--- games/pytowerdefense/Makefile (revision 461543) >+++ games/pytowerdefense/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pytowerdefense > PORTVERSION= 0.5 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= games python > MASTER_SITES= SF/${PORTNAME}/PyTowerDefense0.5/Source%20%28Python%202.5%20or%202.6%20and%20Pygame%29/ > DISTNAME= ${PORTNAME}${DISTVERSION} >@@ -16,7 +16,7 @@ > > RUN_DEPENDS= ${PYGAME} > >-USES= python:2 shebangfix zip >+USES= python:2.7 shebangfix zip > SHEBANG_FILES= pyconsole.py > INSTALLS_ICONS= yes > NO_ARCH= yes >Index: games/schiff/Makefile >=================================================================== >--- games/schiff/Makefile (revision 461543) >+++ games/schiff/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= schiff > PORTVERSION= 16 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= games python > MASTER_SITES= SF/pygamebook/${PORTNAME:S/s/S/}/${PORTNAME}${PORTVERSION}.py/ \ > SF/nemysisfreebsdp/games/:icons >@@ -19,7 +19,7 @@ > > RUN_DEPENDS= ${PYGAME} > >-USES= python:2,run shebangfix >+USES= python:2.7,run shebangfix > SHEBANG_FILES= schiff.py > NO_BUILD= yes > NO_WRKSUBDIR= yes >Index: games/schwarzweiss/Makefile >=================================================================== >--- games/schwarzweiss/Makefile (revision 461543) >+++ games/schwarzweiss/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= schwarzweiss > PORTVERSION= 20110806 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= games python > MASTER_SITES= SF/nemysisfreebsdp/games/:icons > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ >@@ -23,7 +23,7 @@ > GH_ACCOUNT= horstjens > GH_TAGNAME= d95263f > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > SHEBANG_FILES= schwarzweiss_start.py data/*.py > > PORTDOCS= readme.txt >Index: games/secrettower/Makefile >=================================================================== >--- games/secrettower/Makefile (revision 461543) >+++ games/secrettower/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= secrettower > PORTVERSION= 0.2.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= games python > DIST_SUBDIR= python > >@@ -20,7 +20,7 @@ > GH_PROJECT= TheSecretTower > GH_TAGNAME= ecf13e4 > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > SHEBANG_FILES= TheSecretTower.py server.py > > PORTDOCS= README >Index: games/super_mario_bros_python/Makefile >=================================================================== >--- games/super_mario_bros_python/Makefile (revision 461543) >+++ games/super_mario_bros_python/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= super_mario_bros_python > PORTVERSION= 0.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= games python > MASTER_SITES= SF/supermariobrosp/ \ > SF/nemysisfreebsdp/games/:icons >@@ -22,7 +22,7 @@ > > WRKSRC= ${WRKDIR}/Super-Mario-Bros-Python-v${DISTVERSION}release > >-USES= shebangfix python:2 zip >+USES= shebangfix python:2.7 zip > SHEBANG_FILES= gamelib/*.py start.py > > PORTDOCS= changelog.txt readme.txt >Index: games/tuxfighter/Makefile >=================================================================== >--- games/tuxfighter/Makefile (revision 461543) >+++ games/tuxfighter/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= tuxfighter > PORTVERSION= 54 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= games python > MASTER_SITES= SF/pygamebook/TuxFighter/TuxFighter${PORTVERSION}_source/ \ > SF/nemysisfreebsdp/games/:icons >@@ -21,7 +21,7 @@ > > WRKSRC= ${WRKDIR} > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > SHEBANG_FILES= TuxFighter54.py > > PORTDOCS= readme_TuxFighter54.txt >Index: games/unknown-horizons/Makefile >=================================================================== >--- games/unknown-horizons/Makefile (revision 461543) >+++ games/unknown-horizons/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= unknown-horizons > PORTVERSION= 2013.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= games > > MAINTAINER= fiziologus@gmail.com >@@ -23,7 +23,7 @@ > USE_GITHUB= yes > > USE_GNOME= intltool >-USES= gettext-tools python:2 tar:xz >+USES= gettext-tools python:2.7 tar:xz > USE_PYTHON= distutils > PYDISTUTILS_PKGNAME= UnknownHorizons > >Index: games/wxlauncher/Makefile >=================================================================== >--- games/wxlauncher/Makefile (revision 461543) >+++ games/wxlauncher/Makefile (working copy) >@@ -20,7 +20,7 @@ > GH_ACCOUNT= scp-fs2open > GH_PROJECT= wxLauncher > >-USES= cmake:outsource openal pkgconfig python:2,build >+USES= cmake:outsource openal pkgconfig python:2.7,build > USE_SDL= sdl2 > CMAKE_ARGS+= -DRESOURCES_PATH:STRING="${DATADIR}" > >Index: games/zephulor/Makefile >=================================================================== >--- games/zephulor/Makefile (revision 461543) >+++ games/zephulor/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= zephulor > PORTVERSION= 1 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= games > MASTER_SITES= SF/apz/apz/stable/ \ > SF/nemysisfreebsdp/${CATEGORIES}/:icons >@@ -22,7 +22,7 @@ > > WRKSRC= ${WRKDIR}/zephulor-source > >-USES= python:2 >+USES= python:2.7 > NO_BUILD= yes > > PORTDOCS= * >Index: graphics/electrix/Makefile >=================================================================== >--- graphics/electrix/Makefile (revision 461543) >+++ graphics/electrix/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= electrix > PORTVERSION= 0.2.0 >-PORTREVISION= 10 >+PORTREVISION= 11 > CATEGORIES= graphics print > MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} > >@@ -11,7 +11,7 @@ > > LICENSE= GPLv2 > >-USES= desktop-file-utils pkgconfig python:2 tar:bzip2 waf >+USES= desktop-file-utils pkgconfig python:2.7 tar:bzip2 waf > USE_GNOME= gtk20 glib20 intltool intlhack > > MAKE_ENV= DESTDIR="${STAGEDIR}" \ >Index: graphics/gsculpt/Makefile >=================================================================== >--- graphics/gsculpt/Makefile (revision 461543) >+++ graphics/gsculpt/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= gsculpt > PORTVERSION= 0.99.47 >-PORTREVISION= 16 >+PORTREVISION= 17 > CATEGORIES= graphics > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,} > DISTNAME= gSculpt-${PORTVERSION}-alpha-src >@@ -24,7 +24,7 @@ > > WRKSRC= ${WRKDIR}/${DISTNAME:S,-src,,} > >-USES= pkgconfig python:2 scons >+USES= pkgconfig python:2.7 scons > USE_GNOME= pygtk2 > USE_GL= glu > USE_XORG= x11 >Index: graphics/inkscape/Makefile >=================================================================== >--- graphics/inkscape/Makefile (revision 461543) >+++ graphics/inkscape/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= inkscape > PORTVERSION= 0.92.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= graphics gnome > MASTER_SITES= https://launchpadlibrarian.net/332184472/ \ > https://inkscape.org/en/gallery/item/11254/ \ >@@ -33,7 +33,7 @@ > > USE_GNOME= gtkmm24 libxml2 libxslt > USES= compiler:c++11-lib cmake cpe desktop-file-utils gnome \ >- iconv:wchar_t jpeg pathfix pkgconfig python:2,build \ >+ iconv:wchar_t jpeg pathfix pkgconfig python:2.7,build \ > shebangfix tar:bzip2 > USE_XORG= x11 > INSTALLS_ICONS= yes >@@ -81,7 +81,7 @@ > #NLS_USES= gettext > > post-patch: >- @${REINPLACE_CMD} -e 's|COMMAND python|COMMAND python2|g' \ >+ @${REINPLACE_CMD} -e 's|COMMAND python|COMMAND ${PYTHON_VERSION}|g' \ > ${WRKSRC}/share/*/CMakeLists.txt > > .include <bsd.port.mk> >Index: graphics/lcms-python/Makefile >=================================================================== >--- graphics/lcms-python/Makefile (revision 461543) >+++ graphics/lcms-python/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= lcms > PORTVERSION= 1.19 >+PORTREVISION= 1 > CATEGORIES= graphics devel python > MASTER_SITES= SF > PKGNAMESUFFIX= -python >@@ -17,7 +18,7 @@ > BUILD_WRKSRC= ${WRKSRC}/python > INSTALL_WRKSRC= ${WRKSRC}/python > >-USES= python:2 >+USES= python:2.7 > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-python > CONFIGURE_ENV= PYTHON="${PYTHON_CMD}" >Index: graphics/lcms-python/files/patch-configure >=================================================================== >--- graphics/lcms-python/files/patch-configure (nonexistent) >+++ graphics/lcms-python/files/patch-configure (working copy) >@@ -0,0 +1,11 @@ >+--- configure.orig 2018-02-06 01:53:28 UTC >++++ configure >+@@ -5287,7 +5287,7 @@ if test "${am_cv_pathless_PYTHON+set}" = >+ echo $ECHO_N "(cached) $ECHO_C" >&6 >+ else >+ >+- for am_cv_pathless_PYTHON in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do >++ for am_cv_pathless_PYTHON in python python2 python2.7 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do >+ test "$am_cv_pathless_PYTHON" = none && break >+ prog="import sys, string >+ # split strings by '.' and convert to numeric. Append some zeros >Index: graphics/mapserver/Makefile >=================================================================== >--- graphics/mapserver/Makefile (revision 461543) >+++ graphics/mapserver/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= mapserver > PORTVERSION= 7.0.7 >+PORTREVISION= 1 > CATEGORIES= graphics www geography > MASTER_SITES= http://download.osgeo.org/mapserver/ > >@@ -43,7 +44,7 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MPYTHON} >-USES+= python:2 >+USES+= python:2.7 > BUILD_DEPENDS+= swig3.0:devel/swig30 > BINARY_ALIAS= swig=swig3.0 > CMAKE_ARGS+= -DWITH_PYTHON=yes >Index: graphics/mypaint/Makefile >=================================================================== >--- graphics/mypaint/Makefile (revision 461543) >+++ graphics/mypaint/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mypaint > PORTVERSION= 1.2.0 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= graphics > MASTER_SITES= https://github.com/mypaint/mypaint/releases/download/${PORTVERSION:S/^/v/}/ > >@@ -32,7 +32,7 @@ > python_config="${PYTHON_CMD}-config" > # XXX Embed RPATH via USES=fortran for py-numpy to load libgcc_s.so from ports > USES= desktop-file-utils fortran gettext localbase \ >- pkgconfig python:2 scons tar:xz >+ pkgconfig python:2.7 scons tar:xz > INSTALL_TARGET= ${STAGEDIR} --install-sandbox=${STAGEDIR} > USE_LDCONFIG= yes > INSTALLS_ICONS= yes >Index: graphics/opencolorio/Makefile >=================================================================== >--- graphics/opencolorio/Makefile (revision 461543) >+++ graphics/opencolorio/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= opencolorio > PORTVERSION= 1.0.9 >-PORTREVISION?= 4 >+PORTREVISION?= 5 > CATEGORIES= graphics multimedia > > MAINTAINER?= FreeBSD@Shaneware.biz >@@ -72,7 +72,7 @@ > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} > LIB_DEPENDS= libtinyxml.so:textproc/tinyxml \ > libyaml-cpp03.so:devel/yaml-cpp03 >-USES+= python:2,build >+USES+= python:2.7,build > USE_LDCONFIG= yes > CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \ > -DOCIO_BUILD_SHARED:BOOL=ON \ >Index: graphics/openimageio/Makefile >=================================================================== >--- graphics/openimageio/Makefile (revision 461543) >+++ graphics/openimageio/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= openimageio > PORTVERSION= 1.7.17 > DISTVERSIONPREFIX= Release- >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES?= graphics multimedia > > MAINTAINER?= FreeBSD@Shaneware.biz >@@ -97,7 +97,7 @@ > libboost_python.so:devel/boost-python-libs > PLIST= ${PKGDIR}/pkg-plist-pybind > #while oiio supports py3, ports doesn't have py3 support for boost-python yet >-USES+= python:2 >+USES+= python:2.7 > CMAKE_ARGS+= -DUSE_PYTHON:BOOL=ON -DUSE_PYTHON3:BOOL=OFF \ > -DOIIO_BUILD_TOOLS:BOOL=OFF -DUSE_FFMPEG:BOOL=OFF > .endif >Index: graphics/piglit/Makefile >=================================================================== >--- graphics/piglit/Makefile (revision 461543) >+++ graphics/piglit/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= piglit > PORTVERSION= 20170922 >+PORTREVISION= 1 > CATEGORIES= graphics > > MAINTAINER= x11@FreeBSD.org >@@ -29,7 +30,7 @@ > GH_PROJECT= piglit > GH_TAGNAME= 60996b829c85f3df192bc6228108c0a8eaa38afd > >-USES= cmake:outsource compiler:c11 pkgconfig python:2 >+USES= cmake:outsource compiler:c11 pkgconfig python:2.7 > USE_GL= egl gbm gl glu > USE_XORG= x11 xcb xext xrender > >Index: graphics/py-blockdiagcontrib-cisco/Makefile >=================================================================== >--- graphics/py-blockdiagcontrib-cisco/Makefile (revision 461543) >+++ graphics/py-blockdiagcontrib-cisco/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= blockdiagcontrib-cisco > PORTVERSION= 0.1.8 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -11,7 +12,7 @@ > > RUN_DEPENDS= ${PKGNAMEPREFIX}blockdiag>=0.8.0:graphics/py-blockdiag@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: graphics/py-djvulibre/Makefile >=================================================================== >--- graphics/py-djvulibre/Makefile (revision 461543) >+++ graphics/py-djvulibre/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= python-djvulibre > PORTVERSION= 0.8 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > > LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre > >-USES= python:2 pkgconfig >+USES= python:2.7 pkgconfig > USE_PYTHON= autoplist distutils cython > > post-patch: >Index: graphics/py-exiv2/Makefile >=================================================================== >--- graphics/py-exiv2/Makefile (revision 461543) >+++ graphics/py-exiv2/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= exiv2 > PORTVERSION= 0.3.2 >-PORTREVISION= 10 >+PORTREVISION= 11 > CATEGORIES= graphics python > MASTER_SITES= https://launchpadlibrarian.net/83595798/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +15,7 @@ > LIB_DEPENDS= libexiv2.so:graphics/exiv2\ > libboost_python.so:devel/boost-python-libs > >-USES= python:2 scons tar:bzip2 >+USES= python:2.7 scons tar:bzip2 > USE_PYTHON= flavors > USE_LDCONFIG= yes > CXXFLAGS+= -I${LOCALBASE}/include >Index: graphics/py-gimp/Makefile >=================================================================== >--- graphics/py-gimp/Makefile (revision 461543) >+++ graphics/py-gimp/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gimp >-PORTREVISION= 0 >+PORTREVISION= 1 > PORTEPOCH= 0 > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > PKGNAMESUFFIX= >@@ -12,7 +12,7 @@ > > GIMP_SLAVE= pygimp > >-USES= python:2 >+USES= python:2.7 > USE_GNOME= pygtk2 > > CONFIGURE_ARGS= --enable-python >Index: graphics/py-pivy/Makefile >=================================================================== >--- graphics/py-pivy/Makefile (revision 461543) >+++ graphics/py-pivy/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pivy > PORTVERSION= 0.5.0 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= https://bitbucket.org/Coin3D/pivy/get/ > DISTNAME= 8eab90908f2a >@@ -17,7 +18,7 @@ > > BROKEN_powerpc64= fails to link: coin_wrap.o: relocation truncated to fit: R_PPC64_TOC16_DS > >-USES= zip python:2 >+USES= zip python:2.7 > USE_PYTHON= autoplist distutils > BINARY_ALIAS= swig=swig3.0 > >Index: graphics/py-sk1/Makefile >=================================================================== >--- graphics/py-sk1/Makefile (revision 461543) >+++ graphics/py-sk1/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= sk1 > DISTVERSION= g20171127 >+PORTREVISION= 1 > CATEGORIES= graphics python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -19,7 +20,7 @@ > ${PYTHON_PKGNAMEPREFIX}pycups>0:print/py-pycups@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${FLAVOR} > >-USES= desktop-file-utils python:2 >+USES= desktop-file-utils python:2.7 > USE_GITHUB= yes > GH_ACCOUNT= sk1project > GH_PROJECT= sk1-wx >Index: graphics/pymorph/Makefile >=================================================================== >--- graphics/pymorph/Makefile (revision 461543) >+++ graphics/pymorph/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pymorph > PORTVERSION= 0.96 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > >@@ -14,7 +14,7 @@ > > RUN_DEPENDS+= ${PYNUMPY} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: graphics/pysvg/Makefile >=================================================================== >--- graphics/pysvg/Makefile (revision 461543) >+++ graphics/pysvg/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pysvg > PORTVERSION= 0.2.2 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > >@@ -11,7 +12,7 @@ > > LICENSE= BSD2CLAUSE > >-USES= zip python:2 >+USES= zip python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: graphics/variety/Makefile >=================================================================== >--- graphics/variety/Makefile (revision 461543) >+++ graphics/variety/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= variety > PORTVERSION= 0.5.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics > MASTER_SITES= https://launchpad.net/variety/trunk/${PORTVERSION}/+download/ \ > http://nivit.altervista.org/FreeBSD/ports/distfiles/ >@@ -38,7 +38,7 @@ > > SHEBANG_FILES= bin/variety data/scripts/* > >-USES= desktop-file-utils gettext python:2 shebangfix gnome >+USES= desktop-file-utils gettext python:2.7 shebangfix gnome > USE_GNOME= pygobject3:run > USE_PYTHON= distutils > >Index: graphics/vigra/Makefile >=================================================================== >--- graphics/vigra/Makefile (revision 461543) >+++ graphics/vigra/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= vigra > DISTVERSION= 1.11.0 >-PORTREVISION= 18 >+PORTREVISION= 19 > CATEGORIES= graphics > > PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ >@@ -18,7 +18,7 @@ > LIB_DEPENDS= libHalf.so:graphics/ilmbase \ > libsz.so:science/szip > >-USES= cmake:outsource python:2,run shebangfix >+USES= cmake:outsource python:2.7,run shebangfix > CMAKE_ARGS= -DDEPENDENCY_SEARCH_PREFIX:PATH=${LOCALBASE} \ > -DDOCINSTALL:PATH=${DOCSDIR_REL} > >@@ -44,7 +44,7 @@ > > NUMPY_DESC= NumPy mathematical computing (USE Fortran/GCC47+) > NUMPY_CMAKE_BOOL= WITH_VIGRANUMPY >-NUMPY_USES= compiler:gcc-c++11-lib python:2,build >+NUMPY_USES= compiler:gcc-c++11-lib python:2.7,build > NUMPY_BUILD_DEPENDS= nosetests:devel/py-nose \ > f2py:math/py-numpy > NUMPY_RUN_DEPENDS= nosetests:devel/py-nose \ >Index: graphics/zbar/Makefile >=================================================================== >--- graphics/zbar/Makefile (revision 461543) >+++ graphics/zbar/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= zbar > PORTVERSION= 0.10 >-PORTREVISION= 12 >+PORTREVISION= 13 > CATEGORIES= graphics > MASTER_SITES= SF > >@@ -37,7 +37,7 @@ > V4L_CONFIGURE_OFF= --enable-video=no > > PYTHON_USE= GNOME=pygtk2 >-PYTHON_USES= python:2 >+PYTHON_USES= python:2.7 > PYTHON_CONFIGURE_ON= --with-python=yes > PYTHON_CONFIGURE_OFF= --with-python=no > >Index: irc/insub/Makefile >=================================================================== >--- irc/insub/Makefile (revision 461543) >+++ irc/insub/Makefile (working copy) >@@ -15,7 +15,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= cjones > >-USES= perl5 python:2.5+ shebangfix >+USES= perl5 python shebangfix > SHEBANG_FILES= insub.py > USE_PERL5= run > NO_BUILD= yes >Index: japanese/mailman/Makefile >=================================================================== >--- japanese/mailman/Makefile (revision 461543) >+++ japanese/mailman/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mailman > PORTVERSION= 2.1.14.j7 >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH= 1 > CATEGORIES= japanese mail > MASTER_SITES= http://www.python.jp/doc/contrib/mailman/_static/ \ >@@ -21,7 +21,7 @@ > > PORTSCOUT= limit:.*\.j\d+$$ > >-USES= autoreconf gettext python:2 tar:tgz >+USES= autoreconf gettext python:2.7 tar:tgz > USE_RC_SUBR= mailman > > GNU_CONFIGURE= yes >Index: japanese/tegaki-recognize/Makefile >=================================================================== >--- japanese/tegaki-recognize/Makefile (revision 461543) >+++ japanese/tegaki-recognize/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tegaki > PORTVERSION= 0.3.1.2 >+PORTREVISION= 1 > CATEGORIES= japanese python > MASTER_SITES= http://www.tegaki.org/releases/${PORTVERSION:.2=}/ > PKGNAMESUFFIX= -recognize >@@ -18,7 +19,7 @@ > > OPTIONS_DEFINE= DOCS > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils > PYDISTUTILS_PKGNAME= ${PORTNAME}_recognize > >Index: lang/py-mx-base/Makefile >=================================================================== >--- lang/py-mx-base/Makefile (revision 461543) >+++ lang/py-mx-base/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= mx-base > PORTVERSION= 3.2.9 >+PORTREVISION= 1 > CATEGORIES= lang python > MASTER_SITES= http://downloads.egenix.com/python/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils > PYDISTUTILS_PKGNAME= egenix-mx-base > PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-py${PYTHON_VER}-nspkg.pth >Index: lang/spidermonkey170/Makefile >=================================================================== >--- lang/spidermonkey170/Makefile (revision 461543) >+++ lang/spidermonkey170/Makefile (working copy) >@@ -17,7 +17,7 @@ > CONFLICTS= njs-[0-9]* > > GNU_CONFIGURE= yes >-USES= gmake pathfix perl5 python:2,build >+USES= gmake pathfix perl5 python:2.7,build > USE_PERL5= build > USE_LDCONFIG= yes > >Index: lang/spidermonkey185/Makefile >=================================================================== >--- lang/spidermonkey185/Makefile (revision 461543) >+++ lang/spidermonkey185/Makefile (working copy) >@@ -17,7 +17,7 @@ > > CONFLICTS= njs-[0-9]* > >-USES= gmake pathfix perl5 pkgconfig python:2,build >+USES= gmake pathfix perl5 pkgconfig python:2.7,build > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > USE_PERL5= build >Index: lang/spidermonkey24/Makefile >=================================================================== >--- lang/spidermonkey24/Makefile (revision 461543) >+++ lang/spidermonkey24/Makefile (working copy) >@@ -18,7 +18,7 @@ > CONFLICTS= njs-[0-9]* > > GNU_CONFIGURE= yes >-USES= compiler:c++11-lib gmake pathfix perl5 python:2,build \ >+USES= compiler:c++11-lib gmake pathfix perl5 python:2.7,build \ > readline tar:bzip2 > USE_PERL5= build > USE_LDCONFIG= yes >Index: lang/spidermonkey38/Makefile >=================================================================== >--- lang/spidermonkey38/Makefile (revision 461543) >+++ lang/spidermonkey38/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= spidermonkey38 > PORTVERSION= 38.8.0 >-PORTREVISION= 4 >+PORTREVISION= 3 > CATEGORIES= lang > MASTER_SITES= MOZILLA/firefox/releases/${PORTVERSION}esr/source > DISTNAME= firefox-${PORTVERSION}esr.source >Index: lang/v8/Makefile >=================================================================== >--- lang/v8/Makefile (revision 461543) >+++ lang/v8/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= v8 > PORTVERSION= 3.18.5 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= lang > MASTER_SITES= LOCAL/vanilla > >@@ -22,7 +22,7 @@ > MAKE_ARGS= library=shared > MAKE_ENV= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} > USE_LDCONFIG= yes >-USES= alias compiler cpe gmake python:2 shebangfix tar:xz >+USES= alias compiler cpe gmake python:2.7 shebangfix tar:xz > > CPE_VENDOR= google > >Index: lang/v8-devel/Makefile >=================================================================== >--- lang/v8-devel/Makefile (revision 461543) >+++ lang/v8-devel/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= v8 > PORTVERSION= 3.27.7 >-PORTREVISION= 13 >+PORTREVISION= 14 > CATEGORIES= lang > MASTER_SITES= LOCAL/vanilla > PKGNAMESUFFIX= -devel >@@ -24,7 +24,7 @@ > MAKE_ENV= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} > USE_LDCONFIG= yes > USE_CXXSTD= gnu++11 >-USES= compiler:c++11-lib cpe gmake localbase python:2 shebangfix tar:xz >+USES= compiler:c++11-lib cpe gmake localbase python:2.7 shebangfix tar:xz > > CPE_VENDOR= google > >Index: mail/getmail/Makefile >=================================================================== >--- mail/getmail/Makefile (revision 461543) >+++ mail/getmail/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= getmail > PORTVERSION= 5.5 >+PORTREVISION= 1 > CATEGORIES= mail python > MASTER_SITES= http://pyropus.ca/software/getmail/old-versions/ > >@@ -12,7 +13,7 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/docs/COPYING > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils > NO_ARCH= yes > >Index: mail/py-milter/Makefile >=================================================================== >--- mail/py-milter/Makefile (revision 461543) >+++ mail/py-milter/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= milter > PORTVERSION= 1.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= mail python > MASTER_SITES= SF/${PYPORTNAME}/${PYPORTNAME}/${DISTNAME} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -23,7 +23,7 @@ > > PYPORTNAME= ${PKGNAMEPREFIX:C/[0-9]+-//}${PORTNAME} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > post-install: >Index: mail/py-zope.sendmail/Makefile >=================================================================== >--- mail/py-zope.sendmail/Makefile (revision 461543) >+++ mail/py-zope.sendmail/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= zope.sendmail > PORTVERSION= 3.7.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail python zope > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -21,7 +21,7 @@ > ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: mail/rss2email2/Makefile >=================================================================== >--- mail/rss2email2/Makefile (revision 461543) >+++ mail/rss2email2/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= rss2email > PORTVERSION= 2.71 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail python > MASTER_SITES= http://www.allthingsrss.com/rss2email/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +17,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:textproc/py-feedparser@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:textproc/py-html2text@${PY_FLAVOR} > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > SHEBANG_FILES= rss2email.py > NO_ARCH= yes > NO_BUILD= yes >Index: mail/svnmailer/Makefile >=================================================================== >--- mail/svnmailer/Makefile (revision 461543) >+++ mail/svnmailer/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= svnmailer > DISTVERSION= 1.1.0-dev-r1373 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= mail python > MASTER_SITES= http://storage.perlig.de/${PORTNAME}/ > PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} >@@ -14,7 +14,7 @@ > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>0:devel/py-subversion@${FLAVOR} > RUN_DEPENDS:= ${BUILD_DEPENDS} > >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_PYTHON= distutils > PYDISTUTILS_PKGVERSION= ${DISTVERSION} > >Index: math/biggles/Makefile >=================================================================== >--- math/biggles/Makefile (revision 461543) >+++ math/biggles/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= biggles > PORTVERSION= 1.6.6 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= math > MASTER_SITES= SF > DISTNAME= python2-${PORTNAME}-${PORTVERSION} >@@ -17,7 +17,7 @@ > BUILD_DEPENDS= ${PYNUMPY} > LIB_DEPENDS= libplot.so:graphics/plotutils > >-USES= gmake python:2 >+USES= gmake python:2.7 > MAKE_ARGS= CC="${CC}" \ > CFLAGS="${CFLAGS} -fPIC" \ > LIBPLOT_CPPFLAGS="-I${LOCALBASE}/include" \ >Index: math/cadabra2/Makefile >=================================================================== >--- math/cadabra2/Makefile (revision 461543) >+++ math/cadabra2/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= cadabra2 > DISTVERSION= 2.1.6 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > > MAINTAINER= yuri@FreeBSD.org >@@ -26,7 +26,7 @@ > OPTIONS_DEFINE= GUI > OPTIONS_DEFAULT=GUI > >-USES= compiler:c++14-lang cmake gettext-runtime pkgconfig python:2 sqlite >+USES= compiler:c++14-lang cmake gettext-runtime pkgconfig python:2.7 sqlite > USE_GITHUB= yes > GH_ACCOUNT= kpeeters > GUI_USE= GNOME=gtkmm30,gdkpixbuf2 >Index: math/cantor/Makefile >=================================================================== >--- math/cantor/Makefile (revision 461543) >+++ math/cantor/Makefile (working copy) >@@ -12,7 +12,7 @@ > libqalculate.so:math/libqalculate \ > libanalitza.so:math/analitza > >-USES= cmake:outsource kde:4 pkgconfig python:2 tar:xz >+USES= cmake:outsource kde:4 pkgconfig python:2.7 tar:xz > USE_KDE= kdelibs automoc4 > USE_QT4= corelib qtestlib_build xml xmlpatterns \ > moc_build qmake_build rcc_build uic_build >Index: math/gnumeric/Makefile >=================================================================== >--- math/gnumeric/Makefile (revision 461543) >+++ math/gnumeric/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gnumeric > PORTVERSION= 1.12.28 >+PORTREVISION= 1 > CATEGORIES= math gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome3 >@@ -19,7 +20,7 @@ > RUN_DEPENDS= rarian-sk-config:textproc/rarian > > USES= cpe desktop-file-utils gettext gmake libtool pathfix pkgconfig \ >- python:2 shebangfix tar:xz >+ python:2.7 shebangfix tar:xz > USE_GNOME= intlhack libgsf pygobject3 > INSTALLS_OMF= yes > USE_LDCONFIG= yes >Index: math/hfst/Makefile >=================================================================== >--- math/hfst/Makefile (revision 461543) >+++ math/hfst/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= hfst > PORTVERSION= 3.13.0 >+PORTREVISION= 1 > CATEGORIES= math > > MAINTAINER= demon@FreeBSD.org >@@ -13,7 +14,7 @@ > USE_GITHUB= yes > GH_TAGNAME= c187d5a > >-USES= autoreconf libtool pathfix pkgconfig python:2 readline shebangfix >+USES= autoreconf libtool pathfix pkgconfig python:2.7 readline shebangfix > USE_GCC= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-readline --enable-lexc-wrapper --enable-proc --enable-tagger --enable-train-tagger --enable-xfst --enable-shuffle --enable-traverse >Index: math/nlopt/Makefile >=================================================================== >--- math/nlopt/Makefile (revision 461543) >+++ math/nlopt/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= nlopt > PORTVERSION= 2.4.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > MASTER_SITES= http://ab-initio.mit.edu/nlopt/ > >@@ -25,7 +25,7 @@ > CONFIGURE_ENV= SWIG="${LOCALBASE}/bin/swig3.0" > > USES= autoreconf compiler:features libtool pathfix \ >- pkgconfig python:2 >+ pkgconfig python:2.7 > USE_LDCONFIG= yes > > INSTALL_TARGET= install-strip >Index: math/openfst/Makefile >=================================================================== >--- math/openfst/Makefile (revision 461543) >+++ math/openfst/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= openfst > PORTVERSION= 1.6.3 >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ > >@@ -11,7 +12,7 @@ > > LICENSE= APACHE20 > >-USES= compiler:c++11-lib libtool python:2 >+USES= compiler:c++11-lib libtool python:2.7 > USE_LDCONFIG= ${LOCALBASE}/lib/fst > GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt --enable-python --enable-special >Index: math/py-bitmath/Makefile >=================================================================== >--- math/py-bitmath/Makefile (revision 461543) >+++ math/py-bitmath/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= bitmath > PORTVERSION= 1.2.3 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > > LICENSE= MIT > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-4 >Index: math/py-ffc/Makefile >=================================================================== >--- math/py-ffc/Makefile (revision 461543) >+++ math/py-ffc/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= ffc > PORTVERSION= ${MMVERSION}.0 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -11,7 +12,7 @@ > > LICENSE= LGPL3 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils > PYDISTUTILS_PKGNAME= FFC > >Index: math/py-fiat/Makefile >=================================================================== >--- math/py-fiat/Makefile (revision 461543) >+++ math/py-fiat/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= fiat > PORTVERSION= ${MMVERSION}.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= math python > MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/release-${MMVERSION}/+download/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scientific>=0:math/py-scientific@${FLAVOR} > RUN_DEPENDS:= ${BUILD_DEPENDS} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > MMVERSION= 1.1 >Index: math/py-fpconst/Makefile >=================================================================== >--- math/py-fpconst/Makefile (revision 461543) >+++ math/py-fpconst/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= fpconst > PORTVERSION= 0.7.2 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -10,7 +11,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Utilities for handling IEEE 754 floating point special values > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: math/py-gato/Makefile >=================================================================== >--- math/py-gato/Makefile (revision 461543) >+++ math/py-gato/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gato > PORTVERSION= 1.2.2 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -18,7 +19,7 @@ > > NO_ARCH= yes > PORTEXAMPLES= * >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > post-install: >Index: math/py-gmpy2/Makefile >=================================================================== >--- math/py-gmpy2/Makefile (revision 461543) >+++ math/py-gmpy2/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gmpy2 > PORTVERSION= 2.0.8 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > libmpc.so:math/mpc \ > libmpfr.so:math/mpfr > >-USES= python:2 zip >+USES= python:2.7 zip > USE_PYTHON= distutils autoplist > > post-install: >Index: math/py-symeig/Makefile >=================================================================== >--- math/py-symeig/Makefile (revision 461543) >+++ math/py-symeig/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= symeig > PORTVERSION= 1.5 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= math python > MASTER_SITES= SF/mdp-toolkit/mdp-toolkit/2.4 > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > BUILD_DEPENDS+= ${PYNUMPY} > RUN_DEPENDS+= ${PYNUMPY} > >-USES= fortran python:2 >+USES= fortran python:2.7 > USE_PYTHON= distutils autoplist > > LDFLAGS+= -shared >Index: math/py-ufl/Makefile >=================================================================== >--- math/py-ufl/Makefile (revision 461543) >+++ math/py-ufl/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= ufl > PORTVERSION= ${MMVERSION}0 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${MMVERSION}.0/+download/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= LGPL3 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > MMVERSION= 1.2 >Index: math/py-viper/Makefile >=================================================================== >--- math/py-viper/Makefile (revision 461543) >+++ math/py-viper/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= viper > PORTVERSION= 1.0.1 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= https://launchpad.net/fenics-${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -11,7 +12,7 @@ > > LICENSE= LGPL3 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > post-patch: >Index: math/saga/Makefile >=================================================================== >--- math/saga/Makefile (revision 461543) >+++ math/saga/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= saga > PORTVERSION= 6.1.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} > >@@ -29,7 +29,7 @@ > RUN_DEPENDS:= ${BUILD_DEPENDS} > > USES= autoreconf compiler:gcc-c++11-lib desktop-file-utils dos2unix \ >- iconv:wchar_t libtool localbase pkgconfig python:2 >+ iconv:wchar_t libtool localbase pkgconfig python:2.7 > USE_LDCONFIG= yes > USE_CXXSTD= c++11 > USE_WX= 3.0+ >Index: math/ufc/Makefile >=================================================================== >--- math/ufc/Makefile (revision 461543) >+++ math/ufc/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= ufc > PORTVERSION= ${MMVERSION}.0 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= math python > MASTER_SITES= http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ > >@@ -14,7 +14,7 @@ > > # LICENSE= public domain > >-USES= cmake python:2 >+USES= cmake python:2.7 > > CMAKE_ARGS+= -DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig > >Index: misc/gimp-help-en/Makefile >=================================================================== >--- misc/gimp-help-en/Makefile (revision 461543) >+++ misc/gimp-help-en/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gimp-help > PORTVERSION= 2.8.2 >+PORTREVISION= 1 > CATEGORIES?= misc graphics > MASTER_SITES= http://gimp.mirrors.hoobly.com/pub/%SUBDIR%/ \ > http://ftp.gwdg.de/pub/misc/grafik/%SUBDIR%/ \ >@@ -19,7 +20,7 @@ > BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} \ > ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl > >-USES= gettext-tools gmake perl5 pkgconfig python:2 shebangfix tar:bzip2 >+USES= gettext-tools gmake perl5 pkgconfig python:2.7 shebangfix tar:bzip2 > USE_GNOME= libxslt:build > USE_PERL5= build > GNU_CONFIGURE= yes >Index: misc/py-progressbar231/Makefile >=================================================================== >--- misc/py-progressbar231/Makefile (revision 461543) >+++ misc/py-progressbar231/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= progressbar231 > PORTVERSION= 2.3.1 >+PORTREVISION= 1 > CATEGORIES= misc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > LICENSE= BSD3CLAUSE > > USE_PYTHON= autoplist distutils >-USES= python:2 >+USES= python:2.7 > > CONFLICTS= py*-progressbar > >Index: misc/py-pyfiglet/Makefile >=================================================================== >--- misc/py-pyfiglet/Makefile (revision 461543) >+++ misc/py-pyfiglet/Makefile (working copy) >@@ -13,7 +13,7 @@ > LICENSE= GPLv2+ > > # Actually 2.6-2.7,3.1-3.5 (no 3.0) >-USES= python:2.6-3.5 >+USES= python:2.7-3.5 > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >Index: misc/py-python-geohash/Makefile >=================================================================== >--- misc/py-python-geohash/Makefile (revision 461543) >+++ misc/py-python-geohash/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= python-geohash > PORTVERSION= 0.8.5 >+PORTREVISION= 1 > CATEGORIES= misc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= APACHE20 MIT BSD3CLAUSE > LICENSE_COMB= multi > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: misc/py-yolk/Makefile >=================================================================== >--- misc/py-yolk/Makefile (revision 461543) >+++ misc/py-yolk/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= yolk > PORTVERSION= 0.4.3 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= misc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +13,7 @@ > > LICENSE= BSD3CLAUSE > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > OPTIONS_DEFINE= EXAMPLES >Index: misc/pylize/Makefile >=================================================================== >--- misc/pylize/Makefile (revision 461543) >+++ misc/pylize/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pylize > PORTVERSION= 1.3.b >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= misc textproc > MASTER_SITES= http://www.chrisarndt.de/en/software/pylize/download/ \ > http://dryice.name/computer/FreeBSD/distfiles/ >@@ -18,7 +18,7 @@ > ${PYTHON_SITELIBDIR}/em.py:textproc/py-empy@${FLAVOR} > RUN_DEPENDS:= ${BUILD_DEPENDS} > >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_PYTHON= autoplist distutils > > do-configure: >Index: misc/typetrainer/Makefile >=================================================================== >--- misc/typetrainer/Makefile (revision 461543) >+++ misc/typetrainer/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= typetrainer > PORTVERSION= 0.5.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= misc python > MASTER_SITES= CHEESESHOP > >@@ -12,7 +12,7 @@ > LICENSE= MIT > > USE_GNOME= pygtk2 >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: misc/wotsap/Makefile >=================================================================== >--- misc/wotsap/Makefile (revision 461543) >+++ misc/wotsap/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= wotsap > PORTVERSION= 0.7 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= misc > MASTER_SITES= http://www.lysator.liu.se/~jc/wotsap/download/ > EXTRACT_SUFX= .tgz >@@ -13,7 +13,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} > >-USES= python:2,run shebangfix >+USES= python:2.7,run shebangfix > NO_BUILD= yes > SHEBANG_FILES= wotsap pks2wot > >Index: multimedia/freevo/Makefile >=================================================================== >--- multimedia/freevo/Makefile (revision 461543) >+++ multimedia/freevo/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= freevo > PORTVERSION= 1.9.0 >-PORTREVISION= 16 >+PORTREVISION= 17 > CATEGORIES= multimedia > MASTER_SITES= SF/${PORTNAME}/Freevo%20releases/${PORTVERSION} > >@@ -39,7 +39,7 @@ > SUB_FILES= pkg-message pkg-deinstall > > NO_ARCH= yes >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > USE_PYTHON= distutils noegginfo > PYDISTUTILS_INSTALLNOSINGLE= yes > PYDISTUTILS_SETUP= ${PYSETUP} >Index: multimedia/gstreamer1-validate/Makefile >=================================================================== >--- multimedia/gstreamer1-validate/Makefile (revision 461543) >+++ multimedia/gstreamer1-validate/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gstreamer1-validate > PORTVERSION= 1.12.3 >+PORTREVISION= 1 > CATEGORIES= multimedia > MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-validate/ > DISTNAME= gst-validate-${PORTVERSION} >@@ -13,7 +14,7 @@ > LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib > > USES= gettext-runtime gmake gnome libtool pathfix \ >- pkgconfig python:2 tar:xz >+ pkgconfig python:2.7 tar:xz > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build >Index: multimedia/openshot/Makefile >=================================================================== >--- multimedia/openshot/Makefile (revision 461543) >+++ multimedia/openshot/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= openshot > PORTVERSION= 1.4.3 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= multimedia > MASTER_SITES= http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/ > >@@ -24,7 +24,7 @@ > > USE_GNOME= pygtk2 > USE_PYTHON= distutils >-USES= desktop-file-utils gettext python:2 shared-mime-info >+USES= desktop-file-utils gettext python:2.7 shared-mime-info > INSTALLS_OMF= yes > > post-patch: >Index: multimedia/pitivi/files/patch-configure >=================================================================== >--- multimedia/pitivi/files/patch-configure (nonexistent) >+++ multimedia/pitivi/files/patch-configure (working copy) >@@ -0,0 +1,11 @@ >+--- configure.orig 2018-02-11 23:00:45 UTC >++++ configure >+@@ -2920,7 +2920,7 @@ $as_echo "$as_me: Using localstatedir $L >+ >+ >+ >+- PYTHON_CANDIDATES="python python2.2 python2.1 python2.0 python2 \ >++ PYTHON_CANDIDATES="python python2.7 python2.2 python2.1 python2.0 python2 \ >+ python1.6 python1.5" >+ >+ { $as_echo "$as_me:${as_lineno-$LINENO}: Looking for Python version >= 2.5" >&5 >Index: multimedia/plexpy/Makefile >=================================================================== >--- multimedia/plexpy/Makefile (revision 461543) >+++ multimedia/plexpy/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= plexpy > PORTVERSION= 1.4.22 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= multimedia python > DISTVERSIONPREFIX=v > >@@ -20,7 +20,7 @@ > USE_RC_SUBR= ${PORTNAME} > SUB_LIST= PYTHON_CMD=${PYTHON_CMD} > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > SHEBANG_FILES= PlexPy.py > python_OLD_CMD= /bin/sh > >Index: multimedia/py-enzyme/Makefile >=================================================================== >--- multimedia/py-enzyme/Makefile (revision 461543) >+++ multimedia/py-enzyme/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= enzyme > PORTVERSION= 0.4.1 >+PORTREVISION= 1 > CATEGORIES= multimedia python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= APACHE20 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: multimedia/py-flvlib/Makefile >=================================================================== >--- multimedia/py-flvlib/Makefile (revision 461543) >+++ multimedia/py-flvlib/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= flvlib > PORTVERSION= 0.1.13 >+PORTREVISION= 1 > CATEGORIES= multimedia python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: multimedia/py-gstreamer/Makefile >=================================================================== >--- multimedia/py-gstreamer/Makefile (revision 461543) >+++ multimedia/py-gstreamer/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= gstreamer > PORTVERSION= 0.10.22 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= multimedia python gnome > MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -21,7 +21,7 @@ > > PORTSCOUT= limit:0\.10\..* > >-USES= gmake libtool pathfix pkgconfig python:2 tar:bzip2 >+USES= gmake libtool pathfix pkgconfig python:2.7 tar:bzip2 > USE_GNOME= pygobject > USE_GSTREAMER= yes > USE_PYTHON= flavors >Index: multimedia/py-kaa-metadata/Makefile >=================================================================== >--- multimedia/py-kaa-metadata/Makefile (revision 461543) >+++ multimedia/py-kaa-metadata/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= kaa-metadata > PORTVERSION= 0.7.7 >-PORTREVISION= 12 >+PORTREVISION= 13 > CATEGORIES= multimedia python > MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > ${PYTHON_PKGNAMEPREFIX}exiv2>0:graphics/py-exiv2@${FLAVOR} > RUN_DEPENDS:= ${BUILD_DEPENDS} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > CFLAGS+= -I${PREFIX}/include >Index: multimedia/py-mlt/Makefile >=================================================================== >--- multimedia/py-mlt/Makefile (revision 461543) >+++ multimedia/py-mlt/Makefile (working copy) >@@ -1,13 +1,13 @@ > # Created by: Charlie Kester <corky1951@comcast.net> > # $FreeBSD$ > >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= multimedia python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > BUILD_DEPENDS= python:lang/python > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= flavors > MASTERDIR= ${.CURDIR:H}/mlt > SLAVEPORT= swig Python >Index: multimedia/totem/Makefile >=================================================================== >--- multimedia/totem/Makefile (revision 461543) >+++ multimedia/totem/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= totem > PORTVERSION= 3.18.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= multimedia gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome3 >@@ -33,7 +33,7 @@ > PORTSCOUT= limitw:1,even > > USES= desktop-file-utils gettext gmake gnome libtool \ >- pathfix pkgconfig python:2 tar:xz >+ pathfix pkgconfig python:2.7 tar:xz > USE_GNOME= gtk30 intlhack introspection:build libxml2 nautilus3 \ > pygobject3 > USE_XORG= x11 xproto xtst ice sm >Index: net/googlecl/Makefile >=================================================================== >--- net/googlecl/Makefile (revision 461543) >+++ net/googlecl/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= googlecl > PORTVERSION= 0.9.15.1 >+PORTREVISION= 1 > CATEGORIES= net www python > > MAINTAINER= sbz@FreeBSD.org >@@ -15,7 +16,7 @@ > ${PYTHON_PKGNAMEPREFIX}oauth2client>0:security/py-oauth2client@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > USE_GITHUB= yes > GH_ACCOUNT= vinitkumar >Index: net/netatalk3/Makefile >=================================================================== >--- net/netatalk3/Makefile (revision 461543) >+++ net/netatalk3/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= netatalk > PORTVERSION= 3.1.11 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= net > MASTER_SITES= SF >@@ -62,7 +62,7 @@ > LDAP_USE= OPENLDAP=yes > LDAP_CONFIGURE_OFF= --without-ldap > SENDFILE_CONFIGURE_ENABLE=sendfile >-DBUS_USES= python:2 >+DBUS_USES= python:2.7 > DBUS_USE= GNOME=glib20 > DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ > libdbus-1.so:devel/dbus >Index: net/neubot/Makefile >=================================================================== >--- net/neubot/Makefile (revision 461543) >+++ net/neubot/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= neubot > PORTVERSION= 0.4.16.9 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= http://releases.neubot.org/_packages/ > >@@ -13,7 +14,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} > >-USES= python:2 >+USES= python:2.7 > NO_BUILD= yes > > USERS= _neubot >Index: net/nsscache/Makefile >=================================================================== >--- net/nsscache/Makefile (revision 461543) >+++ net/nsscache/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= nsscache > PORTVERSION= 0.32 >+PORTREVISION= 1 > DISTVERSIONPREFIX= version/ > CATEGORIES= net python > >@@ -15,7 +16,7 @@ > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pycurl.so:ftp/py-pycurl@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}ldap>0:net/py-ldap@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > USE_GITHUB= yes > GH_ACCOUNT= google >Index: net/py-avahi/Makefile >=================================================================== >--- net/py-avahi/Makefile (revision 461543) >+++ net/py-avahi/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > # $MCom: ports/net/py-avahi/Makefile,v 1.4 2007/07/31 18:24:13 ahze Exp $ > >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= net gnome python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > PKGNAMESUFFIX= # empty >@@ -25,7 +25,7 @@ > AVAHI_SLAVE= python > > USE_GNOME= pygtk2 >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= flavors > MANPAGES= avahi-bookmarks.1 avahi-discover.1 > >Index: net/py-gntp/Makefile >=================================================================== >--- net/py-gntp/Makefile (revision 461543) >+++ net/py-gntp/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= gntp > PORTVERSION= 0.8 > DISTVERSIONPREFIX= v >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= net > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -17,7 +17,7 @@ > OPTIONS_DEFINE= DOCS > > USE_GITHUB= yes >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.pre.mk> >Index: net/py-gspread/Makefile >=================================================================== >--- net/py-gspread/Makefile (revision 461543) >+++ net/py-gspread/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gspread > PORTVERSION= 0.6.2 >+PORTREVISION= 1 > CATEGORIES= net python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: net/py-gspreadsheet/Makefile >=================================================================== >--- net/py-gspreadsheet/Makefile (revision 461543) >+++ net/py-gspreadsheet/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gspreadsheet > PORTVERSION= 0.4.0 >+PORTREVISION= 1 > CATEGORIES= net python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +16,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata@${FLAVOR} > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > PORTDOCS= README.rst >Index: net/py-python-ntlm/Makefile >=================================================================== >--- net/py-python-ntlm/Makefile (revision 461543) >+++ net/py-python-ntlm/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= python-ntlm > PORTVERSION= 1.1.0 >+PORTREVISION= 1 > CATEGORIES= net python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -10,7 +11,7 @@ > COMMENT= Python library that provides NTLM support > > NO_ARCH= yes >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: net/py-raet/Makefile >=================================================================== >--- net/py-raet/Makefile (revision 461543) >+++ net/py-raet/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= raet > PORTVERSION= 0.6.5 >+PORTREVISION= 1 > CATEGORIES= net python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= APACHE20 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > NO_ARCH= yes > >Index: net/py-s3cmd/Makefile >=================================================================== >--- net/py-s3cmd/Makefile (revision 461543) >+++ net/py-s3cmd/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= s3cmd > DISTVERSION= 2.0.0 >+PORTREVISION= 1 > CATEGORIES= net python > MASTER_SITES= SF/s3tools/${PORTNAME}/${DISTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > NO_ARCH= yes > >Index: net/py-soappy/Makefile >=================================================================== >--- net/py-soappy/Makefile (revision 461543) >+++ net/py-soappy/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= soappy > PORTVERSION= 0.12.22 >+PORTREVISION= 1 > CATEGORIES= net python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}wstools>0:textproc/py-wstools@${FLAVOR} > >-USES= python:2 zip >+USES= python:2.7 zip > USE_PYTHON= autoplist distutils > > CONFLICTS= py*-soappy-devel-0.12.* >Index: net/py-suds/Makefile >=================================================================== >--- net/py-suds/Makefile (revision 461543) >+++ net/py-suds/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= suds > PORTVERSION= 0.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +15,7 @@ > > CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}suds-jurko-* > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: net/py-wolframalpha/Makefile >=================================================================== >--- net/py-wolframalpha/Makefile (revision 461543) >+++ net/py-wolframalpha/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= wolframalpha > PORTVERSION= 1.2 >+PORTREVISION= 1 > CATEGORIES= net python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${FLAVOR} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${FLAVOR} > >-USES= python:2 zip >+USES= python:2.7 zip > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: net/py-zsi/Makefile >=================================================================== >--- net/py-zsi/Makefile (revision 461543) >+++ net/py-zsi/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= zsi > DISTVERSION= 2.1-a1 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= net python > MASTER_SITES= SF/pywebsvcs/ZSI/ZSI-${DISTVERSION:S,-,_,} >@@ -13,7 +13,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Pure Python implementation of SOAP 1.1 > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > USE_PYTHON= autoplist distutils > NO_ARCH= yes > SHEBANG_FILES= doc/examples/*/*/*/*/*.py \ >Index: net/samba44/Makefile >=================================================================== >--- net/samba44/Makefile (revision 461543) >+++ net/samba44/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME?= ${SAMBA4_BASENAME}44 > PORTVERSION?= ${SAMBA4_VERSION} >-PORTREVISION?= 0 >+PORTREVISION?= 1 > CATEGORIES?= net > MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc > DISTNAME= ${SAMBA4_DISTNAME} >@@ -61,7 +61,7 @@ > # Flags > CONFIGURE_ENV+= PTHREAD_LDFLAGS="-lpthread" > >-USES= cpe compiler waf pkgconfig perl5 python:2 \ >+USES= cpe compiler waf pkgconfig perl5 python:2.7 \ > readline iconv shebangfix > USE_PERL5= build > USE_LDCONFIG= ${SAMBA4_LIBDIR} >Index: net/samba45/Makefile >=================================================================== >--- net/samba45/Makefile (revision 461543) >+++ net/samba45/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME?= ${SAMBA4_BASENAME}45 > PORTVERSION?= ${SAMBA4_VERSION} >-PORTREVISION?= 0 >+PORTREVISION?= 1 > CATEGORIES?= net > MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc > DISTNAME= ${SAMBA4_DISTNAME} >@@ -61,7 +61,7 @@ > # Flags > CONFIGURE_ENV+= PTHREAD_LDFLAGS="-lpthread" > >-USES= cpe compiler waf pkgconfig perl5 python:2 \ >+USES= cpe compiler waf pkgconfig perl5 python:2.7 \ > readline iconv shebangfix > USE_PERL5= build > USE_LDCONFIG= ${SAMBA4_LIBDIR} >Index: net/spideroak/Makefile >=================================================================== >--- net/spideroak/Makefile (revision 461543) >+++ net/spideroak/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= spideroak > PORTVERSION= 6.0 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/${PORTNAME}/ \ > https://spideroak.com/getbuild?platform=slackware&arch=i386&dummy=/ >@@ -32,7 +32,7 @@ > SUB_LIST= LINUXBASE=${LINUXBASE} > SUB_FILES= pkg-message > >-USES= desktop-file-utils linux python:2 tar:tgz >+USES= desktop-file-utils linux python:2.7 tar:tgz > USE_LINUX= xorglibs > > post-patch: >Index: net/xorp/Makefile >=================================================================== >--- net/xorp/Makefile (revision 461543) >+++ net/xorp/Makefile (working copy) >@@ -15,7 +15,7 @@ > LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ > libpcap.so.1:net/libpcap # avoid base libpcap > >-USES= ncurses scons shebangfix ssl compiler:env python:2,build >+USES= ncurses scons shebangfix ssl compiler:env python:2.7,build > USE_GITHUB= yes > USE_RC_SUBR= xorp > GH_ACCOUNT= greearb >Index: net-im/cjc/Makefile >=================================================================== >--- net-im/cjc/Makefile (revision 461543) >+++ net-im/cjc/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= cjc > PORTVERSION= 1.2.1 >+PORTREVISION= 1 > CATEGORIES= net-im python > MASTER_SITES= GHC > >@@ -17,7 +18,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= Jajcus > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > SHEBANG_FILES= cjc.in cjc.py cjc/main.py > NO_ARCH= yes > >Index: net-im/libtelepathy/Makefile >=================================================================== >--- net-im/libtelepathy/Makefile (revision 461543) >+++ net-im/libtelepathy/Makefile (working copy) >@@ -14,7 +14,7 @@ > LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib \ > libdbus-glib-1.so:devel/dbus-glib > >-USES= gmake libtool pathfix pkgconfig python:2,build >+USES= gmake libtool pathfix pkgconfig python:2.7,build > USE_LDCONFIG= yes > USE_GNOME= glib20 libxslt:build > GNU_CONFIGURE= yes >Index: net-im/proxy65/Makefile >=================================================================== >--- net-im/proxy65/Makefile (revision 461543) >+++ net-im/proxy65/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= proxy65 > PORTVERSION= 1.2.0.20150210 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-im > > MAINTAINER= mm@FreeBSD.org >@@ -28,7 +28,7 @@ > EJABBERD_DESC= Use with ejabberd (net-im/ejabberd) > > USE_PYTHON= distutils autoplist >-USES= python:2 >+USES= python:2.7 > USE_RC_SUBR= proxy65 > > PORTDOCS= README >Index: net-im/py-jabberbot/Makefile >=================================================================== >--- net-im/py-jabberbot/Makefile (revision 461543) >+++ net-im/py-jabberbot/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= jabberbot > PORTVERSION= 0.16 >+PORTREVISION= 1 > CATEGORIES= net-im python > MASTER_SITES= SF/pythonjabberbot/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmpppy>0:net-im/py-xmpppy@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > post-patch: >Index: net-im/py-libturpial/Makefile >=================================================================== >--- net-im/py-libturpial/Makefile (revision 461543) >+++ net-im/py-libturpial/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= libturpial > PORTVERSION= 1.7.0 >+PORTREVISION= 1 > CATEGORIES= net-im python > MASTER_SITES= http://files.turpial.org.ve/sources/stable/ \ > CHEESESHOP >@@ -17,7 +18,7 @@ > ${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:net/py-oauth@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:www/py-requests@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > post-extract: >Index: net-im/py-skype4py/Makefile >=================================================================== >--- net-im/py-skype4py/Makefile (revision 461543) >+++ net-im/py-skype4py/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= Skype4Py > PORTVERSION= 1.0.35 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-im devel > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +13,7 @@ > > LICENSE= BSD3CLAUSE > >-USES= python:2 zip >+USES= python:2.7 zip > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: net-im/telepathy-butterfly/Makefile >=================================================================== >--- net-im/telepathy-butterfly/Makefile (revision 461543) >+++ net-im/telepathy-butterfly/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= telepathy-butterfly > PORTVERSION= 0.5.15 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= net-im > MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -18,7 +18,7 @@ > > HAS_CONFIGURE= yes > CONFIGURE_ARGS+=--prefix=${PREFIX} >-USES= gmake python:2 shebangfix >+USES= gmake python:2.7 shebangfix > SHEBANG_FILES= telepathy-butterfly > NO_ARCH= yes > >Index: net-im/telepathy-farsight/Makefile >=================================================================== >--- net-im/telepathy-farsight/Makefile (revision 461543) >+++ net-im/telepathy-farsight/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= telepathy-farsight > PORTVERSION= 0.0.19 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= net-im > MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ > >@@ -16,7 +16,7 @@ > libgstfarsight-0.10.so:net-im/farsight2 > > GNU_CONFIGURE= yes >-USES= gmake libtool pathfix pkgconfig python:2 >+USES= gmake libtool pathfix pkgconfig python:2.7 > USE_LDCONFIG= yes > USE_GNOME= glib20 libxslt:build > CPPFLAGS+= -I${LOCALBASE}/include >Index: net-im/telepathy-farstream/Makefile >=================================================================== >--- net-im/telepathy-farstream/Makefile (revision 461543) >+++ net-im/telepathy-farstream/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= telepathy-farstream > PORTVERSION= 0.6.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-im > MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ > >@@ -15,7 +15,7 @@ > libtelepathy-glib.so:net-im/telepathy-glib \ > libfarstream-0.2.so:net-im/farstream > >-USES= gmake libtool pathfix pkgconfig python:2 >+USES= gmake libtool pathfix pkgconfig python:2.7 > USE_GNOME= glib20 libxslt:build introspection:build > GNU_CONFIGURE= yes > USE_LDCONFIG= yes >Index: net-im/telepathy-gabble/Makefile >=================================================================== >--- net-im/telepathy-gabble/Makefile (revision 461543) >+++ net-im/telepathy-gabble/Makefile (working copy) >@@ -25,7 +25,7 @@ > > PORTSCOUT= limitw:1,even > >-USES= alias gmake libtool pathfix pkgconfig python:2,build \ >+USES= alias gmake libtool pathfix pkgconfig python:2.7,build \ > shebangfix sqlite ssl > USE_GNOME= glib20 gtksourceview3 libxslt:build > GNU_CONFIGURE= yes >Index: net-im/telepathy-glib/Makefile >=================================================================== >--- net-im/telepathy-glib/Makefile (revision 461543) >+++ net-im/telepathy-glib/Makefile (working copy) >@@ -17,7 +17,7 @@ > > PORTSCOUT= limitw:1,even > >-USES= gmake libtool pathfix pkgconfig python:2,build >+USES= gmake libtool pathfix pkgconfig python:2.7,build > USE_GNOME= glib20 introspection:build libxslt:build > USE_LDCONFIG= yes > GNU_CONFIGURE= yes >Index: net-im/telepathy-idle/Makefile >=================================================================== >--- net-im/telepathy-idle/Makefile (revision 461543) >+++ net-im/telepathy-idle/Makefile (working copy) >@@ -14,7 +14,7 @@ > LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ > libtelepathy-glib.so:net-im/telepathy-glib > >-USES= gmake libtool pathfix pkgconfig python:2,build ssl >+USES= gmake libtool pathfix pkgconfig python:2.7,build ssl > USE_GNOME= glib20 libxslt:build > GNU_CONFIGURE= yes > CPPFLAGS+= -I${LOCALBASE}/include >Index: net-im/telepathy-logger/Makefile >=================================================================== >--- net-im/telepathy-logger/Makefile (revision 461543) >+++ net-im/telepathy-logger/Makefile (working copy) >@@ -16,7 +16,7 @@ > LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ > libtelepathy-glib.so:net-im/telepathy-glib > >-USES= gettext-tools gmake libtool pathfix pkgconfig python:2,build \ >+USES= gettext-tools gmake libtool pathfix pkgconfig python:2.7,build \ > sqlite tar:bzip2 > GNU_CONFIGURE= yes > USE_LDCONFIG= yes >Index: net-im/telepathy-logger-qt4/Makefile >=================================================================== >--- net-im/telepathy-logger-qt4/Makefile (revision 461543) >+++ net-im/telepathy-logger-qt4/Makefile (working copy) >@@ -17,7 +17,7 @@ > libtelepathy-logger.so:net-im/telepathy-logger \ > libtelepathy-qt4.so:net-im/telepathy-qt4 > >-USES= bison:build cmake kde:4 pkgconfig python:2,build tar:bzip2 >+USES= bison:build cmake kde:4 pkgconfig python:2.7,build tar:bzip2 > USE_GNOME= glib20 libxml2 > USE_GSTREAMER= qt4 > USE_KDE= # empty >Index: net-im/telepathy-python/Makefile >=================================================================== >--- net-im/telepathy-python/Makefile (revision 461543) >+++ net-im/telepathy-python/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= telepathy-python > PORTVERSION= 0.15.19 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-im > MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +14,7 @@ > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} > >-USES= gmake python:2 >+USES= gmake python:2.7 > USE_GNOME= libxslt:build > GNU_CONFIGURE= yes > CPPFLAGS+= -I${LOCALBASE}/include >Index: net-im/telepathy-qt4/Makefile >=================================================================== >--- net-im/telepathy-qt4/Makefile (revision 461543) >+++ net-im/telepathy-qt4/Makefile (working copy) >@@ -22,7 +22,7 @@ > > USE_GNOME= glib20 libxslt:build > USE_GSTREAMER= yes >-USES= cmake:outsource gettext pathfix pkgconfig python:2,build >+USES= cmake:outsource gettext pathfix pkgconfig python:2.7,build > CMAKE_ARGS= -DENABLE_EXAMPLES:BOOL=False \ > -DENABLE_FARSIGHT:BOOL=False \ > -DENABLE_FARSTREAM:BOOL=True \ >Index: net-im/telepathy-rakia/Makefile >=================================================================== >--- net-im/telepathy-rakia/Makefile (revision 461543) >+++ net-im/telepathy-rakia/Makefile (working copy) >@@ -15,7 +15,7 @@ > libsofia-sip-ua-glib.so:net/sofia-sip \ > libtelepathy-glib.so:net-im/telepathy-glib > >-USES= gmake pathfix pkgconfig python:2,build ssl >+USES= gmake pathfix pkgconfig python:2.7,build ssl > USE_GNOME= glib20 libxslt:build > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip >Index: net-im/telepathy-salut/Makefile >=================================================================== >--- net-im/telepathy-salut/Makefile (revision 461543) >+++ net-im/telepathy-salut/Makefile (working copy) >@@ -16,7 +16,7 @@ > libsoup-2.4.so:devel/libsoup > > GNU_CONFIGURE= yes >-USES= gmake libtool pathfix pkgconfig python:2,build sqlite ssl >+USES= gmake libtool pathfix pkgconfig python:2.7,build sqlite ssl > USE_GNOME= glib20 libxslt:build > CONFIGURE_ARGS= --disable-Werror --enable-avahi-tests=no > LDFLAGS+= -lpthread >Index: net-im/turpial/Makefile >=================================================================== >--- net-im/turpial/Makefile (revision 461543) >+++ net-im/turpial/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= turpial > PORTVERSION= 3.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net-im python > MASTER_SITES= http://files.turpial.org.ve/sources/stable/ > >@@ -18,7 +18,7 @@ > ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:devel/py-Jinja2@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}libturpial>=1.7.0:net-im/py-libturpial@${FLAVOR} > >-USES= pyqt:4 python:2 >+USES= pyqt:4 python:2.7 > USE_PYQT= core_run gui_run network_run phonon_run webkit_run > USE_PYTHON= distutils autoplist > INSTALLS_ICONS= yes >Index: net-mgmt/crmsh/Makefile >=================================================================== >--- net-mgmt/crmsh/Makefile (revision 461543) >+++ net-mgmt/crmsh/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= crmsh > PORTVERSION= 3.0.0 >+PORTREVISION= 1 > CATEGORIES= net-mgmt python > > MAINTAINER= dpejesh@yahoo.com >@@ -21,7 +22,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= ClusterLabs > >-USES= autoreconf gmake python:2 shebangfix >+USES= autoreconf gmake python:2.7 shebangfix > USE_PYTHON= flavors > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-ocf-root=${PREFIX}/lib/ocf >Index: net-mgmt/librenms-agent/Makefile >=================================================================== >--- net-mgmt/librenms-agent/Makefile (revision 461543) >+++ net-mgmt/librenms-agent/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= librenms-agent > PORTVERSION= 0.3 >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= kiwi@oav.net >@@ -10,7 +11,7 @@ > > LICENSE= GPLv2 > >-USES= shebangfix python:2:run php:cli >+USES= shebangfix python:2.7:run php:cli > NO_ARCH= yes > > USE_GITHUB= yes >Index: net-mgmt/nagstamon/Makefile >=================================================================== >--- net-mgmt/nagstamon/Makefile (revision 461543) >+++ net-mgmt/nagstamon/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= nagstamon > PORTVERSION= 1.0.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-mgmt python > MASTER_SITES= https://nagstamon.ifw-dresden.de/files/very_stable/ \ > LOCAL/ehaupt >@@ -17,7 +17,7 @@ > RUN_DEPENDS= sox:audio/sox \ > ${PYTHON_PKGNAMEPREFIX}keyring>=1.3:security/py-keyring@${FLAVOR} > >-USES= cpe python:2 >+USES= cpe python:2.7 > CPE_VENDOR= henri_wahl > USE_PYTHON= distutils > USE_GNOME= pygtk2 librsvg2 >Index: net-mgmt/tornova/Makefile >=================================================================== >--- net-mgmt/tornova/Makefile (revision 461543) >+++ net-mgmt/tornova/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= tornova > PORTVERSION= 0.2.3 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= net-mgmt > >@@ -18,7 +19,7 @@ > GH_ACCOUNT= neelchauhan > GH_PROJECT= TorNova > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > USE_GNOME= gtk30 pygobject3 > NO_ARCH= yes >Index: net-p2p/tribler/Makefile >=================================================================== >--- net-p2p/tribler/Makefile (revision 461543) >+++ net-p2p/tribler/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= tribler > PORTVERSION= 6.5.2 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= net-p2p > MASTER_SITES= https://github.com/Tribler/tribler/releases/download/v${PORTVERSION}/ > DISTNAME= Tribler-v${PORTVERSION} >@@ -34,7 +34,7 @@ > NO_ARCH= yes > NO_WRKSUBDIR= yes > >-USES= desktop-file-utils python:2,run ssl:run tar:xz >+USES= desktop-file-utils python:2.7,run ssl:run tar:xz > USE_WX= 2.8 > WX_COMPS= python > INSTALLS_ICONS= yes >Index: news/hellanzb/Makefile >=================================================================== >--- news/hellanzb/Makefile (revision 461543) >+++ news/hellanzb/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= hellanzb > PORTVERSION= 0.13 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= news > MASTER_SITES= http://www.hellanzb.com/distfiles/ > >@@ -20,7 +20,7 @@ > mac:audio/mac > > USE_PYTHON= distutils >-USES= python:2 >+USES= python:2.7 > PORTDOCS= CHANGELOG CREDITS README > NO_ARCH= yes > >Index: news/xpn/Makefile >=================================================================== >--- news/xpn/Makefile (revision 461543) >+++ news/xpn/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= xpn > PORTVERSION= 1.2.6 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= news python > MASTER_SITES= http://xpn.altervista.org/codice/ > >@@ -21,7 +21,7 @@ > SUB_FILES= ${PORTNAME} > SUB_LIST= PYTHON_CMD=${PYTHON_CMD} XPN=${XPN} > >-USES= gettext python:2 shebangfix >+USES= gettext python:2.7 shebangfix > > XPN= ${PORTNAME}.py > >Index: print/lyx/Makefile >=================================================================== >--- print/lyx/Makefile (revision 461543) >+++ print/lyx/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= lyx > PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= print editors > MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ > http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ >@@ -22,7 +22,7 @@ > MINOR_VERSION= 3 > > USES= desktop-file-utils gmake iconv pkgconfig perl5 \ >- python:2 shebangfix tar:xz >+ python:2.7 shebangfix tar:xz > USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --without-included-boost \ >Index: print/system-config-printer/Makefile >=================================================================== >--- print/system-config-printer/Makefile (revision 461543) >+++ print/system-config-printer/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= system-config-printer > PORTVERSION= 1.4.7 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= print gnome > MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/ > >@@ -21,7 +21,7 @@ > PORTSCOUT= limitw:1,even > > GNU_CONFIGURE= yes >-USES= desktop-file-utils gettext gmake pathfix pkgconfig python:2 \ >+USES= desktop-file-utils gettext gmake pathfix pkgconfig python:2.7 \ > shebangfix tar:xz > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib >Index: science/avogadro/Makefile >=================================================================== >--- science/avogadro/Makefile (revision 461543) >+++ science/avogadro/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= avogadro > PORTVERSION= 1.1.1 >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= science > MASTER_SITES= SF > >@@ -34,7 +34,7 @@ > OPTIONS_DEFAULT=PYTHON > OPTIONS_SUB= yes > >-PYTHON_USES= python:2 >+PYTHON_USES= python:2.7 > PYTHON_BUILD_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}sip>0:devel/py-sip@${PY_FLAVOR} > PYTHON_LIB_DEPENDS= libboost_python.so:devel/boost-python-libs >Index: science/py-coards/Makefile >=================================================================== >--- science/py-coards/Makefile (revision 461543) >+++ science/py-coards/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= coards > PORTVERSION= 1.0.5 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= MIT > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: science/py-pupynere/Makefile >=================================================================== >--- science/py-pupynere/Makefile (revision 461543) >+++ science/py-pupynere/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pupynere > PORTVERSION= 1.0.15 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > BUILD_DEPENDS= ${PYNUMPY} > RUN_DEPENDS:= ${BUILD_DEPENDS} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: science/py-pyaixi/Makefile >=================================================================== >--- science/py-pyaixi/Makefile (revision 461543) >+++ science/py-pyaixi/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pyaixi > PORTVERSION= 1.0.4 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= CC-BY-SA-3.0 > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > >-USES= dos2unix python:2 >+USES= dos2unix python:2.7 > USE_PYTHON= distutils autoplist > > PORTDOCS= changelog.txt \ >Index: science/py-ws2300/Makefile >=================================================================== >--- science/py-ws2300/Makefile (revision 461543) >+++ science/py-ws2300/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= ws2300 > PORTVERSION= 1.10 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}-1 > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= AGPLv3 > LICENSE_FILE= ${WRKSRC}/agpl-3.0.txt > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: science/silo/Makefile >=================================================================== >--- science/silo/Makefile (revision 461543) >+++ science/silo/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= silo > PORTVERSION= 4.10.2 >-PORTREVISION= 5 >+PORTREVISION= 6 > DISTVERSIONSUFFIX= -bsd > CATEGORIES= science > MASTER_SITES= http://wci.llnl.gov/content/assets/docs/simulation/computer-codes/${PORTNAME}/silo-${PORTVERSION}/ >@@ -33,7 +33,7 @@ > HDF5_PLIST_SUB_OFF= SUFX_HDF5="" > > PYTHON_CONFIGURE_ENABLE= pythonmodule >-PYTHON_USES= python:2 >+PYTHON_USES= python:2.7 > > QT4_USE= XORG=ice,sm,x11,xext,xi,xmu,xt \ > QT4=corelib,gui,linguisttools_build,moc_build,uic_build >Index: security/cfv/Makefile >=================================================================== >--- security/cfv/Makefile (revision 461543) >+++ security/cfv/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= cfv > PORTVERSION= 1.18.3 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= SF > >@@ -9,7 +10,7 @@ > MAINTAINER= rezny@FreeBSD.org > COMMENT= Utility to both test and create .sfv, .csv, and md5sum files > >-USES= python:2 >+USES= python:2.7 > ALL_TARGET= cfv.wrapper > INSTALL_TARGET= install-wrapper > MAKE_ARGS= PYTHON=${PYTHON_CMD} >Index: security/denyhosts/Makefile >=================================================================== >--- security/denyhosts/Makefile (revision 461543) >+++ security/denyhosts/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= denyhosts > PORTVERSION= 2.6 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= security > MASTER_SITES= SF > DISTNAME= DenyHosts-${PORTVERSION} >@@ -18,7 +18,7 @@ > REINPLACE_ARGS= -i '' > USE_PYTHON= autoplist distutils > USE_RC_SUBR= denyhosts >-USES= cpe python:2 shebangfix >+USES= cpe python:2.7 shebangfix > CPE_VENDOR= phil_schwartz > > PORTDOCS= CHANGELOG.txt LICENSE.txt README.txt >Index: security/nyx/Makefile >=================================================================== >--- security/nyx/Makefile (revision 461543) >+++ security/nyx/Makefile (working copy) >@@ -15,7 +15,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} > >-USES= python:2.6+ >+USES= python > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: security/py-PF/Makefile >=================================================================== >--- security/py-PF/Makefile (revision 461543) >+++ security/py-PF/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= PF > PORTVERSION= 0.1.1 >+PORTREVISION= 1 > CATEGORIES= security python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -12,7 +13,7 @@ > LICENSE= BSD3CLAUSE > > USE_GITHUB= yes >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > GH_ACCOUNT= dotpy >Index: security/py-cryptlib_py/Makefile >=================================================================== >--- security/py-cryptlib_py/Makefile (revision 461543) >+++ security/py-cryptlib_py/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= cryptlib_py > PORTVERSION= 3.4.3 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > > ONLY_FOR_ARCHS= i386 amd64 armv6 armv7 > >-USES= python:2 zip:infozip >+USES= python:2.7 zip:infozip > USE_PYTHON= distutils autoplist > > LIB_DEPENDS+= libcl.so:security/cryptlib >Index: security/py-keyczar/Makefile >=================================================================== >--- security/py-keyczar/Makefile (revision 461543) >+++ security/py-keyczar/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= keyczar > PORTVERSION= 0.716 >+PORTREVISION= 1 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +18,7 @@ > ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${FLAVOR} > > NO_ARCH= yes >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: security/py-onetime/Makefile >=================================================================== >--- security/py-onetime/Makefile (revision 461543) >+++ security/py-onetime/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= onetime > PORTVERSION= 1.81 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://www.red-bean.com/onetime/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= PD > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > SHEBANG_FILES= onetime > > NO_ARCH= yes >Index: security/py-pydeep/Makefile >=================================================================== >--- security/py-pydeep/Makefile (revision 461543) >+++ security/py-pydeep/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pydeep > PORTVERSION= 0.2 >+PORTREVISION= 1 > CATEGORIES= security devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > > LIB_DEPENDS= libfuzzy.so:security/ssdeep > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > post-patch: >Index: security/py-requests-kerberos/Makefile >=================================================================== >--- security/py-requests-kerberos/Makefile (revision 461543) >+++ security/py-requests-kerberos/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= requests-kerberos > PORTVERSION= 0.11.0 >+PORTREVISION= 1 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>1.1.0:www/py-requests@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:security/py-kerberos@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: security/py-safe/Makefile >=================================================================== >--- security/py-safe/Makefile (revision 461543) >+++ security/py-safe/Makefile (working copy) >@@ -14,7 +14,7 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= python:2.6+ >+USES= python > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: security/py-slowaes/Makefile >=================================================================== >--- security/py-slowaes/Makefile (revision 461543) >+++ security/py-slowaes/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= slowaes > DISTVERSION= 0.1a1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +13,7 @@ > > LICENSE= APACHE20 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: security/py-stem/Makefile >=================================================================== >--- security/py-stem/Makefile (revision 461543) >+++ security/py-stem/Makefile (working copy) >@@ -18,7 +18,7 @@ > ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR} > >-USES= python:2.6+ >+USES= python > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: security/py-tlslite/Makefile >=================================================================== >--- security/py-tlslite/Makefile (revision 461543) >+++ security/py-tlslite/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tlslite > PORTVERSION= 0.4.9 >+PORTREVISION= 1 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -10,7 +11,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: security/py-twofish/Makefile >=================================================================== >--- security/py-twofish/Makefile (revision 461543) >+++ security/py-twofish/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= twofish > PORTVERSION= 0.7 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= security python > MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +12,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Twofish cryptographic module for Python > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > SHEBANG_FILES= cryptfile.py decryptfile.py > GNU_CONFIGURE= yes > CFLAGS+= -fPIC >Index: security/sssd/Makefile >=================================================================== >--- security/sssd/Makefile (revision 461543) >+++ security/sssd/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= sssd > PORTVERSION= 1.11.7 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= security > MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ > >@@ -53,11 +53,11 @@ > USE_LDCONFIG= yes > USE_OPENLDAP= yes > USES= autoreconf cpe gettext gmake iconv libtool pathfix pkgconfig \ >- python:2 shebangfix gssapi:mit >+ python:2.7 shebangfix gssapi:mit > INSTALL_TARGET= install-strip > CPE_VENDOR= fedoraproject > >-python_CMD= ${SETENV} python2 >+python_CMD= ${SETENV} ${PYTHON_VERSION} > SHEBANG_FILES= src/tools/sss_obfuscate \ > src/sbus/sbus_codegen > >Index: security/w3af/Makefile >=================================================================== >--- security/w3af/Makefile (revision 461543) >+++ security/w3af/Makefile (working copy) >@@ -33,7 +33,7 @@ > ${PYTHON_PKGNAMEPREFIX}stopit>=1.1.0:devel/py-stopit@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}chardet>=2.1.1:textproc/py-chardet@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}tblib>=0.2.0:devel/py-tblib@${FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}pdfminer=20140328:textproc/py-pdfminer@${FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pdfminer>=20140328:textproc/py-pdfminer@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}futures>=2.1.5:devel/py-futures@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.3:net/py-ndg_httpsclient@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${FLAVOR} \ >Index: shells/jailkit/Makefile >=================================================================== >--- shells/jailkit/Makefile (revision 461543) >+++ shells/jailkit/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= jailkit > PORTVERSION= 2.19 >+PORTREVISION= 1 > CATEGORIES= shells > MASTER_SITES= http://olivier.sessink.nl/jailkit/ \ > http://www.sfr-fresh.com/unix/privat/ >@@ -12,7 +13,7 @@ > > LICENSE= BSD3CLAUSE > >-USES= python:2 >+USES= python:2.7 > GNU_CONFIGURE= yes > CONFIGURE_ENV= PYTHONINTERPRETER=${PYTHON_CMD} > >Index: sysutils/ansible1/Makefile >=================================================================== >--- sysutils/ansible1/Makefile (revision 461543) >+++ sysutils/ansible1/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PKGNAMESUFFIX= 1 > PORTVERSION= 1.9.6 >-PORTREVISION= 1 >+PORTREVISION= 2 > > CONFLICTS= ansible-* ansible23-* > >@@ -15,7 +15,7 @@ > ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} > >-USES= cpe python:2 shebangfix >+USES= cpe python:2.7 shebangfix > > PLIST_FILES= man/man1/ansible-doc.1.gz \ > man/man1/ansible-galaxy.1.gz \ >Index: sysutils/azure-agent/Makefile >=================================================================== >--- sysutils/azure-agent/Makefile (revision 461543) >+++ sysutils/azure-agent/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= azure-agent > PORTVERSION= 2.2.14 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > > MAINTAINER= honzhan@microsoft.com >@@ -20,7 +20,7 @@ > ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss > > NO_BUILD= yes >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > > SHEBANG_FILES= bin/waagent bin/waagent2.0 > python_OLD_CMD= "/usr/bin/env python" >Index: sysutils/bamf/Makefile >=================================================================== >--- sysutils/bamf/Makefile (revision 461543) >+++ sysutils/bamf/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= bamf > PORTVERSION= 0.5.3 >+PORTREVISION= 1 > CATEGORIES= sysutils > MASTER_SITES= https://launchpadlibrarian.net/280921055/ \ > https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ >@@ -20,7 +21,7 @@ > libdbus-glib-1.so:devel/dbus-glib \ > libstartup-notification-1.so:x11/startup-notification > >-USES= gettext-runtime gmake libtool pathfix pkgconfig python:2 >+USES= gettext-runtime gmake libtool pathfix pkgconfig python:2.7 > GNU_CONFIGURE= yes > USE_GNOME= gtk30 glib20 introspection:build libwnck3 cairo gdkpixbuf2 > USE_XORG= x11 >Index: sysutils/cinnamon-control-center/Makefile >=================================================================== >--- sysutils/cinnamon-control-center/Makefile (revision 461543) >+++ sysutils/cinnamon-control-center/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= cinnamon-control-center > PORTVERSION= 2.4.2 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= sysutils gnome > MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/9363a4a1e121344ae98f22b55fb28623cf0f6038/panels/datetime/data/:tzpng > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >@@ -39,7 +39,7 @@ > py*-lxml>=0:devel/py-lxml > > USES= autoreconf gettext gmake libtool pathfix \ >- python:2 pkgconfig >+ python:2.7 pkgconfig > USE_GNOME= evolutiondataserver3 gconf2 gnomeprefix \ > gtk30 intlhack libgnomekbd > USE_GITHUB= yes >Index: sysutils/condor/Makefile >=================================================================== >--- sysutils/condor/Makefile (revision 461543) >+++ sysutils/condor/Makefile (working copy) >@@ -6,7 +6,7 @@ > > PORTNAME= condor > PORTVERSION= 8.4.9 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= sysutils net > MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ > DISTNAME= condor_src-${PORTVERSION}-all-all >@@ -26,7 +26,7 @@ > WRKSRC= ${WRKDIR}/condor-${PORTVERSION} > USE_LDCONFIG= yes > # Does not build with Python 3 >-USES= cmake cpe perl5 pgsql python:2 shebangfix ssl >+USES= cmake cpe perl5 pgsql python:2.7 shebangfix ssl > CPE_VENDOR= condor_project > SHEBANG_FILES= src/condor_scripts/condor_qsub \ > src/condor_gridmanager/remote_gahp \ >Index: sysutils/feather/Makefile >=================================================================== >--- sysutils/feather/Makefile (revision 461543) >+++ sysutils/feather/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= feather > PORTVERSION= 1.3.0 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils python > > MAINTAINER= ports@FreeBSD.org >@@ -16,7 +16,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= danrue > >-USES= python:2,run shebangfix >+USES= python:2.7,run shebangfix > SHEBANG_FILES= ${PORTNAME} > NO_BUILD= yes > NO_ARCH= yes >Index: sysutils/hatop/Makefile >=================================================================== >--- sysutils/hatop/Makefile (revision 461543) >+++ sysutils/hatop/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= hatop > PORTVERSION= 0.7.7 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= sysutils net > >@@ -13,7 +14,7 @@ > > RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:net/haproxy > >-USES= python:2 >+USES= python:2.7 > NO_BUILD= yes > > USE_GITHUB= yes >Index: sysutils/moosefs2-master/Makefile >=================================================================== >--- sysutils/moosefs2-master/Makefile (revision 461543) >+++ sysutils/moosefs2-master/Makefile (working copy) >@@ -33,7 +33,7 @@ > > .if ${MFS_COMPONENT} == cgi > MFS_CGIDIR= ${PREFIX}/share/mfscgi >-USES= python:2.5+ >+USES= python > CONFIGURE_ARGS+= --enable-mfscgi \ > --with-mfscgi-dir=${MFS_CGIDIR} > .else >@@ -42,7 +42,7 @@ > > .if ${MFS_COMPONENT} == cgiserv > MFS_CGISERVDIR= ${PREFIX}/sbin >-USES= python:2.5+ >+USES= python > USE_RC_SUBR= mfscgiserv > SUB_FILES+= pkg-message-cgiserv > PKGMESSAGE= ${WRKDIR}/pkg-message-cgiserv >@@ -65,7 +65,7 @@ > .endif > > .if ${MFS_COMPONENT} == cli >-USES= python:2.5+ >+USES= python > CONFIGURE_ARGS+= --enable-mfscli > .else > CONFIGURE_ARGS+= --disable-mfscli >Index: sysutils/moosefs3-master/Makefile >=================================================================== >--- sysutils/moosefs3-master/Makefile (revision 461543) >+++ sysutils/moosefs3-master/Makefile (working copy) >@@ -35,7 +35,7 @@ > > .if ${MFS_COMPONENT} == cgi > MFS_CGIDIR= ${PREFIX}/share/mfscgi >-USES= python:2.5+ >+USES= python > CONFIGURE_ARGS+= --enable-mfscgi \ > --with-mfscgi-dir=${MFS_CGIDIR} > .else >@@ -44,7 +44,7 @@ > > .if ${MFS_COMPONENT} == cgiserv > MFS_CGISERVDIR= ${PREFIX}/sbin >-USES= python:2.5+ >+USES= python > USE_RC_SUBR= mfscgiserv > SUB_FILES+= pkg-message-cgiserv > PKGMESSAGE= ${WRKDIR}/pkg-message-cgiserv >@@ -67,7 +67,7 @@ > .endif > > .if ${MFS_COMPONENT} == cli >-USES= python:2.5+ >+USES= python > CONFIGURE_ARGS+= --enable-mfscli > .else > CONFIGURE_ARGS+= --disable-mfscli >Index: sysutils/py-XenAPI/Makefile >=================================================================== >--- sysutils/py-XenAPI/Makefile (revision 461543) >+++ sysutils/py-XenAPI/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= XenAPI > PORTVERSION= 1.0 >+PORTREVISION= 1 > CATEGORIES= sysutils python > MASTER_SITES= http://community.citrix.com/download/attachments/38633496/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > MAINTAINER= bsdports@wayfair.com > COMMENT= Xen API Library for Python > >-USES= python:2 >+USES= python:2.7 > WRKSRC= ${WRKDIR}/${PORTNAME} > PLIST_FILES= %%PYTHON_SITELIBDIR%%/XenAPI.py \ > %%PYTHON_SITELIBDIR%%/XenAPI.pyc \ >Index: sysutils/py-halite/Makefile >=================================================================== >--- sysutils/py-halite/Makefile (revision 461543) >+++ sysutils/py-halite/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= halite > PORTVERSION= 0.1.15 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}salt>=0.17.0:sysutils/py-salt@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: sysutils/py-pywatchman/Makefile >=================================================================== >--- sysutils/py-pywatchman/Makefile (revision 461543) >+++ sysutils/py-pywatchman/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pywatchman > PORTVERSION= 1.3.0 >+PORTREVISION= 1 > CATEGORIES= sysutils python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > > RUN_DEPENDS= watchman>=4:sysutils/watchman > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > post-install: >Index: sysutils/py-uptime/Makefile >=================================================================== >--- sysutils/py-uptime/Makefile (revision 461543) >+++ sysutils/py-uptime/Makefile (working copy) >@@ -12,7 +12,7 @@ > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/COPYING.txt > >-USES= python:2.5+ >+USES= python > USE_PYTHON= autoplist distutils > > post-install: >Index: sysutils/py-zfs/Makefile >=================================================================== >--- sysutils/py-zfs/Makefile (revision 461543) >+++ sysutils/py-zfs/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= zfs > PORTVERSION= 1.1 >+PORTREVISION= 1 > CATEGORIES= sysutils python > MASTER_SITES= # none > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > LICENSE= CDDL > LICENSE_FILE= ${WRKSRC}/OPENSOLARIS.LICENSE > >-USES= python:2 >+USES= python:2.7 > MAKEFILE= ${FILESDIR}/Makefile.lib > MAKE_ARGS+= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \ > PYTHON_LDFLAGS="-L${LOCALBASE}/lib -l${PYTHON_VERSION}" >Index: sysutils/zeitgeist/Makefile >=================================================================== >--- sysutils/zeitgeist/Makefile (revision 461543) >+++ sysutils/zeitgeist/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= zeitgeist > PORTVERSION= 0.9.16 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION}/+download/ > >@@ -21,7 +21,7 @@ > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR} \ > ${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus@${PY_FLAVOR} > >-USES= gmake gettext pathfix python:2 pkgconfig libtool sqlite tar:xz >+USES= gmake gettext pathfix python:2.7 pkgconfig libtool sqlite tar:xz > USE_GNOME= intlhack glib20 introspection:build > USE_LDCONFIG= yes > GNU_CONFIGURE= yes >Index: textproc/archmage/Makefile >=================================================================== >--- textproc/archmage/Makefile (revision 461543) >+++ textproc/archmage/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= archmage > PORTVERSION= 0.2.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc python > MASTER_SITES= SF > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -18,7 +18,7 @@ > ${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32@${FLAVOR} > > NO_BUILD= yes >-USES= cpe python:2 tar:bzip2 >+USES= cpe python:2.7 tar:bzip2 > USE_PYTHON= distutils autoplist > > CPE_VENDOR= archmage_project >Index: textproc/dblatex/Makefile >=================================================================== >--- textproc/dblatex/Makefile (revision 461543) >+++ textproc/dblatex/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= dblatex > PORTVERSION= 0.3.9 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >@@ -17,7 +17,7 @@ > RUN_DEPENDS= xsltproc:textproc/libxslt \ > docbook-xml>0:textproc/docbook-xml > >-USES= tar:bzip2 python:2 >+USES= tar:bzip2 python:2.7 > USE_PYTHON= distutils autoplist > USE_TEX= dvipsk:run tex > NO_ARCH= yes >Index: textproc/doclifter/Makefile >=================================================================== >--- textproc/doclifter/Makefile (revision 461543) >+++ textproc/doclifter/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= doclifter > PORTVERSION= 2.17 >+PORTREVISION= 1 > CATEGORIES= textproc > MASTER_SITES= http://www.catb.org/~esr/doclifter/ > >@@ -11,7 +12,7 @@ > > RUN_DEPENDS+= python2:lang/python2 > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > SHEBANG_FILES= manlifter > NO_BUILD= yes > NO_ARCH= yes >Index: textproc/gnome-doc-utils/Makefile >=================================================================== >--- textproc/gnome-doc-utils/Makefile (revision 461543) >+++ textproc/gnome-doc-utils/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= gnome-doc-utils > PORTVERSION= 0.20.10 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= textproc gnome > MASTER_SITES= GNOME > >@@ -17,7 +17,7 @@ > ${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} \ > docbook-xml>0:textproc/docbook-xml > >-USES= gettext-tools:build,run gmake pathfix pkgconfig python:2 tar:xz >+USES= gettext-tools:build,run gmake pathfix pkgconfig python:2.7 tar:xz > USE_GNOME= libxslt intlhack > INSTALLS_OMF= yes > GNU_CONFIGURE= yes >Index: textproc/ibus/Makefile >=================================================================== >--- textproc/ibus/Makefile (revision 461543) >+++ textproc/ibus/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= ibus > DISTVERSION= 1.5.17 >+PORTREVISION= 1 > CATEGORIES= textproc > MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT > DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:DEFAULT >@@ -21,7 +22,7 @@ > ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes \ > setxkbmap:x11/setxkbmap > >-USES= compiler cpe gmake libtool localbase pathfix pkgconfig python:2 >+USES= compiler cpe gmake libtool localbase pathfix pkgconfig python:2.7 > USE_GNOME= glib20 intltool librsvg2 pygobject3 > USE_LDCONFIG= yes > GNU_CONFIGURE= yes >Index: textproc/itstool/Makefile >=================================================================== >--- textproc/itstool/Makefile (revision 461543) >+++ textproc/itstool/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= itstool > PORTVERSION= 2.0.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc > MASTER_SITES= http://files.itstool.org/itstool/ > >@@ -16,7 +16,7 @@ > BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} > >-USES= python:2,run tar:bzip2 >+USES= python:2.7,run tar:bzip2 > GNU_CONFIGURE= yes > > post-patch: >Index: textproc/kiss-templates/Makefile >=================================================================== >--- textproc/kiss-templates/Makefile (revision 461543) >+++ textproc/kiss-templates/Makefile (working copy) >@@ -31,7 +31,7 @@ > OPTIONS_DEFINE= TEST > TEST_DESC= Build with unit tests > TEST_BUILD_DEPENDS= boost-libs>=1.55:devel/boost-libs >-TEST_USES= python:2,build,test shebangfix >+TEST_USES= python:2.7,build,test shebangfix > TEST_TEST_TARGET= test > SHEBANG_FILES= tests/comparison-based/generate.py tests/differ.py > >Index: textproc/kreport/Makefile >=================================================================== >--- textproc/kreport/Makefile (revision 461543) >+++ textproc/kreport/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= kreport > DISTVERSION= 3.0.2 >+PORTREVISION= 1 > CATEGORIES= textproc kde > MASTER_SITES= KDE/stable/${PORTNAME}/src > DIST_SUBDIR= KDE/${PORTNAME} >@@ -11,7 +12,7 @@ > > LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty > >-USES= cmake:outsource gettext kde:5 python:2 tar:xz >+USES= cmake:outsource gettext kde:5 python:2.7 tar:xz > USE_KDE= config coreaddons ecm widgetsaddons > USE_QT5= core gui network qml webkit widgets xml \ > buildtools_build printsupport qmake_build >Index: textproc/link-grammar/Makefile >=================================================================== >--- textproc/link-grammar/Makefile (revision 461543) >+++ textproc/link-grammar/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= link-grammar > PORTVERSION= 5.3.16 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc > MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ > >@@ -48,7 +48,7 @@ > PERL_USES= perl5 > > PYTHON_CONFIGURE_ENABLE= python-bindings >-PYTHON_USES= python:2 >+PYTHON_USES= python:2.7 > > post-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR} >Index: textproc/loook/Makefile >=================================================================== >--- textproc/loook/Makefile (revision 461543) >+++ textproc/loook/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= loook > PORTVERSION= 0.6.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc > MASTER_SITES= http://www.danielnaber.de/loook/ > DISTNAME= ${PORTNAME} >@@ -18,7 +18,7 @@ > > WRKSRC= ${WRKDIR} > >-USES= python:2 zip >+USES= python:2.7 zip > NO_BUILD= yes > > PLIST_FILES= bin/${PORTNAME} >Index: textproc/py-bugzillatools/Makefile >=================================================================== >--- textproc/py-bugzillatools/Makefile (revision 461543) >+++ textproc/py-bugzillatools/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= bugzillatools > PORTVERSION= 0.5.5 >+PORTREVISION= 1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= GPLv3 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: textproc/py-dsv/Makefile >=================================================================== >--- textproc/py-dsv/Makefile (revision 461543) >+++ textproc/py-dsv/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= dsv > PORTVERSION= 1.4.1 >+PORTREVISION= 1 > CATEGORIES= textproc python > MASTER_SITES= SF/python-${PORTNAME}/python-${PORTNAME}/${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -11,7 +12,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Python module to parse or write delimeter-separated (e.g. CSV) files > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > DSV_BASEDIR= ${PYTHONPREFIX_SITELIBDIR}/DSV > NO_ARCH= yes >Index: textproc/py-elasticsearch-dsl-py/Makefile >=================================================================== >--- textproc/py-elasticsearch-dsl-py/Makefile (revision 461543) >+++ textproc/py-elasticsearch-dsl-py/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= elasticsearch-dsl-py > PORTVERSION= 0.0.11 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= textproc python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -18,7 +18,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= elastic > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: textproc/py-elasticsearch2-dsl-py/Makefile >=================================================================== >--- textproc/py-elasticsearch2-dsl-py/Makefile (revision 461543) >+++ textproc/py-elasticsearch2-dsl-py/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= py-elasticsearch2-dsl-py > PORTVERSION= 2.1.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -18,7 +18,7 @@ > GH_ACCOUNT= elastic > GH_PROJECT= elasticsearch-dsl-py > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: textproc/py-excelerator/Makefile >=================================================================== >--- textproc/py-excelerator/Makefile (revision 461543) >+++ textproc/py-excelerator/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= excelerator > PORTVERSION= 0.6.4.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc python > MASTER_SITES= SF/py${PORTNAME}/pyExcelerator/${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +14,7 @@ > > OPTIONS_DEFINE= DOCS EXAMPLES > >-USES= python:2 zip >+USES= python:2.7 zip > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: textproc/py-jaxml/Makefile >=================================================================== >--- textproc/py-jaxml/Makefile (revision 461543) >+++ textproc/py-jaxml/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= jaxml > PORTVERSION= 3.02 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > PORTSCOUT= skipv:23.01 > > NO_ARCH= yes >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: textproc/py-pdfminer/Makefile >=================================================================== >--- textproc/py-pdfminer/Makefile (revision 461543) >+++ textproc/py-pdfminer/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pdfminer > PORTVERSION= 20140328 >+PORTREVISION= 1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= MIT > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: textproc/py-pyes/Makefile >=================================================================== >--- textproc/py-pyes/Makefile (revision 461543) >+++ textproc/py-pyes/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pyes > PORTVERSION= 0.99.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +14,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: textproc/py-rstyoutube/Makefile >=================================================================== >--- textproc/py-rstyoutube/Makefile (revision 461543) >+++ textproc/py-rstyoutube/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= rstyoutube > PORTVERSION= 0.1.1 >+PORTREVISION= 1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.11:textproc/py-docutils@${FLAVOR} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: textproc/py-tvgrab/Makefile >=================================================================== >--- textproc/py-tvgrab/Makefile (revision 461543) >+++ textproc/py-tvgrab/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= TVGrab > PORTVERSION= 0.5.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= textproc python > MASTER_SITES= SF/py${PORTNAME:tl}/lib/${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +17,7 @@ > > OPTIONS_DEFINE= DOCS > >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: textproc/py-xlutils/Makefile >=================================================================== >--- textproc/py-xlutils/Makefile (revision 461543) >+++ textproc/py-xlutils/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= xlutils > PORTVERSION= 1.7.0 >+PORTREVISION= 1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > ${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:textproc/py-xlwt@${FLAVOR} > RUN_DEPENDS:= ${BUILD_DEPENDS} > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: textproc/py2html/Makefile >=================================================================== >--- textproc/py2html/Makefile (revision 461543) >+++ textproc/py2html/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= py2html > PORTVERSION= 0.7 >+PORTREVISION= 1 > CATEGORIES= textproc www python > MASTER_SITES= LOCAL/perky > PKGNAMESUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//} >@@ -10,7 +11,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Python Highlighter for HTML > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > USE_PYTHON= distutils autoplist > > SHEBANG_FILES= py2html >Index: textproc/pychm/Makefile >=================================================================== >--- textproc/pychm/Makefile (revision 461543) >+++ textproc/pychm/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pychm > PORTVERSION= 0.8.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc python > MASTER_SITES= SF/gnochm/${PORTNAME}/${PORTVERSION} > >@@ -16,7 +16,7 @@ > LIB_DEPENDS= libchm.so:misc/chmlib > > NO_BUILD= yes >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.pre.mk> >Index: textproc/queequeg/Makefile >=================================================================== >--- textproc/queequeg/Makefile (revision 461543) >+++ textproc/queequeg/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= queequeg > PORTVERSION= 0.91 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >@@ -17,7 +17,7 @@ > ${PYTHON_SITELIBDIR}/cdbmodule.so:databases/py-cdb > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cdbmodule.so:databases/py-cdb > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > SHEBANG_FILES= *.py misc/*.py qq > ALL_TARGET= dict > MAKE_ARGS= WORDNETDICT="${LOCALBASE}/share/WordNet" \ >Index: textproc/rubber/Makefile >=================================================================== >--- textproc/rubber/Makefile (revision 461543) >+++ textproc/rubber/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= rubber > PORTVERSION= 1.1 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= textproc > MASTER_SITES= http://launchpadlibrarian.net/53558954/ > >@@ -14,7 +14,7 @@ > > NO_ARCH= yes > >-USES= gmake makeinfo python:2 >+USES= gmake makeinfo python:2.7 > USE_TEX= latex > HAS_CONFIGURE= yes > CONFIGURE_ARGS= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} \ >Index: textproc/xxdiff-scripts/Makefile >=================================================================== >--- textproc/xxdiff-scripts/Makefile (revision 461543) >+++ textproc/xxdiff-scripts/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= xxdiff > PORTVERSION= 4.0.1 >+PORTREVISION= 1 > CATEGORIES= textproc > MASTER_SITES= SF > PKGNAMESUFFIX= -scripts >@@ -15,7 +16,7 @@ > > RUN_DEPENDS= xxdiff:textproc/xxdiff > >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_PYTHON= autoplist distutils > PYDISTUTILS_PKGNAME= xxdiff-scripts > NO_ARCH= yes >Index: www/cherokee/Makefile >=================================================================== >--- www/cherokee/Makefile (revision 461543) >+++ www/cherokee/Makefile (working copy) >@@ -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_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 >Index: www/chromium/Makefile >=================================================================== >--- www/chromium/Makefile (revision 461543) >+++ www/chromium/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= chromium > PORTVERSION= 61.0.3163.100 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES?= www > MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >@@ -69,10 +69,10 @@ > .endif > > .if defined(GN_ONLY) >-USES= compiler:c++14-lang ninja pkgconfig python:2,build shebangfix tar:xz >+USES= compiler:c++14-lang ninja pkgconfig python:2.7,build shebangfix tar:xz > .else > USES= bison cpe desktop-file-utils jpeg ninja perl5 pkgconfig \ >- python:2,build shebangfix tar:xz >+ python:2.7,build shebangfix tar:xz > .endif > MAKE_ARGS= -C out/${BUILDTYPE} > >Index: www/cppcms/Makefile >=================================================================== >--- www/cppcms/Makefile (revision 461543) >+++ www/cppcms/Makefile (working copy) >@@ -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 @@ > > 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=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}) >Index: www/gaeutilities/Makefile >=================================================================== >--- www/gaeutilities/Makefile (revision 461543) >+++ www/gaeutilities/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= gaeutilities > PORTVERSION= 1.4 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= www devel > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -12,7 +12,7 @@ > > 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 >Index: www/google-sitemapgen/Makefile >=================================================================== >--- www/google-sitemapgen/Makefile (revision 461543) >+++ www/google-sitemapgen/Makefile (working copy) >@@ -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 @@ > > NO_ARCH= yes > NO_WRKSUBDIR= yes >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: www/iridium/Makefile >=================================================================== >--- www/iridium/Makefile (revision 461543) >+++ www/iridium/Makefile (working copy) >@@ -62,7 +62,7 @@ > > ONLY_FOR_ARCHS= amd64 i386 > USES= bison desktop-file-utils jpeg ninja perl5 \ >- pkgconfig python:2,build shebangfix tar:xz >+ pkgconfig python:2.7,build shebangfix tar:xz > > USE_PERL5= build > USE_XORG= scrnsaverproto x11 xcb xcomposite xcursor xext xdamage xfixes xi \ >Index: www/jtoolkit/Makefile >=================================================================== >--- www/jtoolkit/Makefile (revision 461543) >+++ www/jtoolkit/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= jToolkit > PORTVERSION= 0.7.8 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www python > MASTER_SITES= SF > >@@ -14,7 +14,7 @@ > # 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 >Index: www/linkchecker/Makefile >=================================================================== >--- www/linkchecker/Makefile (revision 461543) >+++ www/linkchecker/Makefile (working copy) >@@ -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 @@ > > WRKSRC= ${WRKDIR}/${DISTNAME} > >-USES= cpe python:2 >+USES= cpe python:2.7 > CPE_VENDOR= bastian_kleineidam > USE_PYTHON= distutils autoplist > INSTALLS_ICONS= yes >Index: www/mod_spdy/Makefile >=================================================================== >--- www/mod_spdy/Makefile (revision 461543) >+++ www/mod_spdy/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mod_spdy > PORTVERSION= 0.9.4.1 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= www > MASTER_SITES= http://www.club.kyutech.ac.jp/~masaki/ports/:mod_spdy \ > APACHE_HTTPD:apache22 >@@ -26,7 +26,7 @@ > > ONLY_FOR_ARCHS= amd64 i386 > USE_APACHE= 22 >-USES= compiler gmake python:2 ssl tar:xz >+USES= compiler gmake python:2.7 ssl tar:xz > REINPLACE_ARGS= -i "" > > WRKSRC= ${WRKDIR}/${PORTNAME}_source_${PORTVERSION}/mod_spdy/src >Index: www/node/Makefile >=================================================================== >--- www/node/Makefile (revision 461543) >+++ www/node/Makefile (working copy) >@@ -41,7 +41,7 @@ > > 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 >Index: www/node4/Makefile >=================================================================== >--- www/node4/Makefile (revision 461543) >+++ www/node4/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/node6/Makefile >=================================================================== >--- www/node6/Makefile (revision 461543) >+++ www/node6/Makefile (working copy) >@@ -40,7 +40,7 @@ > > 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 >Index: www/node8/Makefile >=================================================================== >--- www/node8/Makefile (revision 461543) >+++ www/node8/Makefile (working copy) >@@ -42,7 +42,7 @@ > > 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 >Index: www/py-HTMLgen/Makefile >=================================================================== >--- www/py-HTMLgen/Makefile (revision 461543) >+++ www/py-HTMLgen/Makefile (working copy) >@@ -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 @@ > 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 >Index: www/py-albatross/Makefile >=================================================================== >--- www/py-albatross/Makefile (revision 461543) >+++ www/py-albatross/Makefile (working copy) >@@ -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 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENCE > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > NO_ARCH= yes >Index: www/py-amf/Makefile >=================================================================== >--- www/py-amf/Makefile (revision 461543) >+++ www/py-amf/Makefile (working copy) >@@ -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 @@ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > post-install: >Index: www/py-apachelog/Makefile >=================================================================== >--- www/py-apachelog/Makefile (revision 461543) >+++ www/py-apachelog/Makefile (working copy) >@@ -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 @@ > LICENSE= ART10 GPLv1+ # same as Perl > LICENSE_COMB= dual > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: www/py-beautifulsoup32/Makefile >=================================================================== >--- www/py-beautifulsoup32/Makefile (revision 461543) >+++ www/py-beautifulsoup32/Makefile (working copy) >@@ -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 @@ > 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.* >Index: www/py-blogofile/Makefile >=================================================================== >--- www/py-blogofile/Makefile (revision 461543) >+++ www/py-blogofile/Makefile (working copy) >@@ -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 @@ > ${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> >Index: www/py-cherrypy-old/Makefile >=================================================================== >--- www/py-cherrypy-old/Makefile (revision 461543) >+++ www/py-cherrypy-old/Makefile (working copy) >@@ -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 @@ > > 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 >Index: www/py-clientform/Makefile >=================================================================== >--- www/py-clientform/Makefile (revision 461543) >+++ www/py-clientform/Makefile (working copy) >@@ -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 @@ > 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> >Index: www/py-collective.easytemplate/Makefile >=================================================================== >--- www/py-collective.easytemplate/Makefile (revision 461543) >+++ www/py-collective.easytemplate/Makefile (working copy) >@@ -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 @@ > ${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> >Index: www/py-collective.templateengines/Makefile >=================================================================== >--- www/py-collective.templateengines/Makefile (revision 461543) >+++ www/py-collective.templateengines/Makefile (working copy) >@@ -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 @@ > > 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> >Index: www/py-django-appmedia/Makefile >=================================================================== >--- www/py-django-appmedia/Makefile (revision 461543) >+++ www/py-django-appmedia/Makefile (working copy) >@@ -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 @@ > > 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> >Index: www/py-django-cms/Makefile >=================================================================== >--- www/py-django-cms/Makefile (revision 461543) >+++ www/py-django-cms/Makefile (working copy) >@@ -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 @@ > ${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 >Index: www/py-django-extensions/Makefile >=================================================================== >--- www/py-django-extensions/Makefile (revision 461543) >+++ www/py-django-extensions/Makefile (working copy) >@@ -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 @@ > ${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> >Index: www/py-django-livesettings/Makefile >=================================================================== >--- www/py-django-livesettings/Makefile (revision 461543) >+++ www/py-django-livesettings/Makefile (working copy) >@@ -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 @@ > 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> >Index: www/py-django-sekizai/Makefile >=================================================================== >--- www/py-django-sekizai/Makefile (revision 461543) >+++ www/py-django-sekizai/Makefile (working copy) >@@ -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 @@ > 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> >Index: www/py-funkload/Makefile >=================================================================== >--- www/py-funkload/Makefile (revision 461543) >+++ www/py-funkload/Makefile (working copy) >@@ -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 @@ > ${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> >Index: www/py-graphite-web/Makefile >=================================================================== >--- www/py-graphite-web/Makefile (revision 461543) >+++ www/py-graphite-web/Makefile (working copy) >@@ -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 @@ > 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 >Index: www/py-jswebkit/Makefile >=================================================================== >--- www/py-jswebkit/Makefile (revision 461543) >+++ www/py-jswebkit/Makefile (working copy) >@@ -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 @@ > > 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} > >Index: www/py-meld/Makefile >=================================================================== >--- www/py-meld/Makefile (revision 461543) >+++ www/py-meld/Makefile (working copy) >@@ -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 @@ > > LICENSE= MIT > >-USES= python:2 >+USES= python:2.7 > > PLIST_FILES= %%PYTHON_SITELIBDIR%%/PyMeld.py \ > %%PYTHON_SITELIBDIR%%/PyMeld.pyc \ >Index: www/py-meld3/Makefile >=================================================================== >--- www/py-meld3/Makefile (revision 461543) >+++ www/py-meld3/Makefile (working copy) >@@ -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 @@ > 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> >Index: www/py-mt/Makefile >=================================================================== >--- www/py-mt/Makefile (revision 461543) >+++ www/py-mt/Makefile (working copy) >@@ -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 @@ > > LICENSE= PSFL # says License: python > >-USES= python:2 >+USES= python:2.7 > NO_BUILD= yes > NO_ARCH= yes > >Index: www/py-prewikka/Makefile >=================================================================== >--- www/py-prewikka/Makefile (revision 461543) >+++ www/py-prewikka/Makefile (working copy) >@@ -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 @@ > LIB_DEPENDS= libprelude.so:security/libprelude \ > libpreludedb.so:security/libpreludedb > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils > > OPTIONS_DEFINE= NLS >Index: www/py-rhodecode/Makefile >=================================================================== >--- www/py-rhodecode/Makefile (revision 461543) >+++ www/py-rhodecode/Makefile (working copy) >@@ -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 @@ > ${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 >Index: www/py-slimit/Makefile >=================================================================== >--- www/py-slimit/Makefile (revision 461543) >+++ www/py-slimit/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/py-surl/Makefile >=================================================================== >--- www/py-surl/Makefile (revision 461543) >+++ www/py-surl/Makefile (working copy) >@@ -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 @@ > > LICENSE= GPLv3 > >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_PYTHON= distutils > > post-patch: >Index: www/py-tmdb3/Makefile >=================================================================== >--- www/py-tmdb3/Makefile (revision 461543) >+++ www/py-tmdb3/Makefile (working copy) >@@ -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 @@ > MAINTAINER= wg@FreeBSD.org > COMMENT= TheMovieDB.org APIv3 interface > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: www/py-uliweb/Makefile >=================================================================== >--- www/py-uliweb/Makefile (revision 461543) >+++ www/py-uliweb/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= uliweb > PORTVERSION= 0.5 >+PORTREVISION= 1 > CATEGORIES= www python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -14,7 +15,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= limodou > >-USES= dos2unix python:2 >+USES= dos2unix python:2.7 > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: www/py-webhelpers/Makefile >=================================================================== >--- www/py-webhelpers/Makefile (revision 461543) >+++ www/py-webhelpers/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= webhelpers > PORTVERSION= 1.3 >+PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > 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> >Index: www/py-webkitgtk/Makefile >=================================================================== >--- www/py-webkitgtk/Makefile (revision 461543) >+++ www/py-webkitgtk/Makefile (working copy) >@@ -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 @@ > > 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 > >Index: www/pyblosxom/Makefile >=================================================================== >--- www/pyblosxom/Makefile (revision 461543) >+++ www/pyblosxom/Makefile (working copy) >@@ -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 @@ > > LICENSE= MIT > >-USES= python:2 shebangfix >+USES= python:2.7 shebangfix > USE_PYTHON= distutils > SHEBANG_FILES= Pyblosxom/data/pyblosxom.cgi > >Index: www/pycarddav/Makefile >=================================================================== >--- www/pycarddav/Makefile (revision 461543) >+++ www/pycarddav/Makefile (working copy) >@@ -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 @@ > ${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 \ >Index: www/qooxdoo/Makefile >=================================================================== >--- www/qooxdoo/Makefile (revision 461543) >+++ www/qooxdoo/Makefile (working copy) >@@ -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 @@ > LICENSE= LGPL3 EPL > LICENSE_COMB= dual > >-USES= zip python:2 >+USES= zip python:2.7 > > OPTIONS_DEFINE= DOCS EXAMPLES > >Index: www/radicale/Makefile >=================================================================== >--- www/radicale/Makefile (revision 461543) >+++ www/radicale/Makefile (working copy) >@@ -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 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MHTTP} || ${PORT_OPTIONS:MLDAP} >-USES+= python:2 >+USES+= python:2.7 > .else > USES+= python > .endif >Index: www/trac-accountmanager/Makefile >=================================================================== >--- www/trac-accountmanager/Makefile (revision 461543) >+++ www/trac-accountmanager/Makefile (working copy) >@@ -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 @@ > > 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 >Index: www/trac-attachmentpolicy/Makefile >=================================================================== >--- www/trac-attachmentpolicy/Makefile (revision 461543) >+++ www/trac-attachmentpolicy/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/trac-autocomplete/Makefile >=================================================================== >--- www/trac-autocomplete/Makefile (revision 461543) >+++ www/trac-autocomplete/Makefile (working copy) >@@ -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 @@ > > 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 >Index: www/trac-bzr/Makefile >=================================================================== >--- www/trac-bzr/Makefile (revision 461543) >+++ www/trac-bzr/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/trac-ccselector/Makefile >=================================================================== >--- www/trac-ccselector/Makefile (revision 461543) >+++ www/trac-ccselector/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/trac-childtickets/Makefile >=================================================================== >--- www/trac-childtickets/Makefile (revision 461543) >+++ www/trac-childtickets/Makefile (working copy) >@@ -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 @@ > > RUN_DEPENDS= trac>=0.12:www/trac > >-USES= python:2 zip >+USES= python:2.7 zip > > WRKSRC= ${WRKDIR}/childticketsplugin/0.12 > >Index: www/trac-customfieldadmin/Makefile >=================================================================== >--- www/trac-customfieldadmin/Makefile (revision 461543) >+++ www/trac-customfieldadmin/Makefile (working copy) >@@ -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 @@ > > PORTSCOUT= skipv:0.2.6485 > >-USES= python:2 zip >+USES= python:2.7 zip > > WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 > USE_PYTHON= distutils autoplist >Index: www/trac-datefield/Makefile >=================================================================== >--- www/trac-datefield/Makefile (revision 461543) >+++ www/trac-datefield/Makefile (working copy) >@@ -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 @@ > > 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 >Index: www/trac-defaultcc/Makefile >=================================================================== >--- www/trac-defaultcc/Makefile (revision 461543) >+++ www/trac-defaultcc/Makefile (working copy) >@@ -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 @@ > > RUN_DEPENDS= trac>=0.11:www/trac > >-USES= python:2 zip >+USES= python:2.7 zip > > USE_PYTHON= distutils autoplist > NO_ARCH= yes >Index: www/trac-discussion/Makefile >=================================================================== >--- www/trac-discussion/Makefile (revision 461543) >+++ www/trac-discussion/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/trac-downloads/Makefile >=================================================================== >--- www/trac-downloads/Makefile (revision 461543) >+++ www/trac-downloads/Makefile (working copy) >@@ -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 @@ > PLUGIN_VERSION= 0.3 > SVN_REV= 10047 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-email2trac/Makefile >=================================================================== >--- www/trac-email2trac/Makefile (revision 461543) >+++ www/trac-email2trac/Makefile (working copy) >@@ -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 @@ > > 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 > >Index: www/trac-estimator/Makefile >=================================================================== >--- www/trac-estimator/Makefile (revision 461543) >+++ www/trac-estimator/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/trac-fivestarvote/Makefile >=================================================================== >--- www/trac-fivestarvote/Makefile (revision 461543) >+++ www/trac-fivestarvote/Makefile (working copy) >@@ -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 @@ > > RUN_DEPENDS= tracd:www/trac > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-fullblog/Makefile >=================================================================== >--- www/trac-fullblog/Makefile (revision 461543) >+++ www/trac-fullblog/Makefile (working copy) >@@ -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 @@ > RUN_DEPENDS= htmldoc:textproc/htmldoc \ > tracd:www/trac > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-fullblognotification/Makefile >=================================================================== >--- www/trac-fullblognotification/Makefile (revision 461543) >+++ www/trac-fullblognotification/Makefile (working copy) >@@ -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 @@ > > RUN_DEPENDS= trac-fullblog>=0.1.1:www/trac-fullblog > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-gantt/Makefile >=================================================================== >--- www/trac-gantt/Makefile (revision 461543) >+++ www/trac-gantt/Makefile (working copy) >@@ -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 @@ > > RUN_DEPENDS= trac>=0.11:www/trac > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-graphviz/Makefile >=================================================================== >--- www/trac-graphviz/Makefile (revision 461543) >+++ www/trac-graphviz/Makefile (working copy) >@@ -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 @@ > dot:graphics/graphviz \ > tracd:www/trac > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > PYDISTUTILS_PKGNAME= graphviz > NO_ARCH= yes >Index: www/trac-keywords/Makefile >=================================================================== >--- www/trac-keywords/Makefile (revision 461543) >+++ www/trac-keywords/Makefile (working copy) >@@ -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 @@ > > 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 >Index: www/trac-keywordsecretticket/Makefile >=================================================================== >--- www/trac-keywordsecretticket/Makefile (revision 461543) >+++ www/trac-keywordsecretticket/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= keywordsecretticket > PORTVERSION= 1.0.1.${GITDATE} >+PORTREVISION= 1 > CATEGORIES= www devel python > PKGNAMEPREFIX= trac- > >@@ -20,7 +21,7 @@ > GH_TAGNAME= 98edea2 > GITDATE= 20130401 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-math/Makefile >=================================================================== >--- www/trac-math/Makefile (revision 461543) >+++ www/trac-math/Makefile (working copy) >@@ -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 @@ > SUB_FILES= pkg-message > PKGMESSAGE= ${WRKDIR}/pkg-message > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-mercurial/Makefile >=================================================================== >--- www/trac-mercurial/Makefile (revision 461543) >+++ www/trac-mercurial/Makefile (working copy) >@@ -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 @@ > RUN_DEPENDS= hg:devel/mercurial \ > tracd:www/trac > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-navadd/Makefile >=================================================================== >--- www/trac-navadd/Makefile (revision 461543) >+++ www/trac-navadd/Makefile (working copy) >@@ -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 @@ > > RUN_DEPENDS= tracd:www/trac > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > WRKSRC= ${WRKDIR}/${PORTNAME}plugin >Index: www/trac-pydotorgtheme/Makefile >=================================================================== >--- www/trac-pydotorgtheme/Makefile (revision 461543) >+++ www/trac-pydotorgtheme/Makefile (working copy) >@@ -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 @@ > 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} >Index: www/trac-scrumburndown/Makefile >=================================================================== >--- www/trac-scrumburndown/Makefile (revision 461543) >+++ www/trac-scrumburndown/Makefile (working copy) >@@ -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 @@ > trac-timingandestimation>=0:www/trac-timingandestimation > > WRKSRC= ${WRKDIR}/${PORTNAME}plugin >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-spam-filter/Makefile >=================================================================== >--- www/trac-spam-filter/Makefile (revision 461543) >+++ www/trac-spam-filter/Makefile (working copy) >@@ -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 @@ > > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}dev > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-subtickets/Makefile >=================================================================== >--- www/trac-subtickets/Makefile (revision 461543) >+++ www/trac-subtickets/Makefile (working copy) >@@ -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_TAGNAME= a0fc153 > GITDATE= 20130328 > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-tags/Makefile >=================================================================== >--- www/trac-tags/Makefile (revision 461543) >+++ www/trac-tags/Makefile (working copy) >@@ -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 @@ > > RUN_DEPENDS= tracd:www/trac > >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-themeengine/Makefile >=================================================================== >--- www/trac-themeengine/Makefile (revision 461543) >+++ www/trac-themeengine/Makefile (working copy) >@@ -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 @@ > > RUN_DEPENDS= tracd:www/trac > >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-ticketimport/Makefile >=================================================================== >--- www/trac-ticketimport/Makefile (revision 461543) >+++ www/trac-ticketimport/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/trac-tickettemplate/Makefile >=================================================================== >--- www/trac-tickettemplate/Makefile (revision 461543) >+++ www/trac-tickettemplate/Makefile (working copy) >@@ -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 @@ > > RUN_DEPENDS= trac>=0.11:www/trac > >-USES= python:2 zip >+USES= python:2.7 zip > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-timingandestimation/Makefile >=================================================================== >--- www/trac-timingandestimation/Makefile (revision 461543) >+++ www/trac-timingandestimation/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/trac-tracdragdrop/Makefile >=================================================================== >--- www/trac-tracdragdrop/Makefile (revision 461543) >+++ www/trac-tracdragdrop/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/trac-vote/Makefile >=================================================================== >--- www/trac-vote/Makefile (revision 461543) >+++ www/trac-vote/Makefile (working copy) >@@ -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 @@ > > RUN_DEPENDS= tracd:www/trac > >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-watchlist/Makefile >=================================================================== >--- www/trac-watchlist/Makefile (revision 461543) >+++ www/trac-watchlist/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/trac-wikitopdf/Makefile >=================================================================== >--- www/trac-wikitopdf/Makefile (revision 461543) >+++ www/trac-wikitopdf/Makefile (working copy) >@@ -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 @@ > 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 >Index: www/trac-wysiwyg/Makefile >=================================================================== >--- www/trac-wysiwyg/Makefile (revision 461543) >+++ www/trac-wysiwyg/Makefile (working copy) >@@ -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 @@ > > RUN_DEPENDS= tracd:www/trac > >-USES= python:2 tar:bzip2 >+USES= python:2.7 tar:bzip2 > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: www/trac-xmlrpc/Makefile >=================================================================== >--- www/trac-xmlrpc/Makefile (revision 461543) >+++ www/trac-xmlrpc/Makefile (working copy) >@@ -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 @@ > 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 > >Index: www/uzbl/Makefile >=================================================================== >--- www/uzbl/Makefile (revision 461543) >+++ www/uzbl/Makefile (working copy) >@@ -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 @@ > 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 >Index: www/varnish-libvmod-awsrest/Makefile >=================================================================== >--- www/varnish-libvmod-awsrest/Makefile (revision 461543) >+++ www/varnish-libvmod-awsrest/Makefile (working copy) >@@ -16,7 +16,7 @@ > 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 >Index: www/varnish-libvmod-digest/Makefile >=================================================================== >--- www/varnish-libvmod-digest/Makefile (revision 461543) >+++ www/varnish-libvmod-digest/Makefile (working copy) >@@ -15,7 +15,7 @@ > 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 >Index: www/varnish-libvmod-maxminddb/Makefile >=================================================================== >--- www/varnish-libvmod-maxminddb/Makefile (revision 461543) >+++ www/varnish-libvmod-maxminddb/Makefile (working copy) >@@ -14,7 +14,7 @@ > > 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 >Index: www/varnish-modules/Makefile >=================================================================== >--- www/varnish-modules/Makefile (revision 461543) >+++ www/varnish-modules/Makefile (working copy) >@@ -13,7 +13,7 @@ > > 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 >Index: www/varnish4/Makefile >=================================================================== >--- www/varnish4/Makefile (revision 461543) >+++ www/varnish4/Makefile (working copy) >@@ -18,7 +18,7 @@ > 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 >Index: www/varnish5/Makefile >=================================================================== >--- www/varnish5/Makefile (revision 461543) >+++ www/varnish5/Makefile (working copy) >@@ -18,7 +18,7 @@ > 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 >Index: www/web2ldap/Makefile >=================================================================== >--- www/web2ldap/Makefile (revision 461543) >+++ www/web2ldap/Makefile (working copy) >@@ -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 @@ > ${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 >Index: x11/cinnamon-desktop/Makefile >=================================================================== >--- x11/cinnamon-desktop/Makefile (revision 461543) >+++ x11/cinnamon-desktop/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= cinnamon-desktop > PORTVERSION= 2.4.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= x11 gnome > DIST_SUBDIR= gnome3 > >@@ -18,7 +18,7 @@ > > USE_XORG= x11 xrandr xext > USES= autoreconf gettext gmake libtool localbase:ldflags pathfix \ >- pkgconfig python:2,run shebangfix tar:xz >+ pkgconfig python:2.7,run shebangfix tar:xz > USE_GITHUB= yes > GH_ACCOUNT= linuxmint > USE_GNOME= gnomeprefix gtk30 intlhack introspection:build >Index: x11/cinnamon-menus/Makefile >=================================================================== >--- x11/cinnamon-menus/Makefile (revision 461543) >+++ x11/cinnamon-menus/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= cinnamon-menus > PORTVERSION= 2.4.1 >+PORTREVISION= 1 > CATEGORIES= x11 gnome > DIST_SUBDIR= gnome3 > >@@ -16,7 +17,7 @@ > libxkbfile>=0:x11/libxkbfile > > USES= autoreconf gettext gmake libtool pathfix pkgconfig \ >- python:2 tar:xz >+ python:2.7 tar:xz > USE_GNOME= gnomemenus3 gnomeprefix gtk30 introspection:build > USE_GITHUB= yes > GH_ACCOUNT= linuxmint >Index: x11/guake/Makefile >=================================================================== >--- x11/guake/Makefile (revision 461543) >+++ x11/guake/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= guake > PORTVERSION= 0.8.10 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= x11 > > MAINTAINER= nivit@FreeBSD.org >@@ -44,7 +44,7 @@ > > NO_ARCH= yes > USES= autoreconf:build desktop-file-utils gettext gmake libtool \ >- pkgconfig python:2 >+ pkgconfig python:2.7 > USE_GITHUB= yes > USE_GNOME= gtk20 pygnome2 intltool > >Index: x11/keybinder/Makefile >=================================================================== >--- x11/keybinder/Makefile (revision 461543) >+++ x11/keybinder/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= keybinder > PORTVERSION= 0.3.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > DISTVERSIONPREFIX= v > CATEGORIES= x11 > >@@ -36,7 +36,7 @@ > LUA_CONFIGURE_ON= --with-lua-includes=${LUA_INCDIR} > LUA_CONFIGURE_OFF= --disable-lua > >-PYTHON_USES= python:2 >+PYTHON_USES= python:2.7 > PYTHON_USE= gnome=pygtk2 > PYTHON_CONFIGURE_OFF= --disable-python > >Index: x11/plasma-scriptengine-python/Makefile >=================================================================== >--- x11/plasma-scriptengine-python/Makefile (revision 461543) >+++ x11/plasma-scriptengine-python/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= plasma-scriptengine-python > PORTVERSION= ${KDE4_WORKSPACE_VERSION} >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= x11 kde kde-applications > DISTNAME= kde-workspace-${PORTVERSION} > >@@ -10,7 +10,7 @@ > COMMENT= Plasma scriptengine for Python > > NO_ARCH= yes >-USES= cmake:outsource kde:4 python:2 tar:xz >+USES= cmake:outsource kde:4 python:2.7 tar:xz > USE_KDE= kdelibs pykde4 automoc4 > USE_QT4= qmake_build moc_build uic_build rcc_build > DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde4-workspace/distinfo >Index: x11/xpra/Makefile >=================================================================== >--- x11/xpra/Makefile (revision 461543) >+++ x11/xpra/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= xpra > PORTVERSION= 2.0.3 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= x11 > MASTER_SITES= http://xpra.org/src/ > >@@ -37,7 +37,7 @@ > ${PYTHON_PKGNAMEPREFIX}gtkglext>1:x11-toolkits/py-gtkglext@${FLAVOR} \ > ${PYNUMPY} > >-USES= desktop-file-utils fortran gettext-runtime pkgconfig python:2 shared-mime-info shebangfix tar:xz >+USES= desktop-file-utils fortran gettext-runtime pkgconfig python:2.7 shared-mime-info shebangfix tar:xz > USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango > USE_PYTHON= distutils cython > USE_XORG= x11 xcomposite xdamage xext xfixes xkbfile xrandr xtst >Index: x11-fm/nemo/Makefile >=================================================================== >--- x11-fm/nemo/Makefile (revision 461543) >+++ x11-fm/nemo/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= nemo > PORTVERSION= 2.4.5 >+PORTREVISION= 1 > CATEGORIES= x11-fm gnome > DIST_SUBDIR= gnome3 > >@@ -22,7 +23,7 @@ > gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas > > USES= autoreconf:build desktop-file-utils gettext gmake libtool pathfix \ >- pkgconfig python:2 shared-mime-info >+ pkgconfig python:2.7 shared-mime-info > USE_GNOME= gnomedesktop3 gnomeprefix intlhack introspection:build \ > libxml2 pygobject3 > USE_GITHUB= yes >Index: x11-fonts/font-manager/Makefile >=================================================================== >--- x11-fonts/font-manager/Makefile (revision 461543) >+++ x11-fonts/font-manager/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= font-manager > PORTVERSION= 0.5.7 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= x11-fonts gnome > > MAINTAINER= portmaster@bsdforge.com >@@ -24,7 +24,7 @@ > > USE_GNOME= pygtk2 > GNU_CONFIGURE= yes >-USES= gmake pkgconfig python:2 tar:bzip2 >+USES= gmake pkgconfig python:2.7 tar:bzip2 > > PORTDATA= * > >Index: x11-fonts/py-bdflib/Makefile >=================================================================== >--- x11-fonts/py-bdflib/Makefile (revision 461543) >+++ x11-fonts/py-bdflib/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= bdflib > PORTVERSION= 1.0.3 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= x11-fonts python > MASTER_SITES= CHEESESHOP/source/b/${PORTNAME} >@@ -14,7 +15,7 @@ > LICENSE= GPLv3 > > NO_ARCH= yes >-USES= python:2 >+USES= python:2.7 > USE_PYTHON= autoplist distutils > > post-patch: >Index: x11-toolkits/diorite/Makefile >=================================================================== >--- x11-toolkits/diorite/Makefile (revision 461543) >+++ x11-toolkits/diorite/Makefile (working copy) >@@ -14,7 +14,7 @@ > > GH_ACCOUNT= tiliado > >-# USES=waf implicity does USES=python:2,build but that is not sufficient >+# USES=waf implicity does USES=python:2.7,build but that is not sufficient > # for shebangfix to know the python version > USES= gnome pkgconfig python:2.7,build shebangfix waf > USE_GITHUB= yes >Index: x11-toolkits/py-gnome2/Makefile >=================================================================== >--- x11-toolkits/py-gnome2/Makefile (revision 461543) >+++ x11-toolkits/py-gnome2/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= gnome > PORTVERSION= 2.28.1 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= x11-toolkits python gnome > MASTER_SITES= GNOME/sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -21,7 +21,7 @@ > BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:devel/py-orbit@${FLAVOR} > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:devel/py-orbit@${FLAVOR} > >-USES= gettext gmake libtool:keepla pathfix pkgconfig python:2 tar:bzip2 >+USES= gettext gmake libtool:keepla pathfix pkgconfig python:2.7 tar:bzip2 > USE_LDCONFIG= yes > USE_GNOME= libgnomeui pygtk2 > USE_PYTHON= flavors >Index: x11-toolkits/py-gtk2/Makefile >=================================================================== >--- x11-toolkits/py-gtk2/Makefile (revision 461543) >+++ x11-toolkits/py-gtk2/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= gtk > PORTVERSION= 2.24.0 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= x11-toolkits python > MASTER_SITES= GNOME/sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -18,7 +18,7 @@ > BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:graphics/py-cairo@${FLAVOR} > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:graphics/py-cairo@${FLAVOR} > >-USES= gettext gmake libtool pathfix pkgconfig python:2 tar:bzip2 >+USES= gettext gmake libtool pathfix pkgconfig python:2.7 tar:bzip2 > USE_GNOME= libglade2 pygobject > USE_PYTHON= flavors > GNU_CONFIGURE= yes >Index: x11-wm/compizconfig-python/Makefile >=================================================================== >--- x11-wm/compizconfig-python/Makefile (revision 461543) >+++ x11-wm/compizconfig-python/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= compizconfig-python > PORTVERSION= 0.8.4 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= x11-wm > MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ > >@@ -17,7 +17,7 @@ > RUN_DEPENDS:= ${BUILD_DEPENDS} > > GNU_CONFIGURE= yes >-USES= gmake libtool pathfix pkgconfig python:2 tar:bzip2 >+USES= gmake libtool pathfix pkgconfig python:2.7 tar:bzip2 > USE_GNOME= glib20 > USE_PYTHON= flavors > >Index: x11-wm/ede/Makefile >=================================================================== >--- x11-wm/ede/Makefile (revision 461543) >+++ x11-wm/ede/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= ede > PORTVERSION= 2.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= x11-wm > MASTER_SITES= SF \ > SF/${PORTNAME}/${PORTNAME}lib/${PORTVERSION}:edelib >@@ -23,7 +23,7 @@ > libstartup-notification-1.so:x11/startup-notification \ > libfltk.so:x11-toolkits/fltk > >-USES= fam gettext iconv:translit pathfix pkgconfig python:2 \ >+USES= fam gettext iconv:translit pathfix pkgconfig python:2.7 \ > shared-mime-info shebangfix > SHEBANG_FILES= doc/asciidoc/asciidoc.py > USE_XORG= xcomposite xft xinerama xkbfile xpm xrandr >Index: x11-wm/muffin/Makefile >=================================================================== >--- x11-wm/muffin/Makefile (revision 461543) >+++ x11-wm/muffin/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= muffin > PORTVERSION= 2.4.4 >+PORTREVISION= 1 > CATEGORIES= x11-wm gnome > DIST_SUBDIR= gnome3 > >@@ -19,7 +20,7 @@ > RUN_DEPENDS= zenity>=3.0.0:x11/zenity > > USES= autoreconf:build gettext libtool gmake \ >- pathfix pkgconfig python:2 >+ pathfix pkgconfig python:2.7 > USE_GITHUB= yes > GH_ACCOUNT= linuxmint > USE_GNOME= gconf2 gnomedocutils gnomeprefix gtk30 \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225752
:
190420
|
190473
|
190534
|
190778
|
190839