Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 15:50:34 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455210 - in head: . Mk/Uses accessibility accessibility/accerciser accessibility/caribou accessibility/orca accessibility/py-atspi accessibility/py-speech-dispatcher accessibility/py3-...
Message-ID:  <201711301550.vAUFoYsm001135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Nov 30 15:50:30 2017
New Revision: 455210
URL: https://svnweb.freebsd.org/changeset/ports/455210

Log:
  Convert Python ports to FLAVORS.
  
    Ports using USE_PYTHON=distutils are now flavored.  They will
    automatically get flavors (py27, py34, py35, py36) depending on what
    versions they support.
  
    There is also a USE_PYTHON=flavors for ports that do not use distutils
    but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
    using distutils but flavors are not wanted.
  
    A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
    added to cope with Python ports that did not have the Python
    PKGNAMEPREFIX but are flavored.
  
    USES=python now also exports a PY_FLAVOR variable that contains the
    current python flavor.  It can be used in dependency lines when the
    port itself is not python flavored.  For example, deskutils/calibre.
  
    By default, all the flavors are generated.  To only generate flavors
    for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
    BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
  
    In all the ports with Python dependencies, the *_DEPENDS entries MUST
    end with the flavor so that the framework knows which to build/use.
    This is done by appending '@${PY_FLAVOR}' after the origin (or
    @${FLAVOR} if in a Python module with Python flavors, as the content
    will be the same).  For example:
  
      RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
  
  PR:		223071
  Reviewed by:	portmgr, python
  Sponsored by:	Absolight
  Differential Revision:	https://reviews.freebsd.org/D12464

Added:
  head/accessibility/py-atspi/pkg-plist-py3   (contents, props changed)
     - copied, changed from r455208, head/accessibility/py3-atspi/pkg-plist
  head/accessibility/py-speech-dispatcher/
  head/accessibility/py-speech-dispatcher/Makefile   (contents, props changed)
     - copied, changed from r455208, head/accessibility/py3-speech-dispatcher/Makefile
  head/accessibility/py-speech-dispatcher/pkg-plist   (contents, props changed)
     - copied, changed from r455208, head/accessibility/py3-speech-dispatcher/pkg-plist
  head/devel/py-dbus/pkg-plist-py3   (contents, props changed)
     - copied, changed from r455208, head/devel/py3-dbus/pkg-plist
  head/devel/py-gobject3/pkg-plist-py3   (contents, props changed)
     - copied, changed from r455208, head/devel/py3-gobject3/pkg-plist
  head/devel/py-libpeas/pkg-plist-py3   (contents, props changed)
     - copied, changed from r455208, head/devel/py3-libpeas/pkg-plist
  head/devel/py-setuptools/
  head/devel/py-setuptools/Makefile   (contents, props changed)
     - copied, changed from r455208, head/devel/py27-setuptools/Makefile
  head/devel/py-setuptools/distinfo   (contents, props changed)
     - copied, changed from r455208, head/devel/py27-setuptools/distinfo
  head/devel/py-setuptools/files/
  head/devel/py-setuptools/files/easy-install.pth.dist
     - copied, changed from r455208, head/devel/py27-setuptools/files/easy-install.pth.dist
  head/devel/py-setuptools/files/pkg-message.in   (contents, props changed)
     - copied, changed from r455208, head/devel/py27-setuptools/files/pkg-message.in
  head/devel/py-setuptools/pkg-descr   (contents, props changed)
     - copied, changed from r455208, head/devel/py27-setuptools/pkg-descr
  head/devel/py-threema-msgapi/
  head/devel/py-threema-msgapi/Makefile   (contents, props changed)
     - copied, changed from r455208, head/devel/py3-threema-msgapi/Makefile
  head/devel/py-threema-msgapi/distinfo   (contents, props changed)
     - copied, changed from r455208, head/devel/py3-threema-msgapi/distinfo
  head/devel/py-threema-msgapi/pkg-descr   (contents, props changed)
     - copied, changed from r455208, head/devel/py3-threema-msgapi/pkg-descr
  head/graphics/py-cairo/pkg-plist-py3   (contents, props changed)
     - copied, changed from r455208, head/graphics/py3-cairo/pkg-plist
  head/multimedia/py-gstreamer1/pkg-plist-py3   (contents, props changed)
     - copied, changed from r455208, head/multimedia/py3-gstreamer1/pkg-plist
  head/net-mgmt/py-dnsdiag/
  head/net-mgmt/py-dnsdiag/Makefile   (contents, props changed)
     - copied, changed from r455208, head/net-mgmt/py3-dnsdiag/Makefile
  head/net-mgmt/py-dnsdiag/distinfo   (contents, props changed)
     - copied, changed from r455208, head/net-mgmt/py3-dnsdiag/distinfo
  head/net-mgmt/py-dnsdiag/pkg-descr   (contents, props changed)
     - copied, changed from r455208, head/net-mgmt/py3-dnsdiag/pkg-descr
  head/textproc/py-asciinema/
  head/textproc/py-asciinema/Makefile   (contents, props changed)
     - copied, changed from r455208, head/textproc/py3-asciinema/Makefile
  head/textproc/py-asciinema/distinfo   (contents, props changed)
     - copied, changed from r455208, head/textproc/py3-asciinema/distinfo
  head/textproc/py-asciinema/pkg-descr   (contents, props changed)
     - copied, changed from r455208, head/textproc/py3-asciinema/pkg-descr
  head/textproc/py-pager/
  head/textproc/py-pager/Makefile   (contents, props changed)
     - copied, changed from r455208, head/textproc/py3-pager/Makefile
  head/textproc/py-pager/distinfo   (contents, props changed)
     - copied, changed from r455208, head/textproc/py3-pager/distinfo
  head/textproc/py-pager/pkg-descr   (contents, props changed)
     - copied, changed from r455208, head/textproc/py3-pager/pkg-descr
Deleted:
  head/accessibility/py3-atspi/
  head/accessibility/py3-speech-dispatcher/
  head/archivers/py3-libarchive-c/
  head/audio/py3-mutagen/
  head/audio/py3-pylast/
  head/databases/buzhug/pkg-plist
  head/databases/py-couchdb/pkg-plist
  head/databases/py3-apsw/
  head/databases/py3-bsddb3/
  head/databases/py3-mysqlclient/
  head/databases/py3-psycopg2/
  head/databases/py34-gdbm/
  head/databases/py34-sqlite3/
  head/databases/py35-gdbm/
  head/databases/py35-sqlite3/
  head/databases/py36-gdbm/
  head/databases/py36-sqlite3/
  head/databases/pydbx/pkg-plist
  head/devel/py-interface/pkg-plist
  head/devel/py-rwt/pkg-plist
  head/devel/py27-setuptools/
  head/devel/py3-Jinja2/
  head/devel/py3-apipkg/
  head/devel/py3-asttokens/
  head/devel/py3-babel/
  head/devel/py3-cffi/
  head/devel/py3-click/
  head/devel/py3-click-log/
  head/devel/py3-click-threading/
  head/devel/py3-colorama/
  head/devel/py3-coloredlogs/
  head/devel/py3-dateutil/
  head/devel/py3-dbus/
  head/devel/py3-defusedxml/
  head/devel/py3-docopt/
  head/devel/py3-flake8/
  head/devel/py3-flake8-builtins/
  head/devel/py3-flake8-docstrings/
  head/devel/py3-flake8-import-order/
  head/devel/py3-flake8-polyfill/
  head/devel/py3-flake8-quotes/
  head/devel/py3-freezegun/
  head/devel/py3-gobject3/
  head/devel/py3-hgtools/
  head/devel/py3-icalendar/
  head/devel/py3-jedi/
  head/devel/py3-jsonschema/
  head/devel/py3-libpeas/
  head/devel/py3-libzfs/
  head/devel/py3-llfuse/
  head/devel/py3-lxml/
  head/devel/py3-mccabe/
  head/devel/py3-mock/
  head/devel/py3-nose/
  head/devel/py3-pbr/
  head/devel/py3-pip/
  head/devel/py3-pluggy/
  head/devel/py3-ply/
  head/devel/py3-pretend/
  head/devel/py3-prompt_toolkit/
  head/devel/py3-protobuf/
  head/devel/py3-py/
  head/devel/py3-pyasn1/
  head/devel/py3-pycodestyle/
  head/devel/py3-pycparser/
  head/devel/py3-pydocstyle/
  head/devel/py3-pyflakes/
  head/devel/py3-pygit2/
  head/devel/py3-pyicu/
  head/devel/py3-pylru-cache/
  head/devel/py3-pytest/
  head/devel/py3-pytest-capturelog/
  head/devel/py3-pytest-runner/
  head/devel/py3-pytest-timeout/
  head/devel/py3-pytest-xdist/
  head/devel/py3-python-magic/
  head/devel/py3-pytz/
  head/devel/py3-rubymarshal/
  head/devel/py3-scripttest/
  head/devel/py3-setproctitle/
  head/devel/py3-setuptools_scm/
  head/devel/py3-simplejson/
  head/devel/py3-six/
  head/devel/py3-tabulate/
  head/devel/py3-threema-msgapi/
  head/devel/py3-toposort/
  head/devel/py3-tox/
  head/devel/py3-tzlocal/
  head/devel/py3-urwid/
  head/devel/py3-vcversioner/
  head/devel/py3-verboselogs/
  head/devel/py3-virtualenv/
  head/devel/py3-voluptuous/
  head/devel/py3-wcwidth/
  head/devel/py3-xdg/
  head/devel/py3-yaml/
  head/devel/py34-setuptools/
  head/devel/py35-setuptools/
  head/devel/py36-setuptools/
  head/dns/py3-dnspython/
  head/dns/py3-idna/
  head/graphics/py3-cairo/
  head/graphics/py3-imagesize/
  head/graphics/py3-pillow/
  head/graphics/py3-pygraphviz/
  head/lang/cython3/
  head/misc/py3-pexpect/
  head/misc/py3-tqdm/
  head/multimedia/py3-gstreamer1/
  head/net-mgmt/py-ipcalc/pkg-plist
  head/net-mgmt/py3-dnsdiag/
  head/net/py3-netifaces/
  head/net/py3-pysocks/
  head/net/py3-urllib3/
  head/print/py3-fonttools/
  head/print/py3-pycups/
  head/security/py3-certifi/
  head/security/py3-cryptography/
  head/security/py3-ecdsa/
  head/security/py3-libnacl/
  head/security/py3-openssl/
  head/security/py3-pbkdf2/
  head/security/py3-pyaes/
  head/security/py3-pycrypto/
  head/sysutils/py3-execnet/
  head/sysutils/py3-pkginfo/
  head/sysutils/py3-ptyprocess/
  head/textproc/py3-MarkupSafe/
  head/textproc/py3-alabaster/
  head/textproc/py3-asciinema/
  head/textproc/py3-chardet/
  head/textproc/py3-docutils/
  head/textproc/py3-feedparser/
  head/textproc/py3-humanfriendly/
  head/textproc/py3-hunspell/
  head/textproc/py3-libxml2/
  head/textproc/py3-numpydoc/
  head/textproc/py3-pager/
  head/textproc/py3-pyPEG2/
  head/textproc/py3-pygments/
  head/textproc/py3-pystemmer/
  head/textproc/py3-qrcode/
  head/textproc/py3-snowballstemmer/
  head/textproc/py3-sphinx/
  head/textproc/py3-sphinx_rtd_theme/
  head/textproc/py3-texttable/
  head/www/py-django-profiles/pkg-plist
  head/www/py3-cssutils/
  head/www/py3-httplib2/
  head/www/py3-requests/
  head/x11-toolkits/py34-tkinter/
  head/x11-toolkits/py35-tkinter/
  head/x11-toolkits/py36-tkinter/
Modified:
  head/CHANGES
  head/MOVED
  head/Mk/Uses/gnome.mk
  head/Mk/Uses/pyqt.mk
  head/Mk/Uses/python.mk
  head/UPDATING
  head/accessibility/Makefile   (contents, props changed)
  head/accessibility/accerciser/Makefile   (contents, props changed)
  head/accessibility/caribou/Makefile   (contents, props changed)
  head/accessibility/orca/Makefile   (contents, props changed)
  head/accessibility/py-atspi/Makefile   (contents, props changed)
  head/accessibility/redshift/Makefile   (contents, props changed)
  head/accessibility/speech-dispatcher/Makefile   (contents, props changed)
  head/archivers/Makefile   (contents, props changed)
  head/archivers/py-attic/Makefile   (contents, props changed)
  head/archivers/py-borgbackup/Makefile   (contents, props changed)
  head/archivers/py-czipfile/Makefile   (contents, props changed)
  head/archivers/py-libarchive-c/Makefile   (contents, props changed)
  head/archivers/py-librtfcomp/Makefile   (contents, props changed)
  head/archivers/py-lz4/Makefile   (contents, props changed)
  head/archivers/py-python-lzo/Makefile   (contents, props changed)
  head/astro/py-RO/Makefile   (contents, props changed)
  head/astro/py-aipy/Makefile   (contents, props changed)
  head/astro/py-astLib/Makefile   (contents, props changed)
  head/astro/py-horoscopegenerator/Makefile   (contents, props changed)
  head/astro/py-pyfits/Makefile   (contents, props changed)
  head/astro/pyephem/Makefile   (contents, props changed)
  head/audio/Makefile   (contents, props changed)
  head/audio/abcde/Makefile   (contents, props changed)
  head/audio/beets/Makefile   (contents, props changed)
  head/audio/carla/Makefile   (contents, props changed)
  head/audio/exaile-devel/Makefile   (contents, props changed)
  head/audio/exaile/Makefile   (contents, props changed)
  head/audio/gnome-music/Makefile   (contents, props changed)
  head/audio/idjc/Makefile   (contents, props changed)
  head/audio/jokosher/Makefile   (contents, props changed)
  head/audio/libgpod/Makefile   (contents, props changed)
  head/audio/lollypop/Makefile   (contents, props changed)
  head/audio/mbox/Makefile   (contents, props changed)
  head/audio/mpdbrowser/Makefile   (contents, props changed)
  head/audio/mps/Makefile   (contents, props changed)
  head/audio/picard/Makefile   (contents, props changed)
  head/audio/pithos/Makefile   (contents, props changed)
  head/audio/puddletag/Makefile   (contents, props changed)
  head/audio/py-aubio/Makefile   (contents, props changed)
  head/audio/py-discogs-client/Makefile   (contents, props changed)
  head/audio/py-gmusicapi/Makefile   (contents, props changed)
  head/audio/py-gmusicproxy/Makefile   (contents, props changed)
  head/audio/py-karaoke/Makefile   (contents, props changed)
  head/audio/py-mutagen/Makefile   (contents, props changed)
  head/audio/py-openal/Makefile   (contents, props changed)
  head/audio/py-py-jack/Makefile   (contents, props changed)
  head/audio/py-pylast/Makefile   (contents, props changed)
  head/audio/py-pyliblo/Makefile   (contents, props changed)
  head/audio/py-pysndfile/Makefile   (contents, props changed)
  head/audio/py-soundcloud/Makefile   (contents, props changed)
  head/audio/py-soundscrape/Makefile   (contents, props changed)
  head/audio/py-speechrecognition/Makefile   (contents, props changed)
  head/audio/py-speex/Makefile   (contents, props changed)
  head/audio/py-vorbis/Makefile   (contents, props changed)
  head/audio/py-xmms2/Makefile   (contents, props changed)
  head/audio/pytone/Makefile   (contents, props changed)
  head/audio/rhythmbox/Makefile   (contents, props changed)
  head/audio/sonata/Makefile   (contents, props changed)
  head/audio/soundconverter/Makefile   (contents, props changed)
  head/benchmarks/py-naarad/Makefile   (contents, props changed)
  head/benchmarks/py-zopkio/Makefile   (contents, props changed)
  head/biology/libsbml/Makefile   (contents, props changed)
  head/biology/py-biom-format/Makefile   (contents, props changed)
  head/biology/py-biopython/Makefile   (contents, props changed)
  head/biology/py-bx-python/Makefile   (contents, props changed)
  head/biology/py-cutadapt/Makefile   (contents, props changed)
  head/biology/py-pysam/Makefile   (contents, props changed)
  head/biology/pycogent/Makefile   (contents, props changed)
  head/biology/pyfasta/Makefile   (contents, props changed)
  head/biology/python-nexus/Makefile   (contents, props changed)
  head/cad/brickutils/Makefile   (contents, props changed)
  head/cad/linuxcnc-devel/Makefile   (contents, props changed)
  head/cad/py-gdspy/Makefile   (contents, props changed)
  head/cad/py-lcapy/Makefile   (contents, props changed)
  head/cad/py-pycam/Makefile   (contents, props changed)
  head/cad/python-gdsii/Makefile   (contents, props changed)
  head/cad/pythoncad/Makefile   (contents, props changed)
  head/comms/chirp/Makefile   (contents, props changed)
  head/comms/congruity/Makefile   (contents, props changed)
  head/comms/gnuradio/Makefile   (contents, props changed)
  head/comms/owfs/Makefile   (contents, props changed)
  head/comms/py-bulksms/Makefile   (contents, props changed)
  head/comms/py-hidapi/Makefile   (contents, props changed)
  head/comms/py-libconcord/Makefile   (contents, props changed)
  head/comms/py-libimobiledevice/Makefile   (contents, props changed)
  head/comms/py-qt5-serialport/Makefile   (contents, props changed)
  head/comms/quisk/Makefile   (contents, props changed)
  head/comms/uhd/Makefile   (contents, props changed)
  head/comms/wsjt/Makefile   (contents, props changed)
  head/comms/wspr/Makefile   (contents, props changed)
  head/converters/py-bencode.py/Makefile   (contents, props changed)
  head/converters/py-rencode/Makefile   (contents, props changed)
  head/converters/py-zfec/Makefile   (contents, props changed)
  head/converters/zbase32/Makefile   (contents, props changed)
  head/databases/Makefile   (contents, props changed)
  head/databases/buzhug/Makefile   (contents, props changed)
  head/databases/emma/Makefile   (contents, props changed)
  head/databases/gadfly/Makefile   (contents, props changed)
  head/databases/grass7/Makefile   (contents, props changed)
  head/databases/metakit/Makefile   (contents, props changed)
  head/databases/monetdb/Makefile   (contents, props changed)
  head/databases/mtools-mongodb/Makefile   (contents, props changed)
  head/databases/mydbf2mysql/Makefile   (contents, props changed)
  head/databases/openark-kit/Makefile   (contents, props changed)
  head/databases/pg_activity/Makefile   (contents, props changed)
  head/databases/pgbarman/Makefile   (contents, props changed)
  head/databases/pgloader/Makefile   (contents, props changed)
  head/databases/pgworksheet/Makefile   (contents, props changed)
  head/databases/powa-web/Makefile   (contents, props changed)
  head/databases/py-Elixir/Makefile   (contents, props changed)
  head/databases/py-Pyrseas/Makefile   (contents, props changed)
  head/databases/py-agate-sql/Makefile   (contents, props changed)
  head/databases/py-alembic/Makefile   (contents, props changed)
  head/databases/py-apsw/Makefile   (contents, props changed)
  head/databases/py-bsddb/Makefile   (contents, props changed)
  head/databases/py-bsddb3/Makefile   (contents, props changed)
  head/databases/py-carbon/Makefile   (contents, props changed)
  head/databases/py-couchdb/Makefile   (contents, props changed)
  head/databases/py-cql/Makefile   (contents, props changed)
  head/databases/py-django-transaction-hooks/Makefile   (contents, props changed)
  head/databases/py-fakeredis/Makefile   (contents, props changed)
  head/databases/py-flask-sqlalchemy/Makefile   (contents, props changed)
  head/databases/py-forgetsql/Makefile   (contents, props changed)
  head/databases/py-gdbm/Makefile   (contents, props changed)
  head/databases/py-geoalchemy/Makefile   (contents, props changed)
  head/databases/py-geoalchemy2/Makefile   (contents, props changed)
  head/databases/py-htsql-mysql/Makefile   (contents, props changed)
  head/databases/py-htsql-pgsql/Makefile   (contents, props changed)
  head/databases/py-htsql/Makefile   (contents, props changed)
  head/databases/py-kyotocabinet/Makefile   (contents, props changed)
  head/databases/py-lmdb/Makefile   (contents, props changed)
  head/databases/py-motor/Makefile   (contents, props changed)
  head/databases/py-mycli/Makefile   (contents, props changed)
  head/databases/py-mysql2pgsql/Makefile   (contents, props changed)
  head/databases/py-mysqlclient/Makefile   (contents, props changed)
  head/databases/py-oursql/Makefile   (contents, props changed)
  head/databases/py-peewee/Makefile   (contents, props changed)
  head/databases/py-pg_pqueue/Makefile   (contents, props changed)
  head/databases/py-pgcli/Makefile   (contents, props changed)
  head/databases/py-pgspecial/Makefile   (contents, props changed)
  head/databases/py-pgxnclient/Makefile   (contents, props changed)
  head/databases/py-pickledb/Makefile   (contents, props changed)
  head/databases/py-pickleshare/Makefile   (contents, props changed)
  head/databases/py-psycopg2/Makefile   (contents, props changed)
  head/databases/py-psycopg2cffi/Makefile   (contents, props changed)
  head/databases/py-pyhs/Makefile   (contents, props changed)
  head/databases/py-pymssql/Makefile   (contents, props changed)
  head/databases/py-pytc/Makefile   (contents, props changed)
  head/databases/py-python-rrdtool/Makefile   (contents, props changed)
  head/databases/py-python-swiftclient/Makefile   (contents, props changed)
  head/databases/py-qt4-sql/Makefile   (contents, props changed)
  head/databases/py-qt5-sql/Makefile   (contents, props changed)
  head/databases/py-queries/Makefile   (contents, props changed)
  head/databases/py-rb/Makefile   (contents, props changed)
  head/databases/py-redis/Makefile   (contents, props changed)
  head/databases/py-riak/Makefile   (contents, props changed)
  head/databases/py-sqlalchemy-migrate/Makefile   (contents, props changed)
  head/databases/py-sqlalchemy10/Makefile   (contents, props changed)
  head/databases/py-sqlalchemy11/Makefile   (contents, props changed)
  head/databases/py-sqlite3/Makefile   (contents, props changed)
  head/databases/py-sqlite3dbm/Makefile   (contents, props changed)
  head/databases/py-sqlobject/Makefile   (contents, props changed)
  head/databases/py-swift/Makefile   (contents, props changed)
  head/databases/py-sybase/Makefile   (contents, props changed)
  head/databases/py-unqlite/Makefile   (contents, props changed)
  head/databases/py-xapian/Makefile   (contents, props changed)
  head/databases/pydbx/Makefile   (contents, props changed)
  head/databases/pyspatialite/Makefile   (contents, props changed)
  head/databases/rrdtool/Makefile   (contents, props changed)
  head/databases/rrdtool12/Makefile   (contents, props changed)
  head/databases/zodb3/Makefile   (contents, props changed)
  head/deskutils/calibre/Makefile   (contents, props changed)
  head/deskutils/conduit/Makefile   (contents, props changed)
  head/deskutils/conkyemail/Makefile   (contents, props changed)
  head/deskutils/conkyforecast/Makefile   (contents, props changed)
  head/deskutils/dosage/Makefile   (contents, props changed)
  head/deskutils/everygui/Makefile   (contents, props changed)
  head/deskutils/gbirthday/Makefile   (contents, props changed)
  head/deskutils/gcalcli/Makefile   (contents, props changed)
  head/deskutils/gnome-sound-recorder/Makefile   (contents, props changed)
  head/deskutils/gourmet/Makefile   (contents, props changed)
  head/deskutils/griffith/Makefile   (contents, props changed)
  head/deskutils/gtg/Makefile   (contents, props changed)
  head/deskutils/py-bugwarrior/Makefile   (contents, props changed)
  head/deskutils/py-khal/Makefile   (contents, props changed)
  head/deskutils/py-pycarddav/Makefile   (contents, props changed)
  head/deskutils/py-pystash/Makefile   (contents, props changed)
  head/deskutils/py-taskw/Makefile   (contents, props changed)
  head/deskutils/py-vdirsyncer/Makefile   (contents, props changed)
  head/deskutils/py-vobject/Makefile   (contents, props changed)
  head/deskutils/pybookreader/Makefile   (contents, props changed)
  head/deskutils/pypanel/Makefile   (contents, props changed)
  head/deskutils/rednotebook/Makefile   (contents, props changed)
  head/deskutils/syncthing-gtk/Makefile   (contents, props changed)
  head/deskutils/taskcoach/Makefile   (contents, props changed)
  head/deskutils/tel/Makefile   (contents, props changed)
  head/deskutils/virt-manager/Makefile   (contents, props changed)
  head/deskutils/vnc2flv/Makefile   (contents, props changed)
  head/deskutils/wammu/Makefile   (contents, props changed)
  head/deskutils/zim/Makefile   (contents, props changed)
  head/devel/Makefile   (contents, props changed)
  head/devel/ahven/Makefile   (contents, props changed)
  head/devel/android-tools-adb/Makefile   (contents, props changed)
  head/devel/antlr/Makefile   (contents, props changed)
  head/devel/arpc/Makefile   (contents, props changed)
  head/devel/awscli/Makefile   (contents, props changed)
  head/devel/b2/Makefile   (contents, props changed)
  head/devel/bbfreeze/Makefile   (contents, props changed)
  head/devel/bicyclerepair/Makefile   (contents, props changed)
  head/devel/bpython/Makefile   (contents, props changed)
  head/devel/bzr-builder/Makefile   (contents, props changed)
  head/devel/bzr-colo/Makefile   (contents, props changed)
  head/devel/bzr-explorer/Makefile   (contents, props changed)
  head/devel/bzr-externals/Makefile   (contents, props changed)
  head/devel/bzr-fastimport/Makefile   (contents, props changed)
  head/devel/bzr-git/Makefile   (contents, props changed)
  head/devel/bzr-gtk/Makefile   (contents, props changed)
  head/devel/bzr-loom/Makefile   (contents, props changed)
  head/devel/bzr-pipeline/Makefile   (contents, props changed)
  head/devel/bzr-rewrite/Makefile   (contents, props changed)
  head/devel/bzr-scmproj/Makefile   (contents, props changed)
  head/devel/bzr-stats/Makefile   (contents, props changed)
  head/devel/bzr-svn/Makefile   (contents, props changed)
  head/devel/bzr-upload/Makefile   (contents, props changed)
  head/devel/bzr/Makefile   (contents, props changed)
  head/devel/bzrtools/Makefile   (contents, props changed)
  head/devel/codeville/Makefile   (contents, props changed)
  head/devel/cppcheck/Makefile   (contents, props changed)
  head/devel/cram/Makefile   (contents, props changed)
  head/devel/cvs2svn/Makefile   (contents, props changed)
  head/devel/cx_Freeze/Makefile   (contents, props changed)
  head/devel/dissy/Makefile   (contents, props changed)
  head/devel/ditrack/Makefile   (contents, props changed)
  head/devel/drpython/Makefile   (contents, props changed)
  head/devel/eblob/Makefile   (contents, props changed)
  head/devel/epydoc/Makefile   (contents, props changed)
  head/devel/eric6/Makefile   (contents, props changed)
  head/devel/eric6/Makefile.inc   (contents, props changed)
  head/devel/euca2ools/Makefile   (contents, props changed)
  head/devel/fb-adb/Makefile   (contents, props changed)
  head/devel/fnorb/Makefile   (contents, props changed)
  head/devel/gazpacho/Makefile   (contents, props changed)
  head/devel/git-cola/Makefile   (contents, props changed)
  head/devel/git-cvs/Makefile   (contents, props changed)
  head/devel/git-review/Makefile   (contents, props changed)
  head/devel/gitinspector/Makefile   (contents, props changed)
  head/devel/glade/Makefile   (contents, props changed)
  head/devel/gnatpython/Makefile   (contents, props changed)
  head/devel/gnome-builder/Makefile   (contents, props changed)
  head/devel/hgview/Makefile   (contents, props changed)
  head/devel/ipython/Makefile   (contents, props changed)
  head/devel/libftdi/Makefile   (contents, props changed)
  head/devel/libpeas/Makefile   (contents, props changed)
  head/devel/libsigrokdecode/Makefile   (contents, props changed)
  head/devel/meson/Makefile   (contents, props changed)
  head/devel/nuitka/Makefile   (contents, props changed)
  head/devel/osc/Makefile   (contents, props changed)
  head/devel/phpbt/Makefile   (contents, props changed)
  head/devel/phpsh/Makefile   (contents, props changed)
  head/devel/py-Acquisition/Makefile   (contents, props changed)
  head/devel/py-AddOns/Makefile   (contents, props changed)
  head/devel/py-Automat/Makefile   (contents, props changed)
  head/devel/py-Breve/Makefile   (contents, props changed)
  head/devel/py-BytecodeAssembler/Makefile   (contents, props changed)
  head/devel/py-DateTime/Makefile   (contents, props changed)
  head/devel/py-DocumentTemplate/Makefile   (contents, props changed)
  head/devel/py-Jinja2/Makefile   (contents, props changed)
  head/devel/py-Missing/Makefile   (contents, props changed)
  head/devel/py-MultiMapping/Makefile   (contents, props changed)
  head/devel/py-PEAK-Rules/Makefile   (contents, props changed)
  head/devel/py-Persistence/Makefile   (contents, props changed)
  head/devel/py-Products.ATContentTypes/Makefile   (contents, props changed)
  head/devel/py-Products.ATReferenceBrowserWidget/Makefile   (contents, props changed)
  head/devel/py-Products.Archetypes/Makefile   (contents, props changed)
  head/devel/py-Products.BTreeFolder2/Makefile   (contents, props changed)
  head/devel/py-Products.CMFActionIcons/Makefile   (contents, props changed)
  head/devel/py-Products.CMFCalendar/Makefile   (contents, props changed)
  head/devel/py-Products.CMFCore/Makefile   (contents, props changed)
  head/devel/py-Products.CMFDefault/Makefile   (contents, props changed)
  head/devel/py-Products.CMFDiffTool/Makefile   (contents, props changed)
  head/devel/py-Products.CMFDynamicViewFTI/Makefile   (contents, props changed)
  head/devel/py-Products.CMFEditions/Makefile   (contents, props changed)
  head/devel/py-Products.CMFFormController/Makefile   (contents, props changed)
  head/devel/py-Products.CMFPlacefulWorkflow/Makefile   (contents, props changed)
  head/devel/py-Products.CMFQuickInstallerTool/Makefile   (contents, props changed)
  head/devel/py-Products.CMFTestCase/Makefile   (contents, props changed)
  head/devel/py-Products.CMFUid/Makefile   (contents, props changed)
  head/devel/py-Products.DCWorkflow/Makefile   (contents, props changed)
  head/devel/py-Products.ExtendedPathIndex/Makefile   (contents, props changed)
  head/devel/py-Products.ExternalMethod/Makefile   (contents, props changed)
  head/devel/py-Products.GenericSetup/Makefile   (contents, props changed)
  head/devel/py-Products.LDAPMultiPlugins/Makefile   (contents, props changed)
  head/devel/py-Products.LDAPUserFolder/Makefile   (contents, props changed)
  head/devel/py-Products.MIMETools/Makefile   (contents, props changed)
  head/devel/py-Products.Marshall/Makefile   (contents, props changed)
  head/devel/py-Products.MimetypesRegistry/Makefile   (contents, props changed)
  head/devel/py-Products.OFSP/Makefile   (contents, props changed)
  head/devel/py-Products.PasswordResetTool/Makefile   (contents, props changed)
  head/devel/py-Products.PlacelessTranslationService/Makefile   (contents, props changed)
  head/devel/py-Products.PloneTestCase/Makefile   (contents, props changed)
  head/devel/py-Products.PluginRegistry/Makefile   (contents, props changed)
  head/devel/py-Products.PortalTransforms/Makefile   (contents, props changed)
  head/devel/py-Products.PythonScripts/Makefile   (contents, props changed)
  head/devel/py-Products.ResourceRegistries/Makefile   (contents, props changed)
  head/devel/py-Products.StandardCacheManagers/Makefile   (contents, props changed)
  head/devel/py-Products.ZCTextIndex/Makefile   (contents, props changed)
  head/devel/py-Products.ZCatalog/Makefile   (contents, props changed)
  head/devel/py-Products.ZSQLMethods/Makefile   (contents, props changed)
  head/devel/py-Products.ZopeVersionControl/Makefile   (contents, props changed)
  head/devel/py-Products.statusmessages/Makefile   (contents, props changed)
  head/devel/py-Products.validation/Makefile   (contents, props changed)
  head/devel/py-RPyC/Makefile   (contents, props changed)
  head/devel/py-Record/Makefile   (contents, props changed)
  head/devel/py-SymbolType/Makefile   (contents, props changed)
  head/devel/py-ToscaWidgets/Makefile   (contents, props changed)
  head/devel/py-XStatic-Angular-Bootstrap/Makefile   (contents, props changed)
  head/devel/py-XStatic-Angular-FileUpload/Makefile   (contents, props changed)
  head/devel/py-XStatic-Angular-Gettext/Makefile   (contents, props changed)
  head/devel/py-XStatic-Angular-Schema-Form/Makefile   (contents, props changed)
  head/devel/py-XStatic-Angular-lrdragndrop/Makefile   (contents, props changed)
  head/devel/py-XStatic-Angular/Makefile   (contents, props changed)
  head/devel/py-XStatic-Bootstrap-Datepicker/Makefile   (contents, props changed)
  head/devel/py-XStatic-Bootstrap-SCSS/Makefile   (contents, props changed)
  head/devel/py-XStatic-D3/Makefile   (contents, props changed)
  head/devel/py-XStatic-Font-Awesome/Makefile   (contents, props changed)
  head/devel/py-XStatic-Hogan/Makefile   (contents, props changed)
  head/devel/py-XStatic-JQuery-Migrate/Makefile   (contents, props changed)
  head/devel/py-XStatic-JQuery.TableSorter/Makefile   (contents, props changed)
  head/devel/py-XStatic-JQuery.quicksearch/Makefile   (contents, props changed)
  head/devel/py-XStatic-JSEncrypt/Makefile   (contents, props changed)
  head/devel/py-XStatic-Jasmine/Makefile   (contents, props changed)
  head/devel/py-XStatic-Rickshaw/Makefile   (contents, props changed)
  head/devel/py-XStatic-Spin/Makefile   (contents, props changed)
  head/devel/py-XStatic-bootswatch/Makefile   (contents, props changed)
  head/devel/py-XStatic-jQuery/Makefile   (contents, props changed)
  head/devel/py-XStatic-jquery-ui/Makefile   (contents, props changed)
  head/devel/py-XStatic-mdi/Makefile   (contents, props changed)
  head/devel/py-XStatic-objectpath/Makefile   (contents, props changed)
  head/devel/py-XStatic-roboto-fontface/Makefile   (contents, props changed)
  head/devel/py-XStatic-smart-table/Makefile   (contents, props changed)
  head/devel/py-XStatic-term.js/Makefile   (contents, props changed)
  head/devel/py-XStatic-tv4/Makefile   (contents, props changed)
  head/devel/py-adb/Makefile   (contents, props changed)
  head/devel/py-akismet/Makefile   (contents, props changed)
  head/devel/py-aniso8601/Makefile   (contents, props changed)
  head/devel/py-anonfunc/Makefile   (contents, props changed)
  head/devel/py-apipkg/Makefile   (contents, props changed)
  head/devel/py-apptools/Makefile   (contents, props changed)
  head/devel/py-apscheduler/Makefile   (contents, props changed)
  head/devel/py-archetypes.querywidget/Makefile   (contents, props changed)
  head/devel/py-archetypes.referencebrowserwidget/Makefile   (contents, props changed)
  head/devel/py-archetypes.schemaextender/Makefile   (contents, props changed)
  head/devel/py-arrow/Makefile   (contents, props changed)
  head/devel/py-aspects/Makefile   (contents, props changed)
  head/devel/py-astroid/Makefile   (contents, props changed)
  head/devel/py-asttokens/Makefile   (contents, props changed)
  head/devel/py-atomiclong/Makefile   (contents, props changed)
  head/devel/py-atpublic/Makefile   (contents, props changed)
  head/devel/py-automaton/Makefile   (contents, props changed)
  head/devel/py-babel/Makefile   (contents, props changed)
  head/devel/py-babel/distinfo   (contents, props changed)
  head/devel/py-backports.functools_lru_cache/Makefile   (contents, props changed)
  head/devel/py-backports.tempfile/Makefile   (contents, props changed)
  head/devel/py-backports.weakref/Makefile   (contents, props changed)
  head/devel/py-bandit/Makefile   (contents, props changed)
  head/devel/py-bcdoc/Makefile   (contents, props changed)
  head/devel/py-binplist/Makefile   (contents, props changed)
  head/devel/py-biplist/Makefile   (contents, props changed)
  head/devel/py-bison/Makefile   (contents, props changed)
  head/devel/py-blinker/Makefile   (contents, props changed)
  head/devel/py-bluelet/Makefile   (contents, props changed)
  head/devel/py-botocore/Makefile   (contents, props changed)
  head/devel/py-bsd/Makefile   (contents, props changed)
  head/devel/py-buildbot-console-view/Makefile   (contents, props changed)
  head/devel/py-buildbot-grid-view/Makefile   (contents, props changed)
  head/devel/py-buildbot-waterfall-view/Makefile   (contents, props changed)
  head/devel/py-buildbot-worker/Makefile   (contents, props changed)
  head/devel/py-buildbot-www/Makefile   (contents, props changed)
  head/devel/py-buildbot/Makefile   (contents, props changed)
  head/devel/py-canonicaljson/Makefile   (contents, props changed)
  head/devel/py-castellan/Makefile   (contents, props changed)
  head/devel/py-cclib/Makefile   (contents, props changed)
  head/devel/py-cdg/Makefile   (contents, props changed)
  head/devel/py-celery/Makefile   (contents, props changed)
  head/devel/py-cffi/Makefile   (contents, props changed)
  head/devel/py-check-manifest/Makefile   (contents, props changed)
  head/devel/py-cheetah/Makefile   (contents, props changed)
  head/devel/py-ciphon/Makefile   (contents, props changed)
  head/devel/py-circuits/Makefile   (contents, props changed)
  head/devel/py-cjson/Makefile   (contents, props changed)
  head/devel/py-cld/Makefile   (contents, props changed)
  head/devel/py-cli-helpers/Makefile   (contents, props changed)
  head/devel/py-cliapp/Makefile   (contents, props changed)
  head/devel/py-click-log/Makefile   (contents, props changed)
  head/devel/py-click-plugins/Makefile   (contents, props changed)
  head/devel/py-click-threading/Makefile   (contents, props changed)
  head/devel/py-click/Makefile   (contents, props changed)
  head/devel/py-cliff/Makefile   (contents, props changed)
  head/devel/py-clint/Makefile   (contents, props changed)
  head/devel/py-clonedigger/Makefile   (contents, props changed)
  head/devel/py-cloudpickle/Makefile   (contents, props changed)
  head/devel/py-cmdtest/Makefile   (contents, props changed)
  head/devel/py-codecov/Makefile   (contents, props changed)
  head/devel/py-collective.z3cform.datetimewidget/Makefile   (contents, props changed)
  head/devel/py-colorama/Makefile   (contents, props changed)
  head/devel/py-coloredlogs/Makefile   (contents, props changed)
  head/devel/py-columnize/Makefile   (contents, props changed)
  head/devel/py-configargparse/Makefile   (contents, props changed)
  head/devel/py-configobj/Makefile   (contents, props changed)
  head/devel/py-construct/Makefile   (contents, props changed)
  head/devel/py-construct28/Makefile   (contents, props changed)
  head/devel/py-cov-core/Makefile   (contents, props changed)
  head/devel/py-cuisine/Makefile   (contents, props changed)
  head/devel/py-cursive/Makefile   (contents, props changed)
  head/devel/py-curtsies/Makefile   (contents, props changed)
  head/devel/py-cxx/Makefile   (contents, props changed)
  head/devel/py-cycler/Makefile   (contents, props changed)
  head/devel/py-d2to1/Makefile   (contents, props changed)
  head/devel/py-daemon-runner/Makefile   (contents, props changed)
  head/devel/py-daemon/Makefile   (contents, props changed)
  head/devel/py-darcsver/Makefile   (contents, props changed)
  head/devel/py-dateutil/Makefile   (contents, props changed)
  head/devel/py-dateutils/Makefile   (contents, props changed)
  head/devel/py-dbus/Makefile   (contents, props changed)
  head/devel/py-ddt/Makefile   (contents, props changed)
  head/devel/py-debtcollector/Makefile   (contents, props changed)
  head/devel/py-defusedxml/Makefile   (contents, props changed)
  head/devel/py-delfick_error/Makefile   (contents, props changed)
  head/devel/py-deliciousapi/Makefile   (contents, props changed)
  head/devel/py-dialog/Makefile   (contents, props changed)
  head/devel/py-diazo/Makefile   (contents, props changed)
  head/devel/py-django-rq-dashboard/Makefile   (contents, props changed)
  head/devel/py-django-rq/Makefile   (contents, props changed)
  head/devel/py-django-tastypie-mongoengine/Makefile   (contents, props changed)
  head/devel/py-docker-py/Makefile   (contents, props changed)
  head/devel/py-dockerpty/Makefile   (contents, props changed)
  head/devel/py-docopt/Makefile   (contents, props changed)
  head/devel/py-dogpile.cache/Makefile   (contents, props changed)
  head/devel/py-doit/Makefile   (contents, props changed)
  head/devel/py-easyprocess/Makefile   (contents, props changed)
  head/devel/py-efilter/Makefile   (contents, props changed)
  head/devel/py-efl/Makefile   (contents, props changed)
  head/devel/py-entrypoints/Makefile   (contents, props changed)
  head/devel/py-envisage/Makefile   (contents, props changed)
  head/devel/py-epsilon/Makefile   (contents, props changed)
  head/devel/py-extras/Makefile   (contents, props changed)
  head/devel/py-ezpyinline/Makefile   (contents, props changed)
  head/devel/py-fabric/Makefile   (contents, props changed)
  head/devel/py-fasteners/Makefile   (contents, props changed)
  head/devel/py-filemagic/Makefile   (contents, props changed)
  head/devel/py-five.customerize/Makefile   (contents, props changed)
  head/devel/py-five.formlib/Makefile   (contents, props changed)
  head/devel/py-five.globalrequest/Makefile   (contents, props changed)
  head/devel/py-five.localsitemanager/Makefile   (contents, props changed)
  head/devel/py-flake8-builtins/Makefile   (contents, props changed)
  head/devel/py-flake8-docstrings/Makefile   (contents, props changed)
  head/devel/py-flake8-import-order/Makefile   (contents, props changed)
  head/devel/py-flake8-polyfill/Makefile   (contents, props changed)
  head/devel/py-flake8-quotes/Makefile   (contents, props changed)
  head/devel/py-flake8/Makefile   (contents, props changed)
  head/devel/py-flask-babel/Makefile   (contents, props changed)
  head/devel/py-flufl.i18n/Makefile   (contents, props changed)
  head/devel/py-flufl.lock/Makefile   (contents, props changed)
  head/devel/py-foolscap/Makefile   (contents, props changed)
  head/devel/py-fortran/Makefile   (contents, props changed)
  head/devel/py-freenas.dispatcher/Makefile   (contents, props changed)
  head/devel/py-freenas.utils/Makefile   (contents, props changed)
  head/devel/py-freezegun/Makefile   (contents, props changed)
  head/devel/py-fsm/Makefile   (contents, props changed)
  head/devel/py-fusefs/Makefile   (contents, props changed)
  head/devel/py-futurist/Makefile   (contents, props changed)
  head/devel/py-fuzzywuzzy/Makefile   (contents, props changed)
  head/devel/py-game_sdl2/Makefile   (contents, props changed)
  head/devel/py-gamin/Makefile   (contents, props changed)
  head/devel/py-gdata/Makefile   (contents, props changed)
  head/devel/py-gdbgui/Makefile   (contents, props changed)
  head/devel/py-gearman/Makefile   (contents, props changed)
  head/devel/py-geojson/Makefile   (contents, props changed)
  head/devel/py-geotypes/Makefile   (contents, props changed)
  head/devel/py-gevent/Makefile   (contents, props changed)
  head/devel/py-git-up/Makefile   (contents, props changed)
  head/devel/py-gitdb/Makefile   (contents, props changed)
  head/devel/py-gitdb2/Makefile   (contents, props changed)
  head/devel/py-gitless/Makefile   (contents, props changed)
  head/devel/py-gitpython/Makefile   (contents, props changed)
  head/devel/py-glance-store/Makefile   (contents, props changed)
  head/devel/py-glob2/Makefile   (contents, props changed)
  head/devel/py-gobject/Makefile   (contents, props changed)
  head/devel/py-gobject3/Makefile   (contents, props changed)
  head/devel/py-google-apputils/Makefile   (contents, props changed)
  head/devel/py-googleapis-common-protos/Makefile   (contents, props changed)
  head/devel/py-grab/Makefile   (contents, props changed)
  head/devel/py-grpcio-tools/Makefile   (contents, props changed)
  head/devel/py-grpcio/Makefile   (contents, props changed)
  head/devel/py-gtfslib/Makefile   (contents, props changed)
  head/devel/py-hash_ring/Makefile   (contents, props changed)
  head/devel/py-hgsubversion/Makefile   (contents, props changed)
  head/devel/py-hgtools/Makefile   (contents, props changed)
  head/devel/py-http-prompt/Makefile   (contents, props changed)
  head/devel/py-hypothesis/Makefile   (contents, props changed)
  head/devel/py-icalendar/Makefile   (contents, props changed)
  head/devel/py-interface/Makefile   (contents, props changed)
  head/devel/py-intervaltree/Makefile   (contents, props changed)
  head/devel/py-invoke/Makefile   (contents, props changed)
  head/devel/py-ipdb/Makefile   (contents, props changed)
  head/devel/py-ipykernel/Makefile   (contents, props changed)
  head/devel/py-ipyparallel/Makefile   (contents, props changed)
  head/devel/py-ipywidgets/Makefile   (contents, props changed)
  head/devel/py-iso8601/Makefile   (contents, props changed)
  head/devel/py-isodate/Makefile   (contents, props changed)
  head/devel/py-isort/Makefile   (contents, props changed)
  head/devel/py-jaraco.classes/Makefile   (contents, props changed)
  head/devel/py-jaraco.functools/Makefile   (contents, props changed)
  head/devel/py-jaraco.itertools/Makefile   (contents, props changed)
  head/devel/py-jaraco.logging/Makefile   (contents, props changed)
  head/devel/py-jaraco.timing/Makefile   (contents, props changed)
  head/devel/py-jaraco.util/Makefile   (contents, props changed)
  head/devel/py-jdcal/Makefile   (contents, props changed)
  head/devel/py-jedi/Makefile   (contents, props changed)
  head/devel/py-jenkins-job-builder/Makefile   (contents, props changed)
  head/devel/py-jira/Makefile   (contents, props changed)
  head/devel/py-jsbeautifier/Makefile   (contents, props changed)
  head/devel/py-json-sempai/Makefile   (contents, props changed)
  head/devel/py-jsonlib/Makefile   (contents, props changed)
  head/devel/py-jsonlib2/Makefile   (contents, props changed)
  head/devel/py-jsonpatch/Makefile   (contents, props changed)
  head/devel/py-jsonref/Makefile   (contents, props changed)
  head/devel/py-jsonrpclib-pelix/Makefile   (contents, props changed)
  head/devel/py-jsonrpclib/Makefile   (contents, props changed)
  head/devel/py-jsonschema/Makefile   (contents, props changed)
  head/devel/py-jsonschema/distinfo   (contents, props changed)
  head/devel/py-jupyter_client/Makefile   (contents, props changed)
  head/devel/py-jupyter_console/Makefile   (contents, props changed)
  head/devel/py-jupyter_core/Makefile   (contents, props changed)
  head/devel/py-kaptan/Makefile   (contents, props changed)
  head/devel/py-kayako/Makefile   (contents, props changed)
  head/devel/py-kazoo/Makefile   (contents, props changed)
  head/devel/py-keystoneauth1/Makefile   (contents, props changed)
  head/devel/py-keystonemiddleware/Makefile   (contents, props changed)
  head/devel/py-kid/Makefile   (contents, props changed)
  head/devel/py-kjbuckets/Makefile   (contents, props changed)
  head/devel/py-lazr.config/Makefile   (contents, props changed)
  head/devel/py-lazr.delegates/Makefile   (contents, props changed)
  head/devel/py-libpeas/Makefile   (contents, props changed)
  head/devel/py-libplist/Makefile   (contents, props changed)
  head/devel/py-libtaxii/Makefile   (contents, props changed)
  head/devel/py-libzfs/Makefile   (contents, props changed)
  head/devel/py-linecache2/Makefile   (contents, props changed)
  head/devel/py-llfuse/Makefile   (contents, props changed)
  head/devel/py-llvmlite/Makefile   (contents, props changed)
  head/devel/py-lockfile/Makefile   (contents, props changed)
  head/devel/py-log4py/Makefile   (contents, props changed)
  head/devel/py-logan/Makefile   (contents, props changed)
  head/devel/py-logfury/Makefile   (contents, props changed)
  head/devel/py-logilab-common/Makefile   (contents, props changed)
  head/devel/py-louie/Makefile   (contents, props changed)
  head/devel/py-lxml/Makefile   (contents, props changed)
  head/devel/py-manuel/Makefile   (contents, props changed)
  head/devel/py-mccabe/Makefile   (contents, props changed)
  head/devel/py-mdv/Makefile   (contents, props changed)
  head/devel/py-meliae/Makefile   (contents, props changed)
  head/devel/py-memory_profiler/Makefile   (contents, props changed)
  head/devel/py-microversion-parse/Makefile   (contents, props changed)
  head/devel/py-minimongo/Makefile   (contents, props changed)
  head/devel/py-mock/Makefile   (contents, props changed)
  head/devel/py-mongoengine/Makefile   (contents, props changed)
  head/devel/py-mwlib.ext/Makefile   (contents, props changed)
  head/devel/py-mwlib.rl/Makefile   (contents, props changed)
  head/devel/py-mwlib/Makefile   (contents, props changed)
  head/devel/py-mx-experimental/Makefile   (contents, props changed)
  head/devel/py-mypy/Makefile   (contents, props changed)
  head/devel/py-nagioscheck/Makefile   (contents, props changed)
  head/devel/py-natsort/Makefile   (contents, props changed)
  head/devel/py-nbconvert/Makefile   (contents, props changed)
  head/devel/py-nbformat/Makefile   (contents, props changed)
  head/devel/py-ncurses/Makefile   (contents, props changed)
  head/devel/py-nose-cov/Makefile   (contents, props changed)
  head/devel/py-nose/Makefile   (contents, props changed)
  head/devel/py-nose2/Makefile   (contents, props changed)
  head/devel/py-noseofyeti/Makefile   (contents, props changed)
  head/devel/py-notifier/Makefile   (contents, props changed)
  head/devel/py-notify/Makefile   (contents, props changed)
  head/devel/py-numba/Makefile   (contents, props changed)
  head/devel/py-omnijson/Makefile   (contents, props changed)
  head/devel/py-openstacksdk/Makefile   (contents, props changed)
  head/devel/py-option_merge/Makefile   (contents, props changed)
  head/devel/py-orbit/Makefile   (contents, props changed)
  head/devel/py-ordered-set/Makefile   (contents, props changed)
  head/devel/py-os-brick/Makefile   (contents, props changed)
  head/devel/py-os-client-config/Makefile   (contents, props changed)
  head/devel/py-os-vif/Makefile   (contents, props changed)
  head/devel/py-os-win/Makefile   (contents, props changed)
  head/devel/py-osc-lib/Makefile   (contents, props changed)
  head/devel/py-oslo.cache/Makefile   (contents, props changed)
  head/devel/py-oslo.concurrency/Makefile   (contents, props changed)
  head/devel/py-oslo.config/Makefile   (contents, props changed)
  head/devel/py-oslo.context/Makefile   (contents, props changed)
  head/devel/py-oslo.db/Makefile   (contents, props changed)
  head/devel/py-oslo.i18n/Makefile   (contents, props changed)
  head/devel/py-oslo.log/Makefile   (contents, props changed)
  head/devel/py-oslo.messaging/Makefile   (contents, props changed)
  head/devel/py-oslo.middleware/Makefile   (contents, props changed)
  head/devel/py-oslo.policy/Makefile   (contents, props changed)
  head/devel/py-oslo.privsep/Makefile   (contents, props changed)
  head/devel/py-oslo.reports/Makefile   (contents, props changed)
  head/devel/py-oslo.rootwrap/Makefile   (contents, props changed)
  head/devel/py-oslo.serialization/Makefile   (contents, props changed)
  head/devel/py-oslo.service/Makefile   (contents, props changed)
  head/devel/py-oslo.utils/Makefile   (contents, props changed)
  head/devel/py-oslo.versionedobjects/Makefile   (contents, props changed)
  head/devel/py-oslo.vmware/Makefile   (contents, props changed)
  head/devel/py-osprofiler/Makefile   (contents, props changed)
  head/devel/py-palm/Makefile   (contents, props changed)
  head/devel/py-pathlib/Makefile   (contents, props changed)
  head/devel/py-pathlib2/Makefile   (contents, props changed)
  head/devel/py-pathtools/Makefile   (contents, props changed)
  head/devel/py-pbr/Makefile   (contents, props changed)
  head/devel/py-pefile/Makefile   (contents, props changed)
  head/devel/py-pex/Makefile   (contents, props changed)
  head/devel/py-phabricator/Makefile   (contents, props changed)
  head/devel/py-pid/Makefile   (contents, props changed)
  head/devel/py-pika-pool/Makefile   (contents, props changed)
  head/devel/py-pinocchio/Makefile   (contents, props changed)
  head/devel/py-pip/Makefile   (contents, props changed)
  head/devel/py-plan/Makefile   (contents, props changed)
  head/devel/py-pluggy/Makefile   (contents, props changed)
  head/devel/py-ply/Makefile   (contents, props changed)
  head/devel/py-positional/Makefile   (contents, props changed)
  head/devel/py-pqueue/Makefile   (contents, props changed)
  head/devel/py-pretend/Makefile   (contents, props changed)
  head/devel/py-prioritized_methods/Makefile   (contents, props changed)
  head/devel/py-prompt_toolkit/Makefile   (contents, props changed)
  head/devel/py-protobuf/Makefile   (contents, props changed)
  head/devel/py-protocols-devel/Makefile   (contents, props changed)
  head/devel/py-protocols/Makefile   (contents, props changed)
  head/devel/py-ptrace/Makefile   (contents, props changed)
  head/devel/py-pudb/Makefile   (contents, props changed)
  head/devel/py-py/Makefile   (contents, props changed)
  head/devel/py-pyasn1-modules/Makefile   (contents, props changed)
  head/devel/py-pyasn1/Makefile   (contents, props changed)
  head/devel/py-pycadf/Makefile   (contents, props changed)
  head/devel/py-pycallgraph/Makefile   (contents, props changed)
  head/devel/py-pycallgraph/pkg-plist   (contents, props changed)
  head/devel/py-pycmd/Makefile   (contents, props changed)
  head/devel/py-pycodestyle/Makefile   (contents, props changed)
  head/devel/py-pycparser/Makefile   (contents, props changed)
  head/devel/py-pydenticon/Makefile   (contents, props changed)
  head/devel/py-pydocstyle/Makefile   (contents, props changed)
  head/devel/py-pydrive/Makefile   (contents, props changed)
  head/devel/py-pyechonest/Makefile   (contents, props changed)
  head/devel/py-pyface/Makefile   (contents, props changed)
  head/devel/py-pyflakes/Makefile   (contents, props changed)
  head/devel/py-pygdbmi/Makefile   (contents, props changed)
  head/devel/py-pygit2/Makefile   (contents, props changed)
  head/devel/py-pyicu/Makefile   (contents, props changed)
  head/devel/py-pyinotify/Makefile   (contents, props changed)
  head/devel/py-pyinstaller/Makefile   (contents, props changed)
  head/devel/py-pykde4/Makefile   (contents, props changed)
  head/devel/py-pyke/Makefile   (contents, props changed)
  head/devel/py-pylru-cache/Makefile   (contents, props changed)
  head/devel/py-pymarc/Makefile   (contents, props changed)
  head/devel/py-pyopencl/Makefile   (contents, props changed)
  head/devel/py-pyqi/Makefile   (contents, props changed)
  head/devel/py-pyral/Makefile   (contents, props changed)
  head/devel/py-pyrfc3339/Makefile   (contents, props changed)
  head/devel/py-pyro/Makefile   (contents, props changed)
  head/devel/py-pystorm/Makefile   (contents, props changed)
  head/devel/py-pyte/Makefile   (contents, props changed)
  head/devel/py-pytest-asyncio/Makefile   (contents, props changed)
  head/devel/py-pytest-cache/Makefile   (contents, props changed)
  head/devel/py-pytest-capturelog/Makefile   (contents, props changed)
  head/devel/py-pytest-cov/Makefile   (contents, props changed)
  head/devel/py-pytest-django/Makefile   (contents, props changed)
  head/devel/py-pytest-localserver/Makefile   (contents, props changed)
  head/devel/py-pytest-mock/Makefile   (contents, props changed)
  head/devel/py-pytest-runner/Makefile   (contents, props changed)
  head/devel/py-pytest-timeout/Makefile   (contents, props changed)
  head/devel/py-pytest-tornado/Makefile   (contents, props changed)
  head/devel/py-pytest-xdist/Makefile   (contents, props changed)
  head/devel/py-pytest/Makefile   (contents, props changed)
  head/devel/py-python-bugzilla/Makefile   (contents, props changed)
  head/devel/py-python-dtrace/Makefile   (contents, props changed)
  head/devel/py-python-gist/Makefile   (contents, props changed)
  head/devel/py-python-jenkins/Makefile   (contents, props changed)
  head/devel/py-python-magic/Makefile   (contents, props changed)
  head/devel/py-pytools/Makefile   (contents, props changed)
  head/devel/py-pytz/Makefile   (contents, props changed)
  head/devel/py-pyutil/Makefile   (contents, props changed)
  head/devel/py-pyvalid/Makefile   (contents, props changed)
  head/devel/py-pyvisa-py/Makefile   (contents, props changed)
  head/devel/py-pyvisa/Makefile   (contents, props changed)
  head/devel/py-pyxb/Makefile   (contents, props changed)
  head/devel/py-pyxml2obj/Makefile   (contents, props changed)
  head/devel/py-qpid/Makefile   (contents, props changed)
  head/devel/py-qserve/Makefile   (contents, props changed)
  head/devel/py-qt4-assistant/Makefile   (contents, props changed)
  head/devel/py-qt4-core/Makefile   (contents, props changed)
  head/devel/py-qt4-dbus/Makefile   (contents, props changed)
  head/devel/py-qt4-dbussupport/Makefile   (contents, props changed)
  head/devel/py-qt4-declarative/Makefile   (contents, props changed)
  head/devel/py-qt4-designer/Makefile   (contents, props changed)
  head/devel/py-qt4-designerplugin/Makefile   (contents, props changed)
  head/devel/py-qt4-help/Makefile   (contents, props changed)
  head/devel/py-qt4-qscintilla2/Makefile   (contents, props changed)
  head/devel/py-qt4-script/Makefile   (contents, props changed)
  head/devel/py-qt4-scripttools/Makefile   (contents, props changed)
  head/devel/py-qt4-test/Makefile   (contents, props changed)
  head/devel/py-qt4/Makefile   (contents, props changed)
  head/devel/py-qt5-core/Makefile   (contents, props changed)
  head/devel/py-qt5-dbus/Makefile   (contents, props changed)
  head/devel/py-qt5-dbussupport/Makefile   (contents, props changed)
  head/devel/py-qt5-designer/Makefile   (contents, props changed)
  head/devel/py-qt5-designerplugin/Makefile   (contents, props changed)
  head/devel/py-qt5-help/Makefile   (contents, props changed)
  head/devel/py-qt5-qscintilla2/Makefile   (contents, props changed)
  head/devel/py-qt5-test/Makefile   (contents, props changed)
  head/devel/py-qt5/Makefile   (contents, props changed)
  head/devel/py-qtconsole/Makefile   (contents, props changed)
  head/devel/py-ramlfications/Makefile   (contents, props changed)
  head/devel/py-rauth/Makefile   (contents, props changed)
  head/devel/py-raven/Makefile   (contents, props changed)
  head/devel/py-rebulk/Makefile   (contents, props changed)
  head/devel/py-rednose/Makefile   (contents, props changed)
  head/devel/py-repoze.tm2/Makefile   (contents, props changed)
  head/devel/py-repoze.what-pylons/Makefile   (contents, props changed)
  head/devel/py-repoze.what/Makefile   (contents, props changed)
  head/devel/py-repoze.who-friendlyform/Makefile   (contents, props changed)
  head/devel/py-repoze.who-testutil/Makefile   (contents, props changed)
  head/devel/py-repoze.who/Makefile   (contents, props changed)
  head/devel/py-repoze.xmliter/Makefile   (contents, props changed)
  head/devel/py-requestsexceptions/Makefile   (contents, props changed)
  head/devel/py-resourcepackage/Makefile   (contents, props changed)
  head/devel/py-responses/Makefile   (contents, props changed)
  head/devel/py-retrying/Makefile   (contents, props changed)
  head/devel/py-riak_pb/Makefile   (contents, props changed)
  head/devel/py-robotframework-databaselibrary/Makefile   (contents, props changed)
  head/devel/py-robotframework-pabot/Makefile   (contents, props changed)
  head/devel/py-robotframework-ride/Makefile   (contents, props changed)
  head/devel/py-robotframework-selenium2library/Makefile   (contents, props changed)
  head/devel/py-robotremoteserver/Makefile   (contents, props changed)
  head/devel/py-rply/Makefile   (contents, props changed)
  head/devel/py-rq/Makefile   (contents, props changed)
  head/devel/py-ruamel.ordereddict/Makefile   (contents, props changed)
  head/devel/py-rubymarshal/Makefile   (contents, props changed)
  head/devel/py-ruledispatch/Makefile   (contents, props changed)
  head/devel/py-rwt/Makefile   (contents, props changed)
  head/devel/py-sanetime/Makefile   (contents, props changed)
  head/devel/py-scripttest/Makefile   (contents, props changed)
  head/devel/py-selection/Makefile   (contents, props changed)
  head/devel/py-selectors34/Makefile   (contents, props changed)
  head/devel/py-semantic_version/Makefile   (contents, props changed)
  head/devel/py-setproctitle/Makefile   (contents, props changed)
  head/devel/py-setuptools-pkg/Makefile   (contents, props changed)
  head/devel/py-setuptools_darcs/Makefile   (contents, props changed)
  head/devel/py-setuptools_scm/Makefile   (contents, props changed)
  head/devel/py-simplejson/Makefile   (contents, props changed)
  head/devel/py-simpy/Makefile   (contents, props changed)
  head/devel/py-singledispatch/Makefile   (contents, props changed)
  head/devel/py-sip/Makefile   (contents, props changed)
  head/devel/py-six/Makefile   (contents, props changed)
  head/devel/py-smmap2/Makefile   (contents, props changed)
  head/devel/py-sortedcontainers/Makefile   (contents, props changed)
  head/devel/py-spyder/Makefile   (contents, props changed)
  head/devel/py-sqlcc/Makefile   (contents, props changed)
  head/devel/py-stackexchange/Makefile   (contents, props changed)
  head/devel/py-stevedore/Makefile   (contents, props changed)
  head/devel/py-streamparse/Makefile   (contents, props changed)
  head/devel/py-structlog/Makefile   (contents, props changed)
  head/devel/py-stsci.distutils/Makefile   (contents, props changed)
  head/devel/py-subversion/Makefile   (contents, props changed)
  head/devel/py-subvertpy/Makefile   (contents, props changed)
  head/devel/py-sure/Makefile   (contents, props changed)
  head/devel/py-tables/Makefile   (contents, props changed)
  head/devel/py-tabulate/Makefile   (contents, props changed)
  head/devel/py-tarantool-queue/Makefile   (contents, props changed)
  head/devel/py-taskflow/Makefile   (contents, props changed)
  head/devel/py-tempora/Makefile   (contents, props changed)
  head/devel/py-tempstorage/Makefile   (contents, props changed)
  head/devel/py-tenacity/Makefile   (contents, props changed)
  head/devel/py-terminable_thread/Makefile   (contents, props changed)
  head/devel/py-testgears/Makefile   (contents, props changed)
  head/devel/py-testinfra/Makefile   (contents, props changed)
  head/devel/py-testoob/Makefile   (contents, props changed)
  head/devel/py-testpath/Makefile   (contents, props changed)
  head/devel/py-testtools/Makefile   (contents, props changed)
  head/devel/py-tinyarray/Makefile   (contents, props changed)
  head/devel/py-tinyrpc/Makefile   (contents, props changed)
  head/devel/py-tooz/Makefile   (contents, props changed)
  head/devel/py-toposort/Makefile   (contents, props changed)
  head/devel/py-tox/Makefile   (contents, props changed)
  head/devel/py-traceback2/Makefile   (contents, props changed)
  head/devel/py-traitlets/Makefile   (contents, props changed)
  head/devel/py-transaction/Makefile   (contents, props changed)
  head/devel/py-trollius/Makefile   (contents, props changed)
  head/devel/py-tw.forms/Makefile   (contents, props changed)
  head/devel/py-twext/Makefile   (contents, props changed)
  head/devel/py-twilio/Makefile   (contents, props changed)
  head/devel/py-twine/Makefile   (contents, props changed)
  head/devel/py-twisted/Makefile   (contents, props changed)
  head/devel/py-txaio/Makefile   (contents, props changed)
  head/devel/py-tzlocal/Makefile   (contents, props changed)
  head/devel/py-ua_parser/Makefile   (contents, props changed)
  head/devel/py-unittest2/Makefile   (contents, props changed)
  head/devel/py-unpaddedbase64/Makefile   (contents, props changed)
  head/devel/py-update_checker/Makefile   (contents, props changed)
  head/devel/py-urwid/Makefile   (contents, props changed)
  head/devel/py-urwidtrees/Makefile   (contents, props changed)
  head/devel/py-user_agents/Makefile   (contents, props changed)
  head/devel/py-utils/Makefile   (contents, props changed)
  head/devel/py-vcrpy/Makefile   (contents, props changed)
  head/devel/py-vcversioner/Makefile   (contents, props changed)
  head/devel/py-vcversioner/distinfo   (contents, props changed)
  head/devel/py-verboselogs/Makefile   (contents, props changed)
  head/devel/py-virtualenv/Makefile   (contents, props changed)
  head/devel/py-virtualenvwrapper/Makefile   (contents, props changed)
  head/devel/py-voluptuous/Makefile   (contents, props changed)
  head/devel/py-warlock/Makefile   (contents, props changed)
  head/devel/py-watchdog/Makefile   (contents, props changed)
  head/devel/py-wcwidth/Makefile   (contents, props changed)
  head/devel/py-weblib/Makefile   (contents, props changed)
  head/devel/py-wheel/Makefile   (contents, props changed)
  head/devel/py-widgetsnbextension/Makefile   (contents, props changed)
  head/devel/py-wsme/Makefile   (contents, props changed)
  head/devel/py-xattr/Makefile   (contents, props changed)
  head/devel/py-xcaplib/Makefile   (contents, props changed)
  head/devel/py-xdg/Makefile   (contents, props changed)
  head/devel/py-xmltodict/Makefile   (contents, props changed)
  head/devel/py-xxhash/Makefile   (contents, props changed)
  head/devel/py-yaml/Makefile   (contents, props changed)
  head/devel/py-yandex-money-sdk/Makefile   (contents, props changed)
  head/devel/py-ydbf/Makefile   (contents, props changed)
  head/devel/py-yum-metadata-parser/Makefile   (contents, props changed)
  head/devel/py-yunomi/Makefile   (contents, props changed)
  head/devel/py-z3c.autoinclude/Makefile   (contents, props changed)
  head/devel/py-z3c.batching/Makefile   (contents, props changed)
  head/devel/py-z3c.caching/Makefile   (contents, props changed)
  head/devel/py-z3c.form/Makefile   (contents, props changed)
  head/devel/py-z3c.formwidget.query/Makefile   (contents, props changed)
  head/devel/py-z3c.zcmlhook/Makefile   (contents, props changed)
  head/devel/py-zExceptions/Makefile   (contents, props changed)
  head/devel/py-zLOG/Makefile   (contents, props changed)
  head/devel/py-zkpython/Makefile   (contents, props changed)
  head/devel/py-zope.annotation/Makefile   (contents, props changed)
  head/devel/py-zope.app.applicationcontrol/Makefile   (contents, props changed)
  head/devel/py-zope.app.appsetup/Makefile   (contents, props changed)
  head/devel/py-zope.app.basicskin/Makefile   (contents, props changed)
  head/devel/py-zope.app.broken/Makefile   (contents, props changed)
  head/devel/py-zope.app.cache/Makefile   (contents, props changed)
  head/devel/py-zope.app.component/Makefile   (contents, props changed)
  head/devel/py-zope.app.container/Makefile   (contents, props changed)
  head/devel/py-zope.app.content/Makefile   (contents, props changed)
  head/devel/py-zope.app.debug/Makefile   (contents, props changed)
  head/devel/py-zope.app.dependable/Makefile   (contents, props changed)
  head/devel/py-zope.app.error/Makefile   (contents, props changed)
  head/devel/py-zope.app.exception/Makefile   (contents, props changed)
  head/devel/py-zope.app.file/Makefile   (contents, props changed)
  head/devel/py-zope.app.folder/Makefile   (contents, props changed)
  head/devel/py-zope.app.form/Makefile   (contents, props changed)
  head/devel/py-zope.app.generations/Makefile   (contents, props changed)
  head/devel/py-zope.app.http/Makefile   (contents, props changed)
  head/devel/py-zope.app.pagetemplate/Makefile   (contents, props changed)
  head/devel/py-zope.app.publication/Makefile   (contents, props changed)
  head/devel/py-zope.app.publisher/Makefile   (contents, props changed)
  head/devel/py-zope.app.renderer/Makefile   (contents, props changed)
  head/devel/py-zope.app.rotterdam/Makefile   (contents, props changed)
  head/devel/py-zope.app.schema/Makefile   (contents, props changed)
  head/devel/py-zope.app.testing/Makefile   (contents, props changed)
  head/devel/py-zope.app.zcmlfiles/Makefile   (contents, props changed)
  head/devel/py-zope.app.zopeappgenerations/Makefile   (contents, props changed)
  head/devel/py-zope.applicationcontrol/Makefile   (contents, props changed)
  head/devel/py-zope.broken/Makefile   (contents, props changed)
  head/devel/py-zope.browser/Makefile   (contents, props changed)
  head/devel/py-zope.browsermenu/Makefile   (contents, props changed)
  head/devel/py-zope.browserpage/Makefile   (contents, props changed)
  head/devel/py-zope.browserresource/Makefile   (contents, props changed)
  head/devel/py-zope.component/Makefile   (contents, props changed)
  head/devel/py-zope.componentvocabulary/Makefile   (contents, props changed)
  head/devel/py-zope.configuration/Makefile   (contents, props changed)
  head/devel/py-zope.container/Makefile   (contents, props changed)
  head/devel/py-zope.contentprovider/Makefile   (contents, props changed)
  head/devel/py-zope.copy/Makefile   (contents, props changed)
  head/devel/py-zope.copypastemove/Makefile   (contents, props changed)
  head/devel/py-zope.deferredimport/Makefile   (contents, props changed)
  head/devel/py-zope.dublincore/Makefile   (contents, props changed)
  head/devel/py-zope.error/Makefile   (contents, props changed)
  head/devel/py-zope.exceptions/Makefile   (contents, props changed)
  head/devel/py-zope.filerepresentation/Makefile   (contents, props changed)
  head/devel/py-zope.formlib/Makefile   (contents, props changed)
  head/devel/py-zope.generations/Makefile   (contents, props changed)
  head/devel/py-zope.globalrequest/Makefile   (contents, props changed)
  head/devel/py-zope.i18n/Makefile   (contents, props changed)
  head/devel/py-zope.lifecycleevent/Makefile   (contents, props changed)
  head/devel/py-zope.location/Makefile   (contents, props changed)
  head/devel/py-zope.minmax/Makefile   (contents, props changed)
  head/devel/py-zope.pagetemplate/Makefile   (contents, props changed)
  head/devel/py-zope.processlifetime/Makefile   (contents, props changed)
  head/devel/py-zope.ptresource/Makefile   (contents, props changed)
  head/devel/py-zope.publisher/Makefile   (contents, props changed)
  head/devel/py-zope.ramcache/Makefile   (contents, props changed)
  head/devel/py-zope.schema/Makefile   (contents, props changed)
  head/devel/py-zope.site/Makefile   (contents, props changed)
  head/devel/py-zope.size/Makefile   (contents, props changed)
  head/devel/py-zope.tales/Makefile   (contents, props changed)
  head/devel/py-zope.testbrowser/Makefile   (contents, props changed)
  head/devel/py-zope.testing/Makefile   (contents, props changed)
  head/devel/py-zope.traversing/Makefile   (contents, props changed)
  head/devel/py-zope.viewlet/Makefile   (contents, props changed)
  head/devel/py_static_check/Makefile   (contents, props changed)
  head/devel/pycanberra/Makefile   (contents, props changed)
  head/devel/pychecker/Makefile   (contents, props changed)
  head/devel/pydbus-common/Makefile   (contents, props changed)
  head/devel/pygobject3-common/Makefile   (contents, props changed)
  head/devel/pylint/Makefile   (contents, props changed)
  head/devel/pymacs/Makefile   (contents, props changed)
  head/devel/pyobfuscate/Makefile   (contents, props changed)
  head/devel/pypersrc/Makefile   (contents, props changed)
  head/devel/pyrex/Makefile   (contents, props changed)
  head/devel/pyside/Makefile   (contents, props changed)
  head/devel/pysvn/Makefile   (contents, props changed)
  head/devel/qbzr/Makefile   (contents, props changed)
  head/devel/qct/Makefile   (contents, props changed)
  head/devel/rbtools/Makefile   (contents, props changed)
  head/devel/renpy/Makefile   (contents, props changed)
  head/devel/runsnakerun/Makefile   (contents, props changed)
  head/devel/tailor/Makefile   (contents, props changed)
  head/devel/tortoisehg/Makefile   (contents, props changed)
  head/devel/trac-bitten/Makefile   (contents, props changed)
  head/devel/viewvc/Makefile   (contents, props changed)
  head/dns/Makefile   (contents, props changed)
  head/dns/bundy/Makefile   (contents, props changed)
  head/dns/dnsrecon/Makefile   (contents, props changed)
  head/dns/dnsviz/Makefile   (contents, props changed)
  head/dns/ldns/Makefile   (contents, props changed)
  head/dns/maradns/Makefile   (contents, props changed)
  head/dns/py-dns-lexicon/Makefile   (contents, props changed)
  head/dns/py-dnschain/Makefile   (contents, props changed)
  head/dns/py-dnspython/Makefile   (contents, props changed)
  head/dns/py-easyzone/Makefile   (contents, props changed)
  head/dns/py-idna/Makefile   (contents, props changed)
  head/dns/py-namebench/Makefile   (contents, props changed)
  head/dns/py-py3dns/Makefile   (contents, props changed)
  head/dns/py-pydnstable/Makefile   (contents, props changed)
  head/dns/py-pywdns/Makefile   (contents, props changed)
  head/dns/py-tldextract/Makefile   (contents, props changed)
  head/dns/sshfp/Makefile   (contents, props changed)
  head/editors/fileobj/Makefile   (contents, props changed)
  head/editors/gedit-plugins/Makefile   (contents, props changed)
  head/editors/gedit/Makefile   (contents, props changed)
  head/editors/gwrite/Makefile   (contents, props changed)
  head/editors/leo/Makefile   (contents, props changed)
  head/editors/py-room/Makefile   (contents, props changed)
  head/editors/texworks/Makefile   (contents, props changed)
  head/emulators/dynagen/Makefile   (contents, props changed)
  head/emulators/dynagui/Makefile   (contents, props changed)
  head/emulators/gns3/Makefile   (contents, props changed)
  head/emulators/loemu/Makefile   (contents, props changed)
  head/emulators/py-gns3-converter/Makefile   (contents, props changed)
  head/emulators/py-nova/Makefile   (contents, props changed)
  head/emulators/swine/Makefile   (contents, props changed)
  head/emulators/virtualbox-ose/Makefile   (contents, props changed)
  head/finance/bitcoin-armory/Makefile   (contents, props changed)
  head/finance/electrum/Makefile   (contents, props changed)
  head/finance/electrum2/Makefile   (contents, props changed)
  head/finance/gnucash/Makefile   (contents, props changed)
  head/finance/py-python-obelisk/Makefile   (contents, props changed)
  head/finance/py-stripe/Makefile   (contents, props changed)
  head/finance/py-vatnumber/Makefile   (contents, props changed)
  head/finance/sabernetdcs-client/Makefile   (contents, props changed)
  head/finance/tryton28/Makefile   (contents, props changed)
  head/finance/trytond28/Makefile   (contents, props changed)
  head/finance/trytond28_account/Makefile   (contents, props changed)
  head/finance/trytond28_account_asset/Makefile   (contents, props changed)
  head/finance/trytond28_account_be/Makefile   (contents, props changed)
  head/finance/trytond28_account_invoice/Makefile   (contents, props changed)
  head/finance/trytond28_account_invoice_history/Makefile   (contents, props changed)
  head/finance/trytond28_account_invoice_line_standalone/Makefile   (contents, props changed)
  head/finance/trytond28_account_product/Makefile   (contents, props changed)
  head/finance/trytond28_account_statement/Makefile   (contents, props changed)
  head/finance/trytond28_account_stock_anglo_saxon/Makefile   (contents, props changed)
  head/finance/trytond28_account_stock_continental/Makefile   (contents, props changed)
  head/finance/trytond28_analytic_account/Makefile   (contents, props changed)
  head/finance/trytond28_analytic_invoice/Makefile   (contents, props changed)
  head/finance/trytond28_analytic_purchase/Makefile   (contents, props changed)
  head/finance/trytond28_analytic_sale/Makefile   (contents, props changed)
  head/finance/trytond28_calendar/Makefile   (contents, props changed)
  head/finance/trytond28_calendar_classification/Makefile   (contents, props changed)
  head/finance/trytond28_calendar_scheduling/Makefile   (contents, props changed)
  head/finance/trytond28_calendar_todo/Makefile   (contents, props changed)
  head/finance/trytond28_carrier/Makefile   (contents, props changed)
  head/finance/trytond28_carrier_percentage/Makefile   (contents, props changed)
  head/finance/trytond28_carrier_weight/Makefile   (contents, props changed)
  head/finance/trytond28_company/Makefile   (contents, props changed)
  head/finance/trytond28_company_work_time/Makefile   (contents, props changed)
  head/finance/trytond28_country/Makefile   (contents, props changed)
  head/finance/trytond28_currency/Makefile   (contents, props changed)
  head/finance/trytond28_dashboard/Makefile   (contents, props changed)
  head/finance/trytond28_ldap_authentication/Makefile   (contents, props changed)
  head/finance/trytond28_ldap_connection/Makefile   (contents, props changed)
  head/finance/trytond28_party/Makefile   (contents, props changed)
  head/finance/trytond28_party_siret/Makefile   (contents, props changed)
  head/finance/trytond28_party_vcarddav/Makefile   (contents, props changed)
  head/finance/trytond28_product/Makefile   (contents, props changed)
  head/finance/trytond28_product_attribute/Makefile   (contents, props changed)
  head/finance/trytond28_product_cost_fifo/Makefile   (contents, props changed)
  head/finance/trytond28_product_cost_history/Makefile   (contents, props changed)
  head/finance/trytond28_product_measurements/Makefile   (contents, props changed)
  head/finance/trytond28_product_price_list/Makefile   (contents, props changed)
  head/finance/trytond28_production/Makefile   (contents, props changed)
  head/finance/trytond28_project/Makefile   (contents, props changed)
  head/finance/trytond28_project_invoice/Makefile   (contents, props changed)
  head/finance/trytond28_project_plan/Makefile   (contents, props changed)
  head/finance/trytond28_project_revenue/Makefile   (contents, props changed)
  head/finance/trytond28_purchase/Makefile   (contents, props changed)
  head/finance/trytond28_purchase_invoice_line_standalone/Makefile   (contents, props changed)
  head/finance/trytond28_purchase_shipment_cost/Makefile   (contents, props changed)
  head/finance/trytond28_sale/Makefile   (contents, props changed)
  head/finance/trytond28_sale_opportunity/Makefile   (contents, props changed)
  head/finance/trytond28_sale_price_list/Makefile   (contents, props changed)
  head/finance/trytond28_sale_shipment_cost/Makefile   (contents, props changed)
  head/finance/trytond28_sale_supply/Makefile   (contents, props changed)
  head/finance/trytond28_sale_supply_drop_shipment/Makefile   (contents, props changed)
  head/finance/trytond28_stock/Makefile   (contents, props changed)
  head/finance/trytond28_stock_forecast/Makefile   (contents, props changed)
  head/finance/trytond28_stock_inventory_location/Makefile   (contents, props changed)
  head/finance/trytond28_stock_location_sequence/Makefile   (contents, props changed)
  head/finance/trytond28_stock_lot/Makefile   (contents, props changed)
  head/finance/trytond28_stock_product_location/Makefile   (contents, props changed)
  head/finance/trytond28_stock_split/Makefile   (contents, props changed)
  head/finance/trytond28_stock_supply/Makefile   (contents, props changed)
  head/finance/trytond28_stock_supply_day/Makefile   (contents, props changed)
  head/finance/trytond28_stock_supply_forecast/Makefile   (contents, props changed)
  head/finance/trytond28_stock_supply_production/Makefile   (contents, props changed)
  head/finance/trytond28_timesheet/Makefile   (contents, props changed)
  head/french/aster/Makefile   (contents, props changed)
  head/french/trytond28_account_fr/Makefile   (contents, props changed)
  head/ftp/py-ftputil/Makefile   (contents, props changed)
  head/ftp/py-pyftpdlib/Makefile   (contents, props changed)
  head/games/anki/Makefile   (contents, props changed)
  head/games/balazar/Makefile   (contents, props changed)
  head/games/balazarbrothers/Makefile   (contents, props changed)
  head/games/bouncy/Makefile   (contents, props changed)
  head/games/brainworkshop/Makefile   (contents, props changed)
  head/games/childsplay/Makefile   (contents, props changed)
  head/games/craft/Makefile   (contents, props changed)
  head/games/endgame-singularity/Makefile   (contents, props changed)
  head/games/funnyboat/Makefile   (contents, props changed)
  head/games/gcompris/Makefile   (contents, props changed)
  head/games/glchess/Makefile   (contents, props changed)
  head/games/hypatia_engine/Makefile   (contents, props changed)
  head/games/jools/Makefile   (contents, props changed)
  head/games/kye/Makefile   (contents, props changed)
  head/games/magicor/Makefile   (contents, props changed)
  head/games/nelly/Makefile   (contents, props changed)
  head/games/outerspace/Makefile   (contents, props changed)
  head/games/plutocracy/Makefile   (contents, props changed)
  head/games/poker-engine/Makefile   (contents, props changed)
  head/games/ptkei/Makefile   (contents, props changed)
  head/games/py-fife/Makefile   (contents, props changed)
  head/games/py-mnemosyne/Makefile   (contents, props changed)
  head/games/py-poker-eval/Makefile   (contents, props changed)
  head/games/py-sgflib/Makefile   (contents, props changed)
  head/games/py-sgfsummary/Makefile   (contents, props changed)
  head/games/pydance/Makefile   (contents, props changed)
  head/games/pyfa/Makefile   (contents, props changed)
  head/games/pysolfc/Makefile   (contents, props changed)
  head/games/pyspacewar/Makefile   (contents, props changed)
  head/games/pysycache/Makefile   (contents, props changed)
  head/games/pythonchess/Makefile   (contents, props changed)
  head/games/pythonsudoku/Makefile   (contents, props changed)
  head/games/retroarch/Makefile   (contents, props changed)
  head/games/slune/Makefile   (contents, props changed)
  head/games/unknown-horizons/Makefile   (contents, props changed)
  head/games/wxlauncher/Makefile   (contents, props changed)
  head/games/zephulor/Makefile   (contents, props changed)
  head/german/trytond28_account_de_skr03/Makefile   (contents, props changed)
  head/graphics/Makefile   (contents, props changed)
  head/graphics/boxer/Makefile   (contents, props changed)
  head/graphics/caffe/Makefile   (contents, props changed)
  head/graphics/cegui/Makefile   (contents, props changed)
  head/graphics/curator/Makefile   (contents, props changed)
  head/graphics/driconf/Makefile   (contents, props changed)
  head/graphics/entangle/Makefile   (contents, props changed)
  head/graphics/eog-plugins/Makefile   (contents, props changed)
  head/graphics/facedetect/Makefile   (contents, props changed)
  head/graphics/geos/Makefile   (contents, props changed)
  head/graphics/gnofract4d/Makefile   (contents, props changed)
  head/graphics/graphene/Makefile   (contents, props changed)
  head/graphics/gsculpt/Makefile   (contents, props changed)
  head/graphics/hugin/Makefile   (contents, props changed)
  head/graphics/imgtops/Makefile   (contents, props changed)
  head/graphics/lensfun/Makefile   (contents, props changed)
  head/graphics/mapnik/Makefile   (contents, props changed)
  head/graphics/mirage/Makefile   (contents, props changed)
  head/graphics/opencolorio/Makefile   (contents, props changed)
  head/graphics/opencv/Makefile   (contents, props changed)
  head/graphics/piglit/Makefile   (contents, props changed)
  head/graphics/py-PyOpenGL-accelerate/Makefile   (contents, props changed)
  head/graphics/py-PyOpenGL/Makefile   (contents, props changed)
  head/graphics/py-PyX/Makefile   (contents, props changed)
  head/graphics/py-actdiag/Makefile   (contents, props changed)
  head/graphics/py-blockdiag/Makefile   (contents, props changed)
  head/graphics/py-blockdiagcontrib-cisco/Makefile   (contents, props changed)
  head/graphics/py-cairo/Makefile   (contents, props changed)
  head/graphics/py-cairocffi/Makefile   (contents, props changed)
  head/graphics/py-django-easy-thumbnails/Makefile   (contents, props changed)
  head/graphics/py-djvulibre/Makefile   (contents, props changed)
  head/graphics/py-editobj/Makefile   (contents, props changed)
  head/graphics/py-exiv2/Makefile   (contents, props changed)
  head/graphics/py-gd/Makefile   (contents, props changed)
  head/graphics/py-gdal/Makefile   (contents, props changed)
  head/graphics/py-gizeh/Makefile   (contents, props changed)
  head/graphics/py-glewpy/Makefile   (contents, props changed)
  head/graphics/py-goocanvas/Makefile   (contents, props changed)
  head/graphics/py-graphviz/Makefile   (contents, props changed)
  head/graphics/py-graphy/Makefile   (contents, props changed)
  head/graphics/py-imagesize/Makefile   (contents, props changed)
  head/graphics/py-imgurpython/Makefile   (contents, props changed)
  head/graphics/py-leather/Makefile   (contents, props changed)
  head/graphics/py-mayavi/Makefile   (contents, props changed)
  head/graphics/py-mcomix/Makefile   (contents, props changed)
  head/graphics/py-nwdiag/Makefile   (contents, props changed)
  head/graphics/py-openexr/Makefile   (contents, props changed)
  head/graphics/py-paint/Makefile   (contents, props changed)
  head/graphics/py-pillow/Makefile   (contents, props changed)
  head/graphics/py-plotly/Makefile   (contents, props changed)
  head/graphics/py-poppler/Makefile   (contents, props changed)
  head/graphics/py-pycha/Makefile   (contents, props changed)
  head/graphics/py-pycollada/Makefile   (contents, props changed)
  head/graphics/py-pydot/Makefile   (contents, props changed)
  head/graphics/py-pyembree/Makefile   (contents, props changed)
  head/graphics/py-pygal/Makefile   (contents, props changed)
  head/graphics/py-pyganim/Makefile   (contents, props changed)
  head/graphics/py-pygooglechart/Makefile   (contents, props changed)
  head/graphics/py-pygraphviz/Makefile   (contents, props changed)
  head/graphics/py-qt4-svg/Makefile   (contents, props changed)
  head/graphics/py-qt5-svg/Makefile   (contents, props changed)
  head/graphics/py-rabbyt/Makefile   (contents, props changed)
  head/graphics/py-sane/Makefile   (contents, props changed)
  head/graphics/py-scikit-image/Makefile   (contents, props changed)
  head/graphics/py-seqdiag/Makefile   (contents, props changed)
  head/graphics/py-sk1/Makefile   (contents, props changed)
  head/graphics/py-sorl-thumbnail/Makefile   (contents, props changed)
  head/graphics/py-soya3d/Makefile   (contents, props changed)
  head/graphics/py-stltools/Makefile   (contents, props changed)
  head/graphics/py-toyplot/Makefile   (contents, props changed)
  head/graphics/py-traitsui/Makefile   (contents, props changed)
  head/graphics/qgis/Makefile   (contents, props changed)
  head/graphics/sk1libs/Makefile   (contents, props changed)
  head/graphics/tilecache/Makefile   (contents, props changed)
  head/graphics/uniconvertor/Makefile   (contents, props changed)
  head/graphics/uniconvw/Makefile   (contents, props changed)
  head/graphics/variety/Makefile   (contents, props changed)
  head/graphics/vips/Makefile   (contents, props changed)
  head/irc/bitlbee/Makefile   (contents, props changed)
  head/irc/py-fishcrypt/Makefile   (contents, props changed)
  head/irc/py-irc/Makefile   (contents, props changed)
  head/irc/py-limnoria/Makefile   (contents, props changed)
  head/irc/py-supybot/Makefile   (contents, props changed)
  head/irc/znc/Makefile   (contents, props changed)
  head/japanese/ibus-anthy/Makefile   (contents, props changed)
  head/japanese/kana-no-quiz/Makefile   (contents, props changed)
  head/japanese/py-mecab/Makefile   (contents, props changed)
  head/japanese/py-tegaki-gtk/Makefile   (contents, props changed)
  head/japanese/py-tegaki/Makefile   (contents, props changed)
  head/japanese/py-zinnia/Makefile   (contents, props changed)
  head/japanese/tegaki-recognize/Makefile   (contents, props changed)
  head/japanese/tomoe/Makefile   (contents, props changed)
  head/lang/Makefile   (contents, props changed)
  head/lang/cdent/Makefile   (contents, props changed)
  head/lang/cython/Makefile   (contents, props changed)
  head/lang/micropython/Makefile   (contents, props changed)
  head/lang/py-clojure/Makefile   (contents, props changed)
  head/lang/py-hy/Makefile   (contents, props changed)
  head/lang/py-qt5-qml/Makefile   (contents, props changed)
  head/lang/pypy/Makefile   (contents, props changed)
  head/lang/python-tools/Makefile   (contents, props changed)
  head/lang/python34/files/pkg-message.in   (contents, props changed)
  head/lang/python35/files/pkg-message.in   (contents, props changed)
  head/lang/python36/files/pkg-message.in   (contents, props changed)
  head/lang/tinypy/Makefile   (contents, props changed)
  head/mail/courier-pythonfilter/Makefile   (contents, props changed)
  head/mail/isbg/Makefile   (contents, props changed)
  head/mail/mailman/Makefile   (contents, props changed)
  head/mail/mailpile/Makefile   (contents, props changed)
  head/mail/mailutils/Makefile   (contents, props changed)
  head/mail/muttils/Makefile   (contents, props changed)
  head/mail/offlineimap/Makefile   (contents, props changed)
  head/mail/postfix-policyd-spf-python/Makefile   (contents, props changed)
  head/mail/py-Products.MailHost/Makefile   (contents, props changed)
  head/mail/py-afew/Makefile   (contents, props changed)
  head/mail/py-apolicy/Makefile   (contents, props changed)
  head/mail/py-dkimpy/Makefile   (contents, props changed)
  head/mail/py-flufl.bounce/Makefile   (contents, props changed)
  head/mail/py-fuglu/Makefile   (contents, props changed)
  head/mail/py-libgmail/Makefile   (contents, props changed)
  head/mail/py-ppolicy/Makefile   (contents, props changed)
  head/mail/py-premailer/Makefile   (contents, props changed)
  head/mail/py-pyspf/Makefile   (contents, props changed)
  head/mail/py-spambayes/Makefile   (contents, props changed)
  head/mail/py-zope.sendmail/Makefile   (contents, props changed)
  head/mail/pyzor/Makefile   (contents, props changed)
  head/mail/rss2email2/Makefile   (contents, props changed)
  head/mail/rss2email3/Makefile   (contents, props changed)
  head/mail/spamdb-curses/Makefile   (contents, props changed)
  head/mail/svnmailer/Makefile   (contents, props changed)
  head/mail/tmda/Makefile   (contents, props changed)
  head/math/cadabra2/Makefile   (contents, props changed)
  head/math/ceres-solver/Makefile   (contents, props changed)
  head/math/convertall/Makefile   (contents, props changed)
  head/math/fityk/Makefile   (contents, props changed)
  head/math/gracetmpl/Makefile   (contents, props changed)
  head/math/lybniz/Makefile   (contents, props changed)
  head/math/nlopt/Makefile   (contents, props changed)
  head/math/plplot/Makefile   (contents, props changed)
  head/math/py-PyWavelets/Makefile   (contents, props changed)
  head/math/py-apgl/Makefile   (contents, props changed)
  head/math/py-basemap/Makefile   (contents, props changed)
  head/math/py-bitmath/Makefile   (contents, props changed)
  head/math/py-bottleneck/Makefile   (contents, props changed)
  head/math/py-colormath/Makefile   (contents, props changed)
  head/math/py-fastcluster/Makefile   (contents, props changed)
  head/math/py-fiat/Makefile   (contents, props changed)
  head/math/py-gato/Makefile   (contents, props changed)
  head/math/py-gnuplot/Makefile   (contents, props changed)
  head/math/py-graphillion/Makefile   (contents, props changed)
  head/math/py-keras/Makefile   (contents, props changed)
  head/math/py-luminol/Makefile   (contents, props changed)
  head/math/py-mathdom/Makefile   (contents, props changed)
  head/math/py-matplotlib/Makefile   (contents, props changed)
  head/math/py-mpmath/Makefile   (contents, props changed)
  head/math/py-munkres/Makefile   (contents, props changed)
  head/math/py-networkx/Makefile   (contents, props changed)
  head/math/py-numarray/Makefile   (contents, props changed)
  head/math/py-numeric/Makefile   (contents, props changed)
  head/math/py-numexpr/Makefile   (contents, props changed)
  head/math/py-numpy/Makefile   (contents, props changed)
  head/math/py-nzmath/Makefile   (contents, props changed)
  head/math/py-pandas/Makefile   (contents, props changed)
  head/math/py-patsy/Makefile   (contents, props changed)
  head/math/py-plastex/Makefile   (contents, props changed)
  head/math/py-probstat/Makefile   (contents, props changed)
  head/math/py-pybloom/Makefile   (contents, props changed)
  head/math/py-pymc/Makefile   (contents, props changed)
  head/math/py-pysparse/Makefile   (contents, props changed)
  head/math/py-scientific/Makefile   (contents, props changed)
  head/math/py-statsmodels/Makefile   (contents, props changed)
  head/math/py-sympy/Makefile   (contents, props changed)
  head/math/py-theano/Makefile   (contents, props changed)
  head/math/py-yt/Makefile   (contents, props changed)
  head/math/qtiplot/Makefile   (contents, props changed)
  head/math/rpcalc/Makefile   (contents, props changed)
  head/math/rpy/Makefile   (contents, props changed)
  head/math/rpy2/Makefile   (contents, props changed)
  head/math/vtk5/Makefile   (contents, props changed)
  head/math/vtk6/Makefile   (contents, props changed)
  head/math/z3/Makefile   (contents, props changed)
  head/misc/Makefile   (contents, props changed)
  head/misc/fbless/Makefile   (contents, props changed)
  head/misc/iso-codes/Makefile   (contents, props changed)
  head/misc/metalink-editor/Makefile   (contents, props changed)
  head/misc/py-YABT/Makefile   (contents, props changed)
  head/misc/py-cinder/Makefile   (contents, props changed)
  head/misc/py-crudini/Makefile   (contents, props changed)
  head/misc/py-fuzzy/Makefile   (contents, props changed)
  head/misc/py-glance/Makefile   (contents, props changed)
  head/misc/py-osd/Makefile   (contents, props changed)
  head/misc/py-pexpect/Makefile   (contents, props changed)
  head/misc/py-pyprind/Makefile   (contents, props changed)
  head/misc/py-qt4-demo/Makefile   (contents, props changed)
  head/misc/py-qt4-doc/Makefile   (contents, props changed)
  head/misc/py-qt5-demo/Makefile   (contents, props changed)
  head/misc/py-qt5-doc/Makefile   (contents, props changed)
  head/misc/py-socli/Makefile   (contents, props changed)
  head/misc/py-spdx-lookup/Makefile   (contents, props changed)
  head/misc/py-tqdm/Makefile   (contents, props changed)
  head/misc/pylize/Makefile   (contents, props changed)
  head/misc/wotsap/Makefile   (contents, props changed)
  head/multimedia/Makefile   (contents, props changed)
  head/multimedia/freevo/Makefile   (contents, props changed)
  head/multimedia/freevo/files/freevo.in
  head/multimedia/gaupol/Makefile   (contents, props changed)
  head/multimedia/gdvrecv/Makefile   (contents, props changed)
  head/multimedia/gpodder/Makefile   (contents, props changed)
  head/multimedia/gstreamer1-plugins-gnonlin/Makefile   (contents, props changed)
  head/multimedia/kodi/Makefile   (contents, props changed)
  head/multimedia/libkate/Makefile   (contents, props changed)
  head/multimedia/livestreamer/Makefile   (contents, props changed)
  head/multimedia/mimms/Makefile   (contents, props changed)
  head/multimedia/miro/Makefile   (contents, props changed)
  head/multimedia/mmpython/Makefile   (contents, props changed)
  head/multimedia/mps-youtube/Makefile   (contents, props changed)
  head/multimedia/openshot/Makefile   (contents, props changed)
  head/multimedia/photofilmstrip/Makefile   (contents, props changed)
  head/multimedia/pitivi/Makefile   (contents, props changed)
  head/multimedia/plexpy/Makefile   (contents, props changed)
  head/multimedia/py-cec/Makefile   (contents, props changed)
  head/multimedia/py-gstreamer/Makefile   (contents, props changed)
  head/multimedia/py-gstreamer1/Makefile   (contents, props changed)
  head/multimedia/py-guessit/Makefile   (contents, props changed)
  head/multimedia/py-kaa-base/Makefile   (contents, props changed)
  head/multimedia/py-kaa-imlib2/Makefile   (contents, props changed)
  head/multimedia/py-kaa-metadata/Makefile   (contents, props changed)
  head/multimedia/py-librtmp/Makefile   (contents, props changed)
  head/multimedia/py-mlt/Makefile   (contents, props changed)
  head/multimedia/py-moviepy/Makefile   (contents, props changed)
  head/multimedia/py-openlp/Makefile   (contents, props changed)
  head/multimedia/py-periscope/Makefile   (contents, props changed)
  head/multimedia/py-pretty_midi/Makefile   (contents, props changed)
  head/multimedia/py-qt4-multimedia/Makefile   (contents, props changed)
  head/multimedia/py-qt4-phonon/Makefile   (contents, props changed)
  head/multimedia/py-qt5-multimedia/Makefile   (contents, props changed)
  head/multimedia/py-qt5-multimediawidgets/Makefile   (contents, props changed)
  head/multimedia/py-soco/Makefile   (contents, props changed)
  head/multimedia/py-subliminal/Makefile   (contents, props changed)
  head/multimedia/py-tvnamer/Makefile   (contents, props changed)
  head/multimedia/quodlibet/Makefile   (contents, props changed)
  head/multimedia/syncplay/Makefile   (contents, props changed)
  head/multimedia/totem/Makefile   (contents, props changed)
  head/multimedia/tovid/Makefile   (contents, props changed)
  head/multimedia/vapoursynth/Makefile   (contents, props changed)
  head/net-im/cjc/Makefile   (contents, props changed)
  head/net-im/fugu/Makefile   (contents, props changed)
  head/net-im/gajim/Makefile   (contents, props changed)
  head/net-im/hotot/Makefile   (contents, props changed)
  head/net-im/libpurple/Makefile   (contents, props changed)
  head/net-im/papyon/Makefile   (contents, props changed)
  head/net-im/pebrot/Makefile   (contents, props changed)
  head/net-im/poezio/Makefile   (contents, props changed)
  head/net-im/proxy65/Makefile   (contents, props changed)
  head/net-im/py-fbmq/Makefile   (contents, props changed)
  head/net-im/py-jabber/Makefile   (contents, props changed)
  head/net-im/py-jabberbot/Makefile   (contents, props changed)
  head/net-im/py-libturpial/Makefile   (contents, props changed)
  head/net-im/py-matrix-synapse/Makefile   (contents, props changed)
  head/net-im/py-nbxmpp/Makefile   (contents, props changed)
  head/net-im/py-punjab/Makefile   (contents, props changed)
  head/net-im/py-python-telegram-bot/Makefile   (contents, props changed)
  head/net-im/py-pyxmpp/Makefile   (contents, props changed)
  head/net-im/py-slackclient/Makefile   (contents, props changed)
  head/net-im/py-telepot/Makefile   (contents, props changed)
  head/net-im/py-unmessage/Makefile   (contents, props changed)
  head/net-im/py-xmpppy-irc/Makefile   (contents, props changed)
  head/net-im/py-xmpppy-yahoo/Makefile   (contents, props changed)
  head/net-im/py-xmpppy/Makefile   (contents, props changed)
  head/net-im/turpial/Makefile   (contents, props changed)
  head/net-mgmt/2ping/Makefile   (contents, props changed)
  head/net-mgmt/Makefile   (contents, props changed)
  head/net-mgmt/crmsh/Makefile   (contents, props changed)
  head/net-mgmt/flowd/Makefile   (contents, props changed)
  head/net-mgmt/nagstamon/Makefile   (contents, props changed)
  head/net-mgmt/net-snmp/Makefile   (contents, props changed)
  head/net-mgmt/onionlauncher/Makefile   (contents, props changed)
  head/net-mgmt/py-adal/Makefile   (contents, props changed)
  head/net-mgmt/py-ipcalc/Makefile   (contents, props changed)
  head/net-mgmt/py-msrest/Makefile   (contents, props changed)
  head/net-mgmt/py-msrestazure/Makefile   (contents, props changed)
  head/net-mgmt/py-pynsca/Makefile   (contents, props changed)
  head/net-mgmt/py-pysmi/Makefile   (contents, props changed)
  head/net-mgmt/py-pyzabbix/Makefile   (contents, props changed)
  head/net-mgmt/py-snmp4-apps/Makefile   (contents, props changed)
  head/net-mgmt/py-snmp4-mibs/Makefile   (contents, props changed)
  head/net-mgmt/py-snmp4/Makefile   (contents, props changed)
  head/net-mgmt/seafile-client/Makefile   (contents, props changed)
  head/net-mgmt/seafile-server/Makefile   (contents, props changed)
  head/net-mgmt/tornova/Makefile   (contents, props changed)
  head/net-mgmt/wmi-client/Makefile   (contents, props changed)
  head/net-p2p/bitmessage/Makefile   (contents, props changed)
  head/net-p2p/couchpotato/Makefile   (contents, props changed)
  head/net-p2p/deluge-cli/Makefile   (contents, props changed)
  head/net-p2p/deluge/Makefile   (contents, props changed)
  head/net-p2p/libtorrent-rasterbar-python/Makefile   (contents, props changed)
  head/net-p2p/py-py2play/Makefile   (contents, props changed)
  head/net-p2p/py-transmissionrpc/Makefile   (contents, props changed)
  head/net-p2p/py-vertex/Makefile   (contents, props changed)
  head/net-p2p/tribler/Makefile   (contents, props changed)
  head/net/Makefile   (contents, props changed)
  head/net/ceph-devel/Makefile   (contents, props changed)
  head/net/ceph/Makefile   (contents, props changed)
  head/net/cloud-init-azure/Makefile   (contents, props changed)
  head/net/cloud-init/Makefile   (contents, props changed)
  head/net/dpdk/Makefile   (contents, props changed)
  head/net/dshell/Makefile   (contents, props changed)
  head/net/freeradius3/Makefile   (contents, props changed)
  head/net/googlecl/Makefile   (contents, props changed)
  head/net/gupnp-igd/Makefile   (contents, props changed)
  head/net/liferea/Makefile   (contents, props changed)
  head/net/netatalk3/Makefile   (contents, props changed)
  head/net/neubot/Makefile   (contents, props changed)
  head/net/nsscache/Makefile   (contents, props changed)
  head/net/pdb/Makefile   (contents, props changed)
  head/net/py-GeoIP2/Makefile   (contents, props changed)
  head/net/py-amqp/Makefile   (contents, props changed)
  head/net/py-avahi/Makefile   (contents, props changed)
  head/net/py-beanstalkc/Makefile   (contents, props changed)
  head/net/py-cjdns/Makefile   (contents, props changed)
  head/net/py-cloudflare-scrape/Makefile   (contents, props changed)
  head/net/py-coherence/Makefile   (contents, props changed)
  head/net/py-ec2-cli-tools/Makefile   (contents, props changed)
  head/net/py-eventlet/Makefile   (contents, props changed)
  head/net/py-gspread/Makefile   (contents, props changed)
  head/net/py-gspreadsheet/Makefile   (contents, props changed)
  head/net/py-httpstat/Makefile   (contents, props changed)
  head/net/py-impacket/Makefile   (contents, props changed)
  head/net/py-kombu/Makefile   (contents, props changed)
  head/net/py-ldap/Makefile   (contents, props changed)
  head/net/py-ldap3/Makefile   (contents, props changed)
  head/net/py-ldaptor/Makefile   (contents, props changed)
  head/net/py-libcloud/Makefile   (contents, props changed)
  head/net/py-libdnet/Makefile   (contents, props changed)
  head/net/py-magic-wormhole/Makefile   (contents, props changed)
  head/net/py-matrix-synapse-ldap3/Makefile   (contents, props changed)
  head/net/py-maxminddb/Makefile   (contents, props changed)
  head/net/py-miniupnpc/Makefile   (contents, props changed)
  head/net/py-msrplib/Makefile   (contents, props changed)
  head/net/py-ndg_httpsclient/Makefile   (contents, props changed)
  head/net/py-netaddr/Makefile   (contents, props changed)
  head/net/py-netif/Makefile   (contents, props changed)
  head/net/py-netifaces/Makefile   (contents, props changed)
  head/net/py-netifaces/distinfo   (contents, props changed)
  head/net/py-netlib/Makefile   (contents, props changed)
  head/net/py-netstring/Makefile   (contents, props changed)
  head/net/py-nnpy/Makefile   (contents, props changed)
  head/net/py-oauth2/Makefile   (contents, props changed)
  head/net/py-pcap/Makefile   (contents, props changed)
  head/net/py-pcs/Makefile   (contents, props changed)
  head/net/py-port-for/Makefile   (contents, props changed)
  head/net/py-pyldap/Makefile   (contents, props changed)
  head/net/py-pynsq/Makefile   (contents, props changed)
  head/net/py-pypcap/Makefile   (contents, props changed)
  head/net/py-pyshark/Makefile   (contents, props changed)
  head/net/py-pysmb/Makefile   (contents, props changed)
  head/net/py-pysocks/Makefile   (contents, props changed)
  head/net/py-python-barbicanclient/Makefile   (contents, props changed)
  head/net/py-python-ceilometerclient/Makefile   (contents, props changed)
  head/net/py-python-cinderclient/Makefile   (contents, props changed)
  head/net/py-python-designateclient/Makefile   (contents, props changed)
  head/net/py-python-glanceclient/Makefile   (contents, props changed)
  head/net/py-python-heatclient/Makefile   (contents, props changed)
  head/net/py-python-keystoneclient/Makefile   (contents, props changed)
  head/net/py-python-neutronclient/Makefile   (contents, props changed)
  head/net/py-python-novaclient/Makefile   (contents, props changed)
  head/net/py-python-openstackclient/Makefile   (contents, props changed)
  head/net/py-python-twitter/Makefile   (contents, props changed)
  head/net/py-pyvmomi/Makefile   (contents, props changed)
  head/net/py-pyzmq/Makefile   (contents, props changed)
  head/net/py-qt4-network/Makefile   (contents, props changed)
  head/net/py-qt5-network/Makefile   (contents, props changed)
  head/net/py-rabbitpy/Makefile   (contents, props changed)
  head/net/py-rainbowstream/Makefile   (contents, props changed)
  head/net/py-ripe.atlas.cousteau/Makefile   (contents, props changed)
  head/net/py-ripe.atlas.sagan/Makefile   (contents, props changed)
  head/net/py-ripe.atlas.tools/Makefile   (contents, props changed)
  head/net/py-s3cmd/Makefile   (contents, props changed)
  head/net/py-s3transfer/Makefile   (contents, props changed)
  head/net/py-shodan/Makefile   (contents, props changed)
  head/net/py-soappy/Makefile   (contents, props changed)
  head/net/py-socketio-client/Makefile   (contents, props changed)
  head/net/py-sshuttle/Makefile   (contents, props changed)
  head/net/py-stomp.py/Makefile   (contents, props changed)
  head/net/py-terminado/Makefile   (contents, props changed)
  head/net/py-tofu/Makefile   (contents, props changed)
  head/net/py-tweepy/Makefile   (contents, props changed)
  head/net/py-twitter-tools/Makefile   (contents, props changed)
  head/net/py-txamqp/Makefile   (contents, props changed)
  head/net/py-upnp-inspector/Makefile   (contents, props changed)
  head/net/py-urllib3/Makefile   (contents, props changed)
  head/net/py-wmi-query/Makefile   (contents, props changed)
  head/net/py-wolframalpha/Makefile   (contents, props changed)
  head/net/py-xmlrpc/Makefile   (contents, props changed)
  head/net/py-zope.proxy/Makefile   (contents, props changed)
  head/net/pygopherd/Makefile   (contents, props changed)
  head/net/pynids/Makefile   (contents, props changed)
  head/net/pythondirector/Makefile   (contents, props changed)
  head/net/reposado/Makefile   (contents, props changed)
  head/net/s3ql/Makefile   (contents, props changed)
  head/net/samba44/Makefile   (contents, props changed)
  head/net/samba45/Makefile   (contents, props changed)
  head/net/samba46/Makefile   (contents, props changed)
  head/net/scapy/Makefile   (contents, props changed)
  head/net/sippy_b2bua/Makefile   (contents, props changed)
  head/net/splatd/Makefile   (contents, props changed)
  head/net/tcpwatch/Makefile   (contents, props changed)
  head/net/tiny-network-utilities/Makefile   (contents, props changed)
  head/net/turses/Makefile   (contents, props changed)
  head/news/hellanzb/Makefile   (contents, props changed)
  head/news/py-pynzb/Makefile   (contents, props changed)
  head/news/py-yenc/Makefile   (contents, props changed)
  head/news/rawdog/Makefile   (contents, props changed)
  head/news/sabnzbdplus/Makefile   (contents, props changed)
  head/news/xpn/Makefile   (contents, props changed)
  head/polish/ekg2/Makefile   (contents, props changed)
  head/ports-mgmt/portell/Makefile   (contents, props changed)
  head/ports-mgmt/py-pytoport/Makefile   (contents, props changed)
  head/print/Makefile   (contents, props changed)
  head/print/biblio-py/Makefile   (contents, props changed)
  head/print/cloudprint/Makefile   (contents, props changed)
  head/print/dot2tex/Makefile   (contents, props changed)
  head/print/frescobaldi/Makefile   (contents, props changed)
  head/print/pkipplib/Makefile   (contents, props changed)
  head/print/pkpgcounter/Makefile   (contents, props changed)
  head/print/py-fonttools/Makefile   (contents, props changed)
  head/print/py-pollyreports/Makefile   (contents, props changed)
  head/print/py-pycups/Makefile   (contents, props changed)
  head/print/py-pyscript/Makefile   (contents, props changed)
  head/print/py-qt5-printsupport/Makefile   (contents, props changed)
  head/print/py-relatorio/Makefile   (contents, props changed)
  head/print/py-reportlab/Makefile   (contents, props changed)
  head/print/py-reportlab1/Makefile   (contents, props changed)
  head/print/py-stapler/Makefile   (contents, props changed)
  head/print/py-trml2pdf/Makefile   (contents, props changed)
  head/print/ttfquery/Makefile   (contents, props changed)
  head/science/avogadro/Makefile   (contents, props changed)
  head/science/brian/Makefile   (contents, props changed)
  head/science/gnudatalanguage/Makefile   (contents, props changed)
  head/science/gramps/Makefile   (contents, props changed)
  head/science/gwyddion/Makefile   (contents, props changed)
  head/science/paraview/Makefile   (contents, props changed)
  head/science/psychopy/Makefile   (contents, props changed)
  head/science/py-DendroPy/Makefile   (contents, props changed)
  head/science/py-cdo/Makefile   (contents, props changed)
  head/science/py-h5py/Makefile   (contents, props changed)
  head/science/py-hcluster/Makefile   (contents, props changed)
  head/science/py-mdp/Makefile   (contents, props changed)
  head/science/py-mlpy/Makefile   (contents, props changed)
  head/science/py-netCDF4/Makefile   (contents, props changed)
  head/science/py-obspy/Makefile   (contents, props changed)
  head/science/py-paida/Makefile   (contents, props changed)
  head/science/py-pysal/Makefile   (contents, props changed)
  head/science/py-pyteomics.biolccc/Makefile   (contents, props changed)
  head/science/py-pyteomics/Makefile   (contents, props changed)
  head/science/py-scikit-fuzzy/Makefile   (contents, props changed)
  head/science/py-scikit-learn/Makefile   (contents, props changed)
  head/science/py-scikit-sparse/Makefile   (contents, props changed)
  head/science/py-scimath/Makefile   (contents, props changed)
  head/science/py-scoria/Makefile   (contents, props changed)
  head/science/py-tensorflow/Makefile   (contents, props changed)
  head/science/pybrain/Makefile   (contents, props changed)
  head/science/pycdf/Makefile   (contents, props changed)
  head/science/sigrok-firmware-utils/Makefile   (contents, props changed)
  head/science/tfel/Makefile   (contents, props changed)
  head/science/veusz/Makefile   (contents, props changed)
  head/security/Makefile   (contents, props changed)
  head/security/arm/Makefile   (contents, props changed)
  head/security/binwalk/Makefile   (contents, props changed)
  head/security/blindelephant/Makefile   (contents, props changed)
  head/security/broccoli/Makefile   (contents, props changed)
  head/security/gpgme/Makefile   (contents, props changed)
  head/security/kedpm/Makefile   (contents, props changed)
  head/security/lasso/Makefile   (contents, props changed)
  head/security/libpwquality/pkg-plist   (contents, props changed)
  head/security/morphis/Makefile   (contents, props changed)
  head/security/nyx/Makefile   (contents, props changed)
  head/security/obfsproxy/Makefile   (contents, props changed)
  head/security/pssh/Makefile   (contents, props changed)
  head/security/pwman3/Makefile   (contents, props changed)
  head/security/py-AccessControl/Makefile   (contents, props changed)
  head/security/py-Products.PlonePAS/Makefile   (contents, props changed)
  head/security/py-Products.PluggableAuthService/Makefile   (contents, props changed)
  head/security/py-RestrictedPython/Makefile   (contents, props changed)
  head/security/py-SecretStorage/Makefile   (contents, props changed)
  head/security/py-YubiOTP/Makefile   (contents, props changed)
  head/security/py-acme/Makefile   (contents, props changed)
  head/security/py-artifacts/Makefile   (contents, props changed)
  head/security/py-bcrypt/Makefile   (contents, props changed)
  head/security/py-borg.localrole/Makefile   (contents, props changed)
  head/security/py-btchip-python/Makefile   (contents, props changed)
  head/security/py-certbot/Makefile   (contents, props changed)
  head/security/py-certifi/Makefile   (contents, props changed)
  head/security/py-cryptkit/Makefile   (contents, props changed)
  head/security/py-cryptography/Makefile   (contents, props changed)
  head/security/py-cybox/Makefile   (contents, props changed)
  head/security/py-dfdatetime/Makefile   (contents, props changed)
  head/security/py-dfvfs/Makefile   (contents, props changed)
  head/security/py-dfwinreg/Makefile   (contents, props changed)
  head/security/py-docker-pycreds/Makefile   (contents, props changed)
  head/security/py-ecdsa/Makefile   (contents, props changed)
  head/security/py-fail2ban/Makefile   (contents, props changed)
  head/security/py-fchksum/Makefile   (contents, props changed)
  head/security/py-first-server/Makefile   (contents, props changed)
  head/security/py-flask-httpauth/Makefile   (contents, props changed)
  head/security/py-gixy/Makefile   (contents, props changed)
  head/security/py-gnupg/Makefile   (contents, props changed)
  head/security/py-google-auth/Makefile   (contents, props changed)
  head/security/py-gpsoauth/Makefile   (contents, props changed)
  head/security/py-halberd/Makefile   (contents, props changed)
  head/security/py-itsdangerous/Makefile   (contents, props changed)
  head/security/py-keyczar/Makefile   (contents, props changed)
  head/security/py-keyring/Makefile   (contents, props changed)
  head/security/py-keyrings.alt/Makefile   (contents, props changed)
  head/security/py-keystone/Makefile   (contents, props changed)
  head/security/py-libnacl/Makefile   (contents, props changed)
  head/security/py-m2crypto/Makefile   (contents, props changed)
  head/security/py-maec/Makefile   (contents, props changed)
  head/security/py-mcrypt/Makefile   (contents, props changed)
  head/security/py-mhash/Makefile   (contents, props changed)
  head/security/py-mixbox/Makefile   (contents, props changed)
  head/security/py-mnemonic/Makefile   (contents, props changed)
  head/security/py-oauth2client/Makefile   (contents, props changed)
  head/security/py-oauthlib/Makefile   (contents, props changed)
  head/security/py-openssl/Makefile   (contents, props changed)
  head/security/py-paramiko/Makefile   (contents, props changed)
  head/security/py-paramiko1/Makefile   (contents, props changed)
  head/security/py-passlib/Makefile   (contents, props changed)
  head/security/py-pbkdf2/Makefile   (contents, props changed)
  head/security/py-plaso/Makefile   (contents, props changed)
  head/security/py-plone.app.openid/Makefile   (contents, props changed)
  head/security/py-plone.keyring/Makefile   (contents, props changed)
  head/security/py-plone.openid/Makefile   (contents, props changed)
  head/security/py-plone.protect/Makefile   (contents, props changed)
  head/security/py-plone.session/Makefile   (contents, props changed)
  head/security/py-potr/Makefile   (contents, props changed)
  head/security/py-pow/Makefile   (contents, props changed)
  head/security/py-pyaes/Makefile   (contents, props changed)
  head/security/py-pyaff4/Makefile   (contents, props changed)
  head/security/py-pyaxo/Makefile   (contents, props changed)
  head/security/py-pycrypto/Makefile   (contents, props changed)
  head/security/py-pycryptopp/Makefile   (contents, props changed)
  head/security/py-pyelliptic/Makefile   (contents, props changed)
  head/security/py-pymacaroons-pynacl/Makefile   (contents, props changed)
  head/security/py-pynacl/Makefile   (contents, props changed)
  head/security/py-pysaml2/Makefile   (contents, props changed)
  head/security/py-python-registry/Makefile   (contents, props changed)
  head/security/py-python-social-auth/Makefile   (contents, props changed)
  head/security/py-rekall-core/Makefile   (contents, props changed)
  head/security/py-rekall/Makefile   (contents, props changed)
  head/security/py-rekall_gui/Makefile   (contents, props changed)
  head/security/py-requests-kerberos/Makefile   (contents, props changed)
  head/security/py-rsa/Makefile   (contents, props changed)
  head/security/py-service_identity/Makefile   (contents, props changed)
  head/security/py-signedjson/Makefile   (contents, props changed)
  head/security/py-ssh/Makefile   (contents, props changed)
  head/security/py-sslstrip/Makefile   (contents, props changed)
  head/security/py-stem/Makefile   (contents, props changed)
  head/security/py-stix/Makefile   (contents, props changed)
  head/security/py-trezor/Makefile   (contents, props changed)
  head/security/py-tuf/Makefile   (contents, props changed)
  head/security/py-txtorcon/Makefile   (contents, props changed)
  head/security/py-volatility/Makefile   (contents, props changed)
  head/security/py-vulndb/Makefile   (contents, props changed)
  head/security/py-yubioath-desktop/Makefile   (contents, props changed)
  head/security/py-zope.app.authentication/Makefile   (contents, props changed)
  head/security/py-zope.app.localpermission/Makefile   (contents, props changed)
  head/security/py-zope.app.principalannotation/Makefile   (contents, props changed)
  head/security/py-zope.app.security/Makefile   (contents, props changed)
  head/security/py-zope.app.securitypolicy/Makefile   (contents, props changed)
  head/security/py-zope.authentication/Makefile   (contents, props changed)
  head/security/py-zope.login/Makefile   (contents, props changed)
  head/security/py-zope.password/Makefile   (contents, props changed)
  head/security/py-zope.pluggableauth/Makefile   (contents, props changed)
  head/security/py-zope.principalannotation/Makefile   (contents, props changed)
  head/security/py-zope.principalregistry/Makefile   (contents, props changed)
  head/security/py-zope.security/Makefile   (contents, props changed)
  head/security/py-zope.securitypolicy/Makefile   (contents, props changed)
  head/security/py-zope.session/Makefile   (contents, props changed)
  head/security/suricata/Makefile   (contents, props changed)
  head/security/switzerland/Makefile   (contents, props changed)
  head/security/umit/Makefile   (contents, props changed)
  head/security/vinetto/Makefile   (contents, props changed)
  head/security/w3af/Makefile   (contents, props changed)
  head/security/wapiti/Makefile   (contents, props changed)
  head/security/yubikey-piv-manager/Makefile   (contents, props changed)
  head/security/zenmap/Makefile   (contents, props changed)
  head/security/zeronet/Makefile   (contents, props changed)
  head/shells/fish/Makefile   (contents, props changed)
  head/shells/lshell/Makefile   (contents, props changed)
  head/shells/xonsh/Makefile   (contents, props changed)
  head/sysutils/Makefile   (contents, props changed)
  head/sysutils/ansible/Makefile   (contents, props changed)
  head/sysutils/ansible1/Makefile   (contents, props changed)
  head/sysutils/azure-agent/Makefile   (contents, props changed)
  head/sysutils/backupchecker/Makefile   (contents, props changed)
  head/sysutils/bamf/Makefile   (contents, props changed)
  head/sysutils/battray/Makefile   (contents, props changed)
  head/sysutils/bsdploy/Makefile   (contents, props changed)
  head/sysutils/catfish/Makefile   (contents, props changed)
  head/sysutils/createrepo/Makefile   (contents, props changed)
  head/sysutils/deltarpm/Makefile   (contents, props changed)
  head/sysutils/docker-compose/Makefile   (contents, props changed)
  head/sysutils/duplicity/Makefile   (contents, props changed)
  head/sysutils/dvdvideo/Makefile   (contents, props changed)
  head/sysutils/farbot/Makefile   (contents, props changed)
  head/sysutils/feather/Makefile   (contents, props changed)
  head/sysutils/fusefs-gitfs/Makefile   (contents, props changed)
  head/sysutils/fusefs-wikipediafs/Makefile   (contents, props changed)
  head/sysutils/hachoir-urwid/Makefile   (contents, props changed)
  head/sysutils/iocage/Makefile   (contents, props changed)
  head/sysutils/jadm/Makefile   (contents, props changed)
  head/sysutils/lfm/Makefile   (contents, props changed)
  head/sysutils/mog/Makefile   (contents, props changed)
  head/sysutils/ohmu/Makefile   (contents, props changed)
  head/sysutils/py-bcfg2/Makefile   (contents, props changed)
  head/sysutils/py-cdmi/Makefile   (contents, props changed)
  head/sysutils/py-consul/Makefile   (contents, props changed)
  head/sysutils/py-croniter/Makefile   (contents, props changed)
  head/sysutils/py-crontab/Makefile   (contents, props changed)
  head/sysutils/py-diffoscope/Makefile   (contents, props changed)
  head/sysutils/py-dlipower/Makefile   (contents, props changed)
  head/sysutils/py-docker/Makefile   (contents, props changed)
  head/sysutils/py-execnet/Makefile   (contents, props changed)
  head/sysutils/py-ezjailremote/Makefile   (contents, props changed)
  head/sysutils/py-filelike/Makefile   (contents, props changed)
  head/sysutils/py-freenas.cli/Makefile   (contents, props changed)
  head/sysutils/py-glances/Makefile   (contents, props changed)
  head/sysutils/py-gmailfs-fuse/Makefile   (contents, props changed)
  head/sysutils/py-google-compute-engine/Makefile   (contents, props changed)
  head/sysutils/py-halite/Makefile   (contents, props changed)
  head/sysutils/py-honcho/Makefile   (contents, props changed)
  head/sysutils/py-nomad/Makefile   (contents, props changed)
  head/sysutils/py-pkginfo/Makefile   (contents, props changed)
  head/sysutils/py-ploy/Makefile   (contents, props changed)
  head/sysutils/py-ploy_ansible/Makefile   (contents, props changed)
  head/sysutils/py-ploy_ec2/Makefile   (contents, props changed)
  head/sysutils/py-ploy_ezjail/Makefile   (contents, props changed)
  head/sysutils/py-ploy_fabric/Makefile   (contents, props changed)
  head/sysutils/py-plumbum/Makefile   (contents, props changed)
  head/sysutils/py-psutil/Makefile   (contents, props changed)
  head/sysutils/py-ptyprocess/Makefile   (contents, props changed)
  head/sysutils/py-salt/Makefile   (contents, props changed)
  head/sysutils/py-shutilwhich/Makefile   (contents, props changed)
  head/sysutils/py-stdiff/Makefile   (contents, props changed)
  head/sysutils/py-superlance/Makefile   (contents, props changed)
  head/sysutils/py-supervisor/Makefile   (contents, props changed)
  head/sysutils/py-tmuxp/Makefile   (contents, props changed)
  head/sysutils/py-zdaemon/Makefile   (contents, props changed)
  head/sysutils/qzeitgeist/Makefile   (contents, props changed)
  head/sysutils/rdiff-backup-devel/Makefile   (contents, props changed)
  head/sysutils/sample/Makefile   (contents, props changed)
  head/sysutils/solaar/Makefile   (contents, props changed)
  head/sysutils/tentakel/Makefile   (contents, props changed)
  head/sysutils/xen-guest-tools/Makefile   (contents, props changed)
  head/sysutils/yum/Makefile   (contents, props changed)
  head/sysutils/zeitgeist/Makefile   (contents, props changed)
  head/textproc/Makefile   (contents, props changed)
  head/textproc/archmage/Makefile   (contents, props changed)
  head/textproc/cdiff/Makefile   (contents, props changed)
  head/textproc/cmark/Makefile   (contents, props changed)
  head/textproc/coccigrep/Makefile   (contents, props changed)
  head/textproc/codespell/Makefile   (contents, props changed)
  head/textproc/ibus-el/Makefile   (contents, props changed)
  head/textproc/ibus-typing-booster/Makefile   (contents, props changed)
  head/textproc/ibus/Makefile   (contents, props changed)
  head/textproc/icdiff/Makefile   (contents, props changed)
  head/textproc/loook/Makefile   (contents, props changed)
  head/textproc/plover/Makefile   (contents, props changed)
  head/textproc/pootle/Makefile   (contents, props changed)
  head/textproc/py-agate-dbf/Makefile   (contents, props changed)
  head/textproc/py-agate-excel/Makefile   (contents, props changed)
  head/textproc/py-agate/Makefile   (contents, props changed)
  head/textproc/py-alabaster/Makefile   (contents, props changed)
  head/textproc/py-autopep8/Makefile   (contents, props changed)
  head/textproc/py-awesome-slugify/Makefile   (contents, props changed)
  head/textproc/py-chardet/Makefile   (contents, props changed)
  head/textproc/py-cloud_sptheme/Makefile   (contents, props changed)
  head/textproc/py-creole/Makefile   (contents, props changed)
  head/textproc/py-csvkit/Makefile   (contents, props changed)
  head/textproc/py-docutils/Makefile   (contents, props changed)
  head/textproc/py-elasticsearch-curator-py/Makefile   (contents, props changed)
  head/textproc/py-elasticsearch-dsl-py/Makefile   (contents, props changed)
  head/textproc/py-elasticsearch-py/Makefile   (contents, props changed)
  head/textproc/py-elasticsearch2-dsl-py/Makefile   (contents, props changed)
  head/textproc/py-elib.intl/Makefile   (contents, props changed)
  head/textproc/py-enchant/Makefile   (contents, props changed)
  head/textproc/py-errorhandler/Makefile   (contents, props changed)
  head/textproc/py-feedparser/Makefile   (contents, props changed)
  head/textproc/py-genshi/Makefile   (contents, props changed)
  head/textproc/py-humanfriendly/Makefile   (contents, props changed)
  head/textproc/py-hunspell/Makefile   (contents, props changed)
  head/textproc/py-hyperestraier-python/Makefile   (contents, props changed)
  head/textproc/py-hypua2jamo/Makefile   (contents, props changed)
  head/textproc/py-libtre/Makefile   (contents, props changed)
  head/textproc/py-libxml2/Makefile   (contents, props changed)
  head/textproc/py-libxslt/Makefile   (contents, props changed)
  head/textproc/py-ltxml/Makefile   (contents, props changed)
  head/textproc/py-m2r/Makefile   (contents, props changed)
  head/textproc/py-mako/Makefile   (contents, props changed)
  head/textproc/py-markdown/Makefile   (contents, props changed)
  head/textproc/py-mistune/Makefile   (contents, props changed)
  head/textproc/py-nltk/Makefile   (contents, props changed)
  head/textproc/py-numpydoc/Makefile   (contents, props changed)
  head/textproc/py-openpyxl/Makefile   (contents, props changed)
  head/textproc/py-paragrep/Makefile   (contents, props changed)
  head/textproc/py-parsel/Makefile   (contents, props changed)
  head/textproc/py-parsimonious/Makefile   (contents, props changed)
  head/textproc/py-pyPEG2/Makefile   (contents, props changed)
  head/textproc/py-pyelasticsearch/Makefile   (contents, props changed)
  head/textproc/py-pyes/Makefile   (contents, props changed)
  head/textproc/py-pygments/Makefile   (contents, props changed)
  head/textproc/py-pyhwp/Makefile   (contents, props changed)
  head/textproc/py-pyscss/Makefile   (contents, props changed)
  head/textproc/py-pysrt/Makefile   (contents, props changed)
  head/textproc/py-pystemmer/Makefile   (contents, props changed)
  head/textproc/py-python-augeas/Makefile   (contents, props changed)
  head/textproc/py-python-docx/Makefile   (contents, props changed)
  head/textproc/py-python-slugify/Makefile   (contents, props changed)
  head/textproc/py-qrcode/Makefile   (contents, props changed)
  head/textproc/py-qt4-xml/Makefile   (contents, props changed)
  head/textproc/py-qt4-xmlpatterns/Makefile   (contents, props changed)
  head/textproc/py-qt5-xml/Makefile   (contents, props changed)
  head/textproc/py-qt5-xmlpatterns/Makefile   (contents, props changed)
  head/textproc/py-rdflib/Makefile   (contents, props changed)
  head/textproc/py-rst2html5/Makefile   (contents, props changed)
  head/textproc/py-rstyoutube/Makefile   (contents, props changed)
  head/textproc/py-rxp/Makefile   (contents, props changed)
  head/textproc/py-scour/Makefile   (contents, props changed)
  head/textproc/py-snowballstemmer/Makefile   (contents, props changed)
  head/textproc/py-sphinx-hieroglyph/Makefile   (contents, props changed)
  head/textproc/py-sphinx-intl/Makefile   (contents, props changed)
  head/textproc/py-sphinx/Makefile   (contents, props changed)
  head/textproc/py-sphinx_numfig/Makefile   (contents, props changed)
  head/textproc/py-sphinx_rtd_theme/Makefile   (contents, props changed)
  head/textproc/py-sphinx_wikipedia/Makefile   (contents, props changed)
  head/textproc/py-sphinxcontrib-adadomain/Makefile   (contents, props changed)
  head/textproc/py-sphinxcontrib-bitbucket/Makefile   (contents, props changed)
  head/textproc/py-sphinxcontrib-fulltoc/Makefile   (contents, props changed)
  head/textproc/py-sphinxcontrib-httpdomain/Makefile   (contents, props changed)
  head/textproc/py-sphinxcontrib-programoutput/Makefile   (contents, props changed)
  head/textproc/py-syck/Makefile   (contents, props changed)
  head/textproc/py-texttable/Makefile   (contents, props changed)
  head/textproc/py-toronado/Makefile   (contents, props changed)
  head/textproc/py-trans/Makefile   (contents, props changed)
  head/textproc/py-transifex-client/Makefile   (contents, props changed)
  head/textproc/py-wicked/Makefile   (contents, props changed)
  head/textproc/py-wstools/Makefile   (contents, props changed)
  head/textproc/py-wtforms/Makefile   (contents, props changed)
  head/textproc/py-xlutils/Makefile   (contents, props changed)
  head/textproc/py-xlwriter/Makefile   (contents, props changed)
  head/textproc/py-xlwt/Makefile   (contents, props changed)
  head/textproc/py-zope.app.i18n/Makefile   (contents, props changed)
  head/textproc/py-zope.app.locales/Makefile   (contents, props changed)
  head/textproc/py-zope.tal/Makefile   (contents, props changed)
  head/textproc/sigil/Makefile   (contents, props changed)
  head/textproc/silvercity/Makefile   (contents, props changed)
  head/textproc/translate-toolkit/Makefile   (contents, props changed)
  head/textproc/xml2rfc/Makefile   (contents, props changed)
  head/textproc/xsv/Makefile   (contents, props changed)
  head/textproc/yould/Makefile   (contents, props changed)
  head/www/Makefile   (contents, props changed)
  head/www/butterfly/Makefile   (contents, props changed)
  head/www/calendarserver/Makefile   (contents, props changed)
  head/www/chromium/Makefile   (contents, props changed)
  head/www/ddgr/Makefile   (contents, props changed)
  head/www/feedjack/Makefile   (contents, props changed)
  head/www/geeknote/Makefile   (contents, props changed)
  head/www/google-appengine/Makefile   (contents, props changed)
  head/www/iridium/Makefile   (contents, props changed)
  head/www/jtoolkit/Makefile   (contents, props changed)
  head/www/linkchecker/Makefile   (contents, props changed)
  head/www/mitmproxy/Makefile   (contents, props changed)
  head/www/moinmoin/Makefile   (contents, props changed)
  head/www/planet/Makefile   (contents, props changed)
  head/www/plone/Makefile   (contents, props changed)
  head/www/py-HTMLgen/Makefile   (contents, props changed)
  head/www/py-MechanicalSoup/Makefile   (contents, props changed)
  head/www/py-Products.CMFPlone/Makefile   (contents, props changed)
  head/www/py-Products.PloneLDAP/Makefile   (contents, props changed)
  head/www/py-Products.TinyMCE/Makefile   (contents, props changed)
  head/www/py-WebError/Makefile   (contents, props changed)
  head/www/py-WebTest/Makefile   (contents, props changed)
  head/www/py-aiohttp-wsgi/Makefile   (contents, props changed)
  head/www/py-aiohttp/Makefile   (contents, props changed)
  head/www/py-autobahn/Makefile   (contents, props changed)
  head/www/py-aws-requests-auth/Makefile   (contents, props changed)
  head/www/py-beaker/Makefile   (contents, props changed)
  head/www/py-bleach/Makefile   (contents, props changed)
  head/www/py-blogofile/Makefile   (contents, props changed)
  head/www/py-bokeh/Makefile   (contents, props changed)
  head/www/py-boto3/Makefile   (contents, props changed)
  head/www/py-bottle-cork/Makefile   (contents, props changed)
  head/www/py-buku/Makefile   (contents, props changed)
  head/www/py-cachecontrol/Makefile   (contents, props changed)
  head/www/py-caldav/Makefile   (contents, props changed)
  head/www/py-cherrypy/Makefile   (contents, props changed)
  head/www/py-collective.easytemplate/Makefile   (contents, props changed)
  head/www/py-collective.templateengines/Makefile   (contents, props changed)
  head/www/py-cookies/Makefile   (contents, props changed)
  head/www/py-cssutils/Makefile   (contents, props changed)
  head/www/py-ddgr/Makefile   (contents, props changed)
  head/www/py-django-allauth/Makefile   (contents, props changed)
  head/www/py-django-annotations/Makefile   (contents, props changed)
  head/www/py-django-annoying/Makefile   (contents, props changed)
  head/www/py-django-appconf/Makefile   (contents, props changed)
  head/www/py-django-appmedia/Makefile   (contents, props changed)
  head/www/py-django-assets/Makefile   (contents, props changed)
  head/www/py-django-auth-ldap/Makefile   (contents, props changed)
  head/www/py-django-babel/Makefile   (contents, props changed)
  head/www/py-django-bitfield/Makefile   (contents, props changed)
  head/www/py-django-bootstrap-form/Makefile   (contents, props changed)
  head/www/py-django-bulk-update/Makefile   (contents, props changed)
  head/www/py-django-caching-app-plugins/Makefile   (contents, props changed)
  head/www/py-django-classy-tags/Makefile   (contents, props changed)
  head/www/py-django-cms/Makefile   (contents, props changed)
  head/www/py-django-configurations/Makefile   (contents, props changed)
  head/www/py-django-constance/Makefile   (contents, props changed)
  head/www/py-django-contact-form/Makefile   (contents, props changed)
  head/www/py-django-contrib-comments/Makefile   (contents, props changed)
  head/www/py-django-cors-headers/Makefile   (contents, props changed)
  head/www/py-django-crispy-forms/Makefile   (contents, props changed)
  head/www/py-django-datetime-widget/Makefile   (contents, props changed)
  head/www/py-django-debug-toolbar/Makefile   (contents, props changed)
  head/www/py-django-devel/Makefile   (contents, props changed)
  head/www/py-django-dpaste/Makefile   (contents, props changed)
  head/www/py-django-evolution/Makefile   (contents, props changed)
  head/www/py-django-extensions/Makefile   (contents, props changed)
  head/www/py-django-filer/Makefile   (contents, props changed)
  head/www/py-django-guardian/Makefile   (contents, props changed)
  head/www/py-django-happenings/Makefile   (contents, props changed)
  head/www/py-django-haystack/Makefile   (contents, props changed)
  head/www/py-django-hijack/Makefile   (contents, props changed)
  head/www/py-django-htmlmin/Makefile   (contents, props changed)
  head/www/py-django-json-rpc/Makefile   (contents, props changed)
  head/www/py-django-jsonfield/Makefile   (contents, props changed)
  head/www/py-django-keyedcache/Makefile   (contents, props changed)
  head/www/py-django-ldapdb/Makefile   (contents, props changed)
  head/www/py-django-livesettings/Makefile   (contents, props changed)
  head/www/py-django-markdownx/Makefile   (contents, props changed)
  head/www/py-django-mezzanine/Makefile   (contents, props changed)
  head/www/py-django-mptt/Makefile   (contents, props changed)
  head/www/py-django-openid-auth/Makefile   (contents, props changed)
  head/www/py-django-otp-yubikey/Makefile   (contents, props changed)
  head/www/py-django-overextends/Makefile   (contents, props changed)
  head/www/py-django-paging/Makefile   (contents, props changed)
  head/www/py-django-photologue/Makefile   (contents, props changed)
  head/www/py-django-picklefield/Makefile   (contents, props changed)
  head/www/py-django-pipeline/Makefile   (contents, props changed)
  head/www/py-django-post_office/Makefile   (contents, props changed)
  head/www/py-django-profiles/Makefile   (contents, props changed)
  head/www/py-django-pyscss/Makefile   (contents, props changed)
  head/www/py-django-recaptcha/Makefile   (contents, props changed)
  head/www/py-django-redis/Makefile   (contents, props changed)
  head/www/py-django-registration-defaults/Makefile   (contents, props changed)
  head/www/py-django-registration-redux/Makefile   (contents, props changed)
  head/www/py-django-registration/Makefile   (contents, props changed)
  head/www/py-django-reversion/Makefile   (contents, props changed)
  head/www/py-django-sekizai/Makefile   (contents, props changed)
  head/www/py-django-signals-ahoy/Makefile   (contents, props changed)
  head/www/py-django-simple-captcha/Makefile   (contents, props changed)
  head/www/py-django-simple-history/Makefile   (contents, props changed)
  head/www/py-django-social-auth/Makefile   (contents, props changed)
  head/www/py-django-sortedm2m/Makefile   (contents, props changed)
  head/www/py-django-star-ratings/Makefile   (contents, props changed)
  head/www/py-django-statici18n/Makefile   (contents, props changed)
  head/www/py-django-subdomains/Makefile   (contents, props changed)
  head/www/py-django-sudo/Makefile   (contents, props changed)
  head/www/py-django-tables2/Makefile   (contents, props changed)
  head/www/py-django-tagging/Makefile   (contents, props changed)
  head/www/py-django-taggit/Makefile   (contents, props changed)
  head/www/py-django-tastypie/Makefile   (contents, props changed)
  head/www/py-django-templatetag-sugar/Makefile   (contents, props changed)
  head/www/py-django-threaded-multihost/Makefile   (contents, props changed)
  head/www/py-django-tinymce/Makefile   (contents, props changed)
  head/www/py-django/Makefile   (contents, props changed)
  head/www/py-django110/Makefile   (contents, props changed)
  head/www/py-django111/Makefile   (contents, props changed)
  head/www/py-django18/Makefile   (contents, props changed)
  head/www/py-django_compressor/Makefile   (contents, props changed)
  head/www/py-django_openstack_auth/Makefile   (contents, props changed)
  head/www/py-django_polymorphic/Makefile   (contents, props changed)
  head/www/py-djangotoolbox/Makefile   (contents, props changed)
  head/www/py-dojango/Makefile   (contents, props changed)
  head/www/py-evernote/Makefile   (contents, props changed)
  head/www/py-falcon/Makefile   (contents, props changed)
  head/www/py-fedex/Makefile   (contents, props changed)
  head/www/py-feedgenerator/Makefile   (contents, props changed)
  head/www/py-flask-admin/Makefile   (contents, props changed)
  head/www/py-flask-api/Makefile   (contents, props changed)
  head/www/py-flask-assets/Makefile   (contents, props changed)
  head/www/py-flask-bootstrap/Makefile   (contents, props changed)
  head/www/py-flask-cache/Makefile   (contents, props changed)
  head/www/py-flask-compress/Makefile   (contents, props changed)
  head/www/py-flask-cors/Makefile   (contents, props changed)
  head/www/py-flask-flatpages/Makefile   (contents, props changed)
  head/www/py-flask-login/Makefile   (contents, props changed)
  head/www/py-flask-oauthlib/Makefile   (contents, props changed)
  head/www/py-flask-principal/Makefile   (contents, props changed)
  head/www/py-flask-restful/Makefile   (contents, props changed)
  head/www/py-flask-restplus/Makefile   (contents, props changed)
  head/www/py-flask-socketio/Makefile   (contents, props changed)
  head/www/py-flask-sockets/Makefile   (contents, props changed)
  head/www/py-flask-uploads/Makefile   (contents, props changed)
  head/www/py-flask-wtf/Makefile   (contents, props changed)
  head/www/py-flask/Makefile   (contents, props changed)
  head/www/py-flexget/Makefile   (contents, props changed)
  head/www/py-flup/Makefile   (contents, props changed)
  head/www/py-formalchemy/Makefile   (contents, props changed)
  head/www/py-frappe-bench/Makefile   (contents, props changed)
  head/www/py-frozen-flask/Makefile   (contents, props changed)
  head/www/py-funkload/Makefile   (contents, props changed)
  head/www/py-gandi.cli/Makefile   (contents, props changed)
  head/www/py-gevent-websocket/Makefile   (contents, props changed)
  head/www/py-goobook/Makefile   (contents, props changed)
  head/www/py-google-api-python-client/Makefile   (contents, props changed)
  head/www/py-google-cloud-core/Makefile   (contents, props changed)
  head/www/py-google-cloud-storage/Makefile   (contents, props changed)
  head/www/py-google-resumable-media/Makefile   (contents, props changed)
  head/www/py-google/Makefile   (contents, props changed)
  head/www/py-graphite-api/Makefile   (contents, props changed)
  head/www/py-graphite-web/Makefile   (contents, props changed)
  head/www/py-grequests/Makefile   (contents, props changed)
  head/www/py-gunicorn/Makefile   (contents, props changed)
  head/www/py-h2/Makefile   (contents, props changed)
  head/www/py-horizon/Makefile   (contents, props changed)
  head/www/py-html/Makefile   (contents, props changed)
  head/www/py-html5-parser/Makefile   (contents, props changed)
  head/www/py-html5lib/Makefile   (contents, props changed)
  head/www/py-httpie/Makefile   (contents, props changed)
  head/www/py-httplib2/Makefile   (contents, props changed)
  head/www/py-hyper/Makefile   (contents, props changed)
  head/www/py-imdbpy/Makefile   (contents, props changed)
  head/www/py-jsonfield/Makefile   (contents, props changed)
  head/www/py-jswebkit/Makefile   (contents, props changed)
  head/www/py-kallithea/Makefile   (contents, props changed)
  head/www/py-libsass/Makefile   (contents, props changed)
  head/www/py-multidict/Makefile   (contents, props changed)
  head/www/py-nevow/Makefile   (contents, props changed)
  head/www/py-notebook/Makefile   (contents, props changed)
  head/www/py-octoprint/Makefile   (contents, props changed)
  head/www/py-paste/Makefile   (contents, props changed)
  head/www/py-pastedeploy/Makefile   (contents, props changed)
  head/www/py-pastescript/Makefile   (contents, props changed)
  head/www/py-pelican/Makefile   (contents, props changed)
  head/www/py-planet/Makefile   (contents, props changed)
  head/www/py-plone.alterego/Makefile   (contents, props changed)
  head/www/py-plone.app.blob/Makefile   (contents, props changed)
  head/www/py-plone.app.caching/Makefile   (contents, props changed)
  head/www/py-plone.app.collection/Makefile   (contents, props changed)
  head/www/py-plone.app.content/Makefile   (contents, props changed)
  head/www/py-plone.app.contentlisting/Makefile   (contents, props changed)
  head/www/py-plone.app.contentmenu/Makefile   (contents, props changed)
  head/www/py-plone.app.contentrules/Makefile   (contents, props changed)
  head/www/py-plone.app.controlpanel/Makefile   (contents, props changed)
  head/www/py-plone.app.customerize/Makefile   (contents, props changed)
  head/www/py-plone.app.dexterity/Makefile   (contents, props changed)
  head/www/py-plone.app.discussion/Makefile   (contents, props changed)
  head/www/py-plone.app.folder/Makefile   (contents, props changed)
  head/www/py-plone.app.form/Makefile   (contents, props changed)
  head/www/py-plone.app.i18n/Makefile   (contents, props changed)
  head/www/py-plone.app.imaging/Makefile   (contents, props changed)
  head/www/py-plone.app.iterate/Makefile   (contents, props changed)
  head/www/py-plone.app.jquery/Makefile   (contents, props changed)
  head/www/py-plone.app.jquerytools/Makefile   (contents, props changed)
  head/www/py-plone.app.layout/Makefile   (contents, props changed)
  head/www/py-plone.app.ldap/Makefile   (contents, props changed)
  head/www/py-plone.app.linkintegrity/Makefile   (contents, props changed)
  head/www/py-plone.app.portlets/Makefile   (contents, props changed)
  head/www/py-plone.app.querystring/Makefile   (contents, props changed)
  head/www/py-plone.app.redirector/Makefile   (contents, props changed)
  head/www/py-plone.app.registry/Makefile   (contents, props changed)
  head/www/py-plone.app.search/Makefile   (contents, props changed)
  head/www/py-plone.app.testing/Makefile   (contents, props changed)
  head/www/py-plone.app.textfield/Makefile   (contents, props changed)
  head/www/py-plone.app.theming/Makefile   (contents, props changed)
  head/www/py-plone.app.upgrade/Makefile   (contents, props changed)
  head/www/py-plone.app.users/Makefile   (contents, props changed)
  head/www/py-plone.app.uuid/Makefile   (contents, props changed)
  head/www/py-plone.app.viewletmanager/Makefile   (contents, props changed)
  head/www/py-plone.app.vocabularies/Makefile   (contents, props changed)
  head/www/py-plone.app.workflow/Makefile   (contents, props changed)
  head/www/py-plone.app.z3cform/Makefile   (contents, props changed)
  head/www/py-plone.autoform/Makefile   (contents, props changed)
  head/www/py-plone.behavior/Makefile   (contents, props changed)
  head/www/py-plone.browserlayer/Makefile   (contents, props changed)
  head/www/py-plone.cachepurging/Makefile   (contents, props changed)
  head/www/py-plone.caching/Makefile   (contents, props changed)
  head/www/py-plone.contentrules/Makefile   (contents, props changed)
  head/www/py-plone.dexterity/Makefile   (contents, props changed)
  head/www/py-plone.fieldsets/Makefile   (contents, props changed)
  head/www/py-plone.folder/Makefile   (contents, props changed)
  head/www/py-plone.formwidget.namedfile/Makefile   (contents, props changed)
  head/www/py-plone.i18n/Makefile   (contents, props changed)
  head/www/py-plone.indexer/Makefile   (contents, props changed)
  head/www/py-plone.intelligenttext/Makefile   (contents, props changed)
  head/www/py-plone.locking/Makefile   (contents, props changed)
  head/www/py-plone.memoize/Makefile   (contents, props changed)
  head/www/py-plone.namedfile/Makefile   (contents, props changed)
  head/www/py-plone.outputfilters/Makefile   (contents, props changed)
  head/www/py-plone.portlet.collection/Makefile   (contents, props changed)
  head/www/py-plone.portlet.static/Makefile   (contents, props changed)
  head/www/py-plone.portlets/Makefile   (contents, props changed)
  head/www/py-plone.registry/Makefile   (contents, props changed)
  head/www/py-plone.resource/Makefile   (contents, props changed)
  head/www/py-plone.resourceeditor/Makefile   (contents, props changed)
  head/www/py-plone.rfc822/Makefile   (contents, props changed)
  head/www/py-plone.scale/Makefile   (contents, props changed)
  head/www/py-plone.schemaeditor/Makefile   (contents, props changed)
  head/www/py-plone.stringinterp/Makefile   (contents, props changed)
  head/www/py-plone.subrequest/Makefile   (contents, props changed)
  head/www/py-plone.supermodel/Makefile   (contents, props changed)
  head/www/py-plone.synchronize/Makefile   (contents, props changed)
  head/www/py-plone.testing/Makefile   (contents, props changed)
  head/www/py-plone.theme/Makefile   (contents, props changed)
  head/www/py-plone.transformchain/Makefile   (contents, props changed)
  head/www/py-plone.uuid/Makefile   (contents, props changed)
  head/www/py-plone.z3cform/Makefile   (contents, props changed)
  head/www/py-plonetheme.classic/Makefile   (contents, props changed)
  head/www/py-plonetheme.sunburst/Makefile   (contents, props changed)
  head/www/py-poster/Makefile   (contents, props changed)
  head/www/py-praw/Makefile   (contents, props changed)
  head/www/py-puppetboard/Makefile   (contents, props changed)
  head/www/py-puppetboard02/Makefile   (contents, props changed)
  head/www/py-py-restclient/Makefile   (contents, props changed)
  head/www/py-pySmartDL/Makefile   (contents, props changed)
  head/www/py-pyjwt/Makefile   (contents, props changed)
  head/www/py-pylons/Makefile   (contents, props changed)
  head/www/py-pyocclient/Makefile   (contents, props changed)
  head/www/py-pyquery/Makefile   (contents, props changed)
  head/www/py-pyramid/Makefile   (contents, props changed)
  head/www/py-pyramid_rpc/Makefile   (contents, props changed)
  head/www/py-pysearch/Makefile   (contents, props changed)
  head/www/py-python-digitalocean/Makefile   (contents, props changed)
  head/www/py-pywebdav/Makefile   (contents, props changed)
  head/www/py-pywikibot/Makefile   (contents, props changed)
  head/www/py-qp/Makefile   (contents, props changed)
  head/www/py-qt4-webkit/Makefile   (contents, props changed)
  head/www/py-qt5-webkit/Makefile   (contents, props changed)
  head/www/py-qt5-webkitwidgets/Makefile   (contents, props changed)
  head/www/py-rackspace-monitoring/Makefile   (contents, props changed)
  head/www/py-requestbuilder/Makefile   (contents, props changed)
  head/www/py-requests-cache/Makefile   (contents, props changed)
  head/www/py-requests-file/Makefile   (contents, props changed)
  head/www/py-requests-futures/Makefile   (contents, props changed)
  head/www/py-requests-mock/Makefile   (contents, props changed)
  head/www/py-requests-oauthlib/Makefile   (contents, props changed)
  head/www/py-requests-toolbelt/Makefile   (contents, props changed)
  head/www/py-requests/Makefile   (contents, props changed)
  head/www/py-restclient/Makefile   (contents, props changed)
  head/www/py-rhodecode/Makefile   (contents, props changed)
  head/www/py-rollbar/Makefile   (contents, props changed)
  head/www/py-routes/Makefile   (contents, props changed)
  head/www/py-scgi/Makefile   (contents, props changed)
  head/www/py-scrapy/Makefile   (contents, props changed)
  head/www/py-seafdav/Makefile   (contents, props changed)
  head/www/py-seafobj/Makefile   (contents, props changed)
  head/www/py-searx/Makefile   (contents, props changed)
  head/www/py-selector/Makefile   (contents, props changed)
  head/www/py-slimit/Makefile   (contents, props changed)
  head/www/py-slimmer/Makefile   (contents, props changed)
  head/www/py-slumber/Makefile   (contents, props changed)
  head/www/py-sockjs-tornado/Makefile   (contents, props changed)
  head/www/py-splinter/Makefile   (contents, props changed)
  head/www/py-spyne/Makefile   (contents, props changed)
  head/www/py-textile/Makefile   (contents, props changed)
  head/www/py-tornado/Makefile   (contents, props changed)
  head/www/py-trello/Makefile   (contents, props changed)
  head/www/py-treq/Makefile   (contents, props changed)
  head/www/py-turbogears2/Makefile   (contents, props changed)
  head/www/py-tvdb_api/Makefile   (contents, props changed)
  head/www/py-txrequests/Makefile   (contents, props changed)
  head/www/py-urlgrabber/Makefile   (contents, props changed)
  head/www/py-user_agent/Makefile   (contents, props changed)
  head/www/py-w3lib/Makefile   (contents, props changed)
  head/www/py-webhelpers/Makefile   (contents, props changed)
  head/www/py-webkitgtk/Makefile   (contents, props changed)
  head/www/py-webob/Makefile   (contents, props changed)
  head/www/py-werkzeug/Makefile   (contents, props changed)
  head/www/py-wikipedia/Makefile   (contents, props changed)
  head/www/py-ws4py/Makefile   (contents, props changed)
  head/www/py-wsgiauth/Makefile   (contents, props changed)
  head/www/py-wsgidav/Makefile   (contents, props changed)
  head/www/py-yarl/Makefile   (contents, props changed)
  head/www/py-zope.app.wsgi/Makefile   (contents, props changed)
  head/www/pycarddav/Makefile   (contents, props changed)
  head/www/pyjamas/Makefile   (contents, props changed)
  head/www/qutebrowser/Makefile   (contents, props changed)
  head/www/radicale/Makefile   (contents, props changed)
  head/www/roundup/Makefile   (contents, props changed)
  head/www/rtv/Makefile   (contents, props changed)
  head/www/seahub/Makefile   (contents, props changed)
  head/www/trac-OhlohWidgetsMacro/Makefile   (contents, props changed)
  head/www/trac-TracGoogleAnalytics/Makefile   (contents, props changed)
  head/www/trac-advancedticketworkflow/Makefile   (contents, props changed)
  head/www/trac-iniadmin/Makefile   (contents, props changed)
  head/www/trac-ldapauthstore/Makefile   (contents, props changed)
  head/www/trac-permredirect/Makefile   (contents, props changed)
  head/www/trac-privatetickets/Makefile   (contents, props changed)
  head/www/trac-ticketimport/Makefile   (contents, props changed)
  head/www/trac-tocmacro/Makefile   (contents, props changed)
  head/www/trac-tweakui/Makefile   (contents, props changed)
  head/www/trac-wikigoodies/Makefile   (contents, props changed)
  head/www/trac-wikinotification/Makefile   (contents, props changed)
  head/www/trac-wikitemplates/Makefile   (contents, props changed)
  head/www/trac/Makefile   (contents, props changed)
  head/www/trytond28_google_maps/Makefile   (contents, props changed)
  head/www/twill/Makefile   (contents, props changed)
  head/www/uwsgi/Makefile   (contents, props changed)
  head/www/uwsgitop/Makefile   (contents, props changed)
  head/www/uzbl/Makefile   (contents, props changed)
  head/www/wadcomblog/Makefile   (contents, props changed)
  head/www/web2ldap/Makefile   (contents, props changed)
  head/www/webpy/Makefile   (contents, props changed)
  head/www/xist/Makefile   (contents, props changed)
  head/www/you-get/Makefile   (contents, props changed)
  head/www/zope213/Makefile   (contents, props changed)
  head/x11-fm/sunflower/Makefile   (contents, props changed)
  head/x11-fonts/font-manager/Makefile   (contents, props changed)
  head/x11-toolkits/Makefile   (contents, props changed)
  head/x11-toolkits/py-Pmw/Makefile   (contents, props changed)
  head/x11-toolkits/py-SquareMap/Makefile   (contents, props changed)
  head/x11-toolkits/py-gnome2/Makefile   (contents, props changed)
  head/x11-toolkits/py-gtk2/Makefile   (contents, props changed)
  head/x11-toolkits/py-gtkglext/Makefile   (contents, props changed)
  head/x11-toolkits/py-gui/Makefile   (contents, props changed)
  head/x11-toolkits/py-kivy/Makefile   (contents, props changed)
  head/x11-toolkits/py-kiwi-gtk/Makefile   (contents, props changed)
  head/x11-toolkits/py-qt4-gui/Makefile   (contents, props changed)
  head/x11-toolkits/py-qt5-gui/Makefile   (contents, props changed)
  head/x11-toolkits/py-qt5-quick/Makefile   (contents, props changed)
  head/x11-toolkits/py-qt5-widgets/Makefile   (contents, props changed)
  head/x11-toolkits/py-sexy/Makefile   (contents, props changed)
  head/x11-toolkits/py-tkinter/Makefile   (contents, props changed)
  head/x11-toolkits/py-tktreectrl/Makefile   (contents, props changed)
  head/x11-toolkits/py-vte/Makefile   (contents, props changed)
  head/x11-toolkits/py-wxPython28/Makefile   (contents, props changed)
  head/x11-toolkits/py-wxPython30/Makefile   (contents, props changed)
  head/x11-toolkits/py-xlib/Makefile   (contents, props changed)
  head/x11-wm/compizconfig-python/Makefile   (contents, props changed)
  head/x11-wm/obapps/Makefile   (contents, props changed)
  head/x11-wm/obkey/Makefile   (contents, props changed)
  head/x11-wm/obmenu/Makefile   (contents, props changed)
  head/x11-wm/plwm/Makefile   (contents, props changed)
  head/x11-wm/qtile/Makefile   (contents, props changed)
  head/x11/arandr/Makefile   (contents, props changed)
  head/x11/gnome-desktop/Makefile   (contents, props changed)
  head/x11/gnome-shell/Makefile   (contents, props changed)
  head/x11/guake/Makefile   (contents, props changed)
  head/x11/ooxcb/Makefile   (contents, props changed)
  head/x11/py-pyvirtualdisplay/Makefile   (contents, props changed)
  head/x11/py-qt4-opengl/Makefile   (contents, props changed)
  head/x11/py-qt5-opengl/Makefile   (contents, props changed)
  head/x11/terminator/Makefile   (contents, props changed)
  head/x11/workrave/Makefile   (contents, props changed)
  head/x11/xpra/Makefile   (contents, props changed)
  head/x11/xpyb/Makefile   (contents, props changed)

Modified: head/CHANGES
==============================================================================
--- head/CHANGES	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/CHANGES	Thu Nov 30 15:50:30 2017	(r455210)
@@ -13,6 +13,36 @@ All ports committers are allowed to commit to this fil
 20171130:
 AUTHOR: mat@FreeBSD.org
 
+  Ports using USE_PYTHON=distutils are now flavored.  They will automatically
+  get flavors (py27, py34, py35, py36) depending on what versions they support.
+
+  There is also a USE_PYTHON=flavors for ports that do not use distutils but
+  need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if the port is
+  using distutils but flavors are not wanted.
+
+  A new USE_PYTHON=optsuffix that will adds PYTHON_PKGNAMESUFFIX has been added
+  to cope with Python ports that did not have the Python PKGNAMEPREFIX but are
+  flavored.
+
+  USES=python now also exports a PY_FLAVOR variable that contains the current
+  python flavor.  It can be used in dependency lines when the port itself is
+  not python flavored, for example, deskutils/calibre.
+
+  By default it will only generate flavors for the versions in PYTHON2_DEFAULT
+  and PYTHON3_DEFAULT.  Define BUILD_ALL_PYTHON_FLAVORS in your make.conf to
+  generate all possible flavors.  A port can set USE_PYTHON=allflavors to have
+  all the flavors and not simply the default ones.
+
+  In all the ports with Python dependencies, the *_DEPENDS entries MUST end
+  with the flavor so that the framework knows which to build/use.  This is done
+  by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python
+  module with Python flavors, as the content will be the same).  For example:
+
+    RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+
+20171130:
+AUTHOR: mat@FreeBSD.org
+
   To help with flavored ports, helpers are available.  In these, replace <*>
   with the flavor name.
 

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/MOVED	Thu Nov 30 15:50:30 2017	(r455210)
@@ -7656,7 +7656,6 @@ graphics/kuickshow-kde4||2015-07-21|Has expired: Broke
 graphics/sng||2015-07-21|Has expired: Broken for more than 6 months
 japanese/netype||2015-07-21|Has expired: Broken for more than 6 months
 databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatibility probles are fixed
-textproc/py-asciinema|textproc/asciinema|2015-07-23|Has expired: use textproc/asciinema instead
 devel/libiomp5-devel|devel/llvm-devel|2015-07-24|Merged with devel/llvm-devel
 devel/p5-Test-Tester|devel/p5-Test-Simple|2015-07-25|Has expired: Part of p5-Test-Simple (use that instead), and included in perl 5.22
 devel/p5-Test-use-ok|devel/p5-Test-Simple|2015-07-25|Has expired: Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22
@@ -9099,7 +9098,6 @@ databases/py-sqlalchemy09|databases/py-sqlalchemy10|20
 devel/avr-gcc-devel||2017-03-13|Has expired: There's no longer a point to have both, a -devel and a regular port of GCC for the AVR
 net/py-pysimplesoap|net/py-soap2py|2017-03-13|Rename to match upstream naming
 games/trigger-data|games/trigger-rally|2017-03-15|Merged into games/trigger-rally
-devel/py-setuptools|devel/py27-setuptools|2017-03-16|Renamed to better match other python ports
 devel/py-setuptools27|devel/py27-setuptools|2017-03-16|Renamed to better match other python ports
 devel/py-setuptools33|devel/py33-setuptools|2017-03-16|Renamed to better match other python ports
 devel/py-setuptools34|devel/py34-setuptools|2017-03-16|Renamed to better match other python ports
@@ -9657,3 +9655,149 @@ devel/buildbot-worker|devel/py-buildbot-worker|2017-11
 devel/buildbot-www|devel/py-buildbot-www|2017-11-29|Rename to comply with PyPI scheme.
 emulators/ppsspp-devel|emulators/ppsspp|2017-11-29|Out of date: use emulators/ppsspp for now
 audio/shairport|audio/shairport-sync|2017-11-29|Has expired: Officially unmaintained upstream. Use audio/shairport-sync instead
+accessibility/py3-speech-dispatcher|accessibility/py-speech-dispatcher@py36|2017-11-30|Moved to a flavored, generic, version
+accessibility/py3-atspi|accessibility/py-atspi@py36|2017-11-30|Moved to a flavored, generic, version
+archivers/py3-libarchive-c|archivers/py-libarchive-c@py36|2017-11-30|Moved to a flavored, generic, version
+audio/py3-mutagen|audio/py-mutagen@py36|2017-11-30|Moved to a flavored, generic, version
+audio/py3-pylast|audio/py-pylast@py36|2017-11-30|Moved to a flavored, generic, version
+databases/py3-apsw|databases/py-apsw@py36|2017-11-30|Moved to a flavored, generic, version
+databases/py3-bsddb3|databases/py-bsddb3@py36|2017-11-30|Moved to a flavored, generic, version
+databases/py3-mysqlclient|databases/py-mysqlclient@py36|2017-11-30|Moved to a flavored, generic, version
+databases/py3-psycopg2|databases/py-psycopg2@py36|2017-11-30|Moved to a flavored, generic, version
+databases/py34-gdbm|databases/py-gdbm@py34|2017-11-30|Moved to a flavored, generic, version
+databases/py34-sqlite3|databases/py-sqlite3@py34|2017-11-30|Moved to a flavored, generic, version
+databases/py35-gdbm|databases/py-gdbm@py35|2017-11-30|Moved to a flavored, generic, version
+databases/py35-sqlite3|databases/py-sqlite3@py35|2017-11-30|Moved to a flavored, generic, version
+databases/py36-gdbm|databases/py-gdbm@py36|2017-11-30|Moved to a flavored, generic, version
+databases/py36-sqlite3|databases/py-sqlite3@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py27-setuptools|devel/py-setuptools@py27|2017-11-30|Moved to a flavored, generic, version
+devel/py3-threema-msgapi|devel/py-threema-msgapi@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-Jinja2|devel/py-Jinja2@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-apipkg|devel/py-apipkg@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-asttokens|devel/py-asttokens@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-babel|devel/py-babel@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-cffi|devel/py-cffi@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-click-log|devel/py-click-log@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-click-threading|devel/py-click-threading@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-click|devel/py-click@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-colorama|devel/py-colorama@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-coloredlogs|devel/py-coloredlogs@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-dateutil|devel/py-dateutil@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-dbus|devel/py-dbus@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-defusedxml|devel/py-defusedxml@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-docopt|devel/py-docopt@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-flake8-builtins|devel/py-flake8-builtins@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-flake8-docstrings|devel/py-flake8-docstrings@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-flake8-import-order|devel/py-flake8-import-order@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-flake8-polyfill|devel/py-flake8-polyfill@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-flake8-quotes|devel/py-flake8-quotes@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-flake8|devel/py-flake8@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-freezegun|devel/py-freezegun@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-gobject3|devel/py-gobject3@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-hgtools|devel/py-hgtools@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-icalendar|devel/py-icalendar@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-jedi|devel/py-jedi@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-jsonschema|devel/py-jsonschema@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-libpeas|devel/py-libpeas@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-libzfs|devel/py-libzfs@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-llfuse|devel/py-llfuse@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-lxml|devel/py-lxml@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-mccabe|devel/py-mccabe@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-mock|devel/py-mock@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-nose|devel/py-nose@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pbr|devel/py-pbr@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pip|devel/py-pip@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pluggy|devel/py-pluggy@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-ply|devel/py-ply@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pretend|devel/py-pretend@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-prompt_toolkit|devel/py-prompt_toolkit@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-protobuf|devel/py-protobuf@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-py|devel/py-py@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pyasn1|devel/py-pyasn1@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pycodestyle|devel/py-pycodestyle@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pycparser|devel/py-pycparser@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pydocstyle|devel/py-pydocstyle@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pyflakes|devel/py-pyflakes@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pygit2|devel/py-pygit2@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pyicu|devel/py-pyicu@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pylru-cache|devel/py-pylru-cache@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pytest-capturelog|devel/py-pytest-capturelog@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pytest-runner|devel/py-pytest-runner@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pytest-timeout|devel/py-pytest-timeout@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pytest-xdist|devel/py-pytest-xdist@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pytest|devel/py-pytest@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-python-magic|devel/py-python-magic@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-pytz|devel/py-pytz@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-rubymarshal|devel/py-rubymarshal@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-scripttest|devel/py-scripttest@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-setproctitle|devel/py-setproctitle@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-setuptools_scm|devel/py-setuptools_scm@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-simplejson|devel/py-simplejson@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-six|devel/py-six@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-tabulate|devel/py-tabulate@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-toposort|devel/py-toposort@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-tox|devel/py-tox@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-tzlocal|devel/py-tzlocal@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-urwid|devel/py-urwid@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-vcversioner|devel/py-vcversioner@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-verboselogs|devel/py-verboselogs@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-virtualenv|devel/py-virtualenv@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-voluptuous|devel/py-voluptuous@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-wcwidth|devel/py-wcwidth@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-xdg|devel/py-xdg@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py3-yaml|devel/py-yaml@py36|2017-11-30|Moved to a flavored, generic, version
+devel/py34-setuptools|devel/py-setuptools@py34|2017-11-30|Moved to a flavored, generic, version
+devel/py35-setuptools|devel/py-setuptools@py35|2017-11-30|Moved to a flavored, generic, version
+devel/py36-setuptools|devel/py-setuptools@py36|2017-11-30|Moved to a flavored, generic, version
+dns/py3-dnspython|dns/py-dnspython@py36|2017-11-30|Moved to a flavored, generic, version
+dns/py3-idna|dns/py-idna@py36|2017-11-30|Moved to a flavored, generic, version
+graphics/py3-cairo|graphics/py-cairo@py36|2017-11-30|Moved to a flavored, generic, version
+graphics/py3-imagesize|graphics/py-imagesize@py36|2017-11-30|Moved to a flavored, generic, version
+graphics/py3-pillow|graphics/py-pillow@py36|2017-11-30|Moved to a flavored, generic, version
+graphics/py3-pygraphviz|graphics/py-pygraphviz@py36|2017-11-30|Moved to a flavored, generic, version
+lang/cython3|lang/cython@py36|2017-11-30|Moved to a flavored, generic, version
+misc/py3-pexpect|misc/py-pexpect@py36|2017-11-30|Moved to a flavored, generic, version
+misc/py3-tqdm|misc/py-tqdm@py36|2017-11-30|Moved to a flavored, generic, version
+multimedia/py3-gstreamer1|multimedia/py-gstreamer1@py36|2017-11-30|Moved to a flavored, generic, version
+net-mgmt/py3-dnsdiag|net-mgmt/py-dnsdiag@py36|2017-11-30|Moved to a flavored, generic, version
+net/py3-netifaces|net/py-netifaces@py36|2017-11-30|Moved to a flavored, generic, version
+net/py3-pysocks|net/py-pysocks@py36|2017-11-30|Moved to a flavored, generic, version
+net/py3-urllib3|net/py-urllib3@py36|2017-11-30|Moved to a flavored, generic, version
+print/py3-fonttools|print/py-fonttools@py36|2017-11-30|Moved to a flavored, generic, version
+print/py3-pycups|print/py-pycups@py36|2017-11-30|Moved to a flavored, generic, version
+security/py3-certifi|security/py-certifi@py36|2017-11-30|Moved to a flavored, generic, version
+security/py3-cryptography|security/py-cryptography@py36|2017-11-30|Moved to a flavored, generic, version
+security/py3-ecdsa|security/py-ecdsa@py36|2017-11-30|Moved to a flavored, generic, version
+security/py3-libnacl|security/py-libnacl@py36|2017-11-30|Moved to a flavored, generic, version
+security/py3-openssl|security/py-openssl@py36|2017-11-30|Moved to a flavored, generic, version
+security/py3-pbkdf2|security/py-pbkdf2@py36|2017-11-30|Moved to a flavored, generic, version
+security/py3-pyaes|security/py-pyaes@py36|2017-11-30|Moved to a flavored, generic, version
+security/py3-pycrypto|security/py-pycrypto@py36|2017-11-30|Moved to a flavored, generic, version
+sysutils/py3-execnet|sysutils/py-execnet@py36|2017-11-30|Moved to a flavored, generic, version
+sysutils/py3-pkginfo|sysutils/py-pkginfo@py36|2017-11-30|Moved to a flavored, generic, version
+sysutils/py3-ptyprocess|sysutils/py-ptyprocess@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-asciinema|textproc/py-asciinema@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-pager|textproc/py-pager@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-MarkupSafe|textproc/py-MarkupSafe@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-alabaster|textproc/py-alabaster@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-chardet|textproc/py-chardet@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-docutils|textproc/py-docutils@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-feedparser|textproc/py-feedparser@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-humanfriendly|textproc/py-humanfriendly@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-hunspell|textproc/py-hunspell@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-libxml2|textproc/py-libxml2@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-numpydoc|textproc/py-numpydoc@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-pyPEG2|textproc/py-pyPEG2@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-pygments|textproc/py-pygments@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-pystemmer|textproc/py-pystemmer@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-qrcode|textproc/py-qrcode@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-snowballstemmer|textproc/py-snowballstemmer@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-sphinx|textproc/py-sphinx@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-sphinx_rtd_theme|textproc/py-sphinx_rtd_theme@py36|2017-11-30|Moved to a flavored, generic, version
+textproc/py3-texttable|textproc/py-texttable@py36|2017-11-30|Moved to a flavored, generic, version
+www/py3-cssutils|www/py-cssutils@py36|2017-11-30|Moved to a flavored, generic, version
+www/py3-httplib2|www/py-httplib2@py36|2017-11-30|Moved to a flavored, generic, version
+www/py3-requests|www/py-requests@py36|2017-11-30|Moved to a flavored, generic, version
+x11-toolkits/py34-tkinter|x11-toolkits/py-tkinter@py34|2017-11-30|Moved to a flavored, generic, version
+x11-toolkits/py35-tkinter|x11-toolkits/py-tkinter@py35|2017-11-30|Moved to a flavored, generic, version
+x11-toolkits/py36-tkinter|x11-toolkits/py-tkinter@py36|2017-11-30|Moved to a flavored, generic, version

Modified: head/Mk/Uses/gnome.mk
==============================================================================
--- head/Mk/Uses/gnome.mk	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/Mk/Uses/gnome.mk	Thu Nov 30 15:50:30 2017	(r455210)
@@ -388,14 +388,15 @@ pygobject_BUILD_DEPENDS=	pygobject-codegen-2.0:devel/p
 pygobject_RUN_DEPENDS=		pygobject-codegen-2.0:devel/py-gobject
 pygobject_USE_GNOME_IMPL=	glib20
 
+# Have to keep two components because the _DETECT file is not the same.
 py3gobject3_DETECT=		${LOCALBASE}/share/py3gobject3/.keep
-py3gobject3_BUILD_DEPENDS=	py3?-gobject3>=0:devel/py3-gobject3
-py3gobject3_RUN_DEPENDS=	py3?-gobject3>=0:devel/py3-gobject3
+py3gobject3_BUILD_DEPENDS=	py3?-gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
+py3gobject3_RUN_DEPENDS=	py3?-gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
 py3gobject3_USE_GNOME_IMPL=	glib20
 
 pygobject3_DETECT=		${LOCALBASE}/share/pygobject3/.keep
-pygobject3_BUILD_DEPENDS=	py2?-gobject3>=0:devel/py-gobject3
-pygobject3_RUN_DEPENDS=		py2?-gobject3>=0:devel/py-gobject3
+pygobject3_BUILD_DEPENDS=	py2?-gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
+pygobject3_RUN_DEPENDS=		py2?-gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
 pygobject3_USE_GNOME_IMPL=	glib20
 
 pygtk2_DETECT=		${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc

Modified: head/Mk/Uses/pyqt.mk
==============================================================================
--- head/Mk/Uses/pyqt.mk	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/Mk/Uses/pyqt.mk	Thu Nov 30 15:50:30 2017	(r455210)
@@ -241,8 +241,8 @@ do-configure:
 _USE_PYQT_ALL+=			${_USE_PYQT${_PYQT_VERSION}_ONLY}
 .for comp in ${_USE_PYQT_ALL:O:u}
 _USE_PYQT_ALL_SUFFIXED+=		py-${comp} py-${comp}_build py-${comp}_run
-py-${comp}_BUILD_DEPENDS?=		${py-${comp}_PATH}:${py-${comp}_PORT}
-py-${comp}_RUN_DEPENDS?=		${py-${comp}_PATH}:${py-${comp}_PORT}
+py-${comp}_BUILD_DEPENDS?=		${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR}
+py-${comp}_RUN_DEPENDS?=		${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR}
 py-${comp}_build_BUILD_DEPENDS?=	${py-${comp}_BUILD_DEPENDS}
 py-${comp}_run_RUN_DEPENDS?=		${py-${comp}_RUN_DEPENDS}
 .endfor

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/Mk/Uses/python.mk	Thu Nov 30 15:50:30 2017	(r455210)
@@ -71,8 +71,24 @@
 #			  prefix-less original name, e.g.
 #			  bin/foo-2.7 --> bin/foo.
 #
+#	cython		- Depend on lang/cython at build-time.
+#
+#	cython_run	- Depend on lang/cython at run-time.
+#
+#	flavors		- Force creation of flavors for Python 2 and 3 default
+#			  versions, where applicable.
+#
+#	noflavors	- Disable automatic creation of flavors if they would
+#			  otherwise be created and they are not wanted.
+#
+#	allflavors 	- Generate flavors for all possible versions and not
+#			  simply the default ones.
+#
+#	optsuffix	- Set PKGNAMESUFFIX to PYTHON_PKGNAMESUFFIX if not the
+#			  default python version.
+#
 #	distutils	- Use distutils as do-configure, do-build and
-#			  do-install targets.
+#			  do-install targets. implies flavors.
 #
 #	autoplist	- Automatically generates the packaging list for a
 #			  port that uses distutils when defined.
@@ -235,9 +251,19 @@ _PYTHON_RELPORTDIR=		lang/python
 
 # Make each individual feature available as _PYTHON_FEATURE_<FEATURENAME>
 .for var in ${USE_PYTHON}
-_PYTHON_FEATURE_${var:tu}=	yes
+_PYTHON_FEATURE_${var:C/=.*$//:tu}=	${var:C/.*=//:S/,/ /g}
 .endfor
 
+# distutils automatically generates flavors depending on the supported
+# versions.
+.if defined(_PYTHON_FEATURE_DISTUTILS)
+_PYTHON_FEATURE_FLAVORS=	yes
+.endif
+
+.if defined(_PYTHON_FEATURE_NOFLAVORS)
+.undef _PYTHON_FEATURE_FLAVORS
+.endif
+
 # Make sure that no dependency or some other environment variable
 # pollutes the build/run dependency detection
 .undef _PYTHON_BUILD_DEP
@@ -307,6 +333,7 @@ PYTHON3_DEFAULT_VERSION?=	python${PYTHON3_DEFAULT}
 PYTHON3_DEFAULT_VERSION?=	python${PYTHON3_DEFAULT}
 .endif
 
+# Keep this before the FLAVOR selection to get the meta port dependency.
 .if ${_PYTHON_ARGS} == "2"
 _PYTHON_ARGS=		${PYTHON2_DEFAULT_VERSION:S/^python//}
 _WANTS_META_PORT=	2
@@ -372,6 +399,60 @@ IGNORE=		needs an unsupported version of Python
 .endif
 .endif	# defined(_PYTHON_VERSION_NONSUPPORTED)
 
+# Automatically generates FLAVORS if empty
+.if empty(FLAVORS) && defined(_PYTHON_FEATURE_FLAVORS)
+.  undef _VALID_PYTHON_VERSIONS
+.  for ver in ${PYTHON_DEFAULT} ${PYTHON2_DEFAULT} ${PYTHON3_DEFAULT} ${_PYTHON_VERSIONS}
+__VER=		${ver}
+.    if !(!empty(_PYTHON_VERSION_MINIMUM) && ( \
+		${__VER} < ${_PYTHON_VERSION_MINIMUM})) && \
+	!(!empty(_PYTHON_VERSION_MAXIMUM) && ( \
+		${__VER} > ${_PYTHON_VERSION_MAXIMUM}))
+.      if empty(_VALID_PYTHON_VERSIONS:M${ver})
+_VALID_PYTHON_VERSIONS+=	${ver}
+.      endif
+.    endif
+.  endfor
+# Get all possible flavors depending on version requirements
+.  if defined(_VALID_PYTHON_VERSIONS)
+_ALL_PYTHON_FLAVORS=	${_VALID_PYTHON_VERSIONS:S/.//:S/^/py/}
+.  else
+_ALL_PYTHON_FLAVORS=	${_PYTHON_VERSIONS:S/.//:S/^/py/}
+.  endif
+# Decide how many flavors we want.  By default, only generate the default
+# versions.
+.  if defined(BUILD_ALL_PYTHON_FLAVORS) || defined(_PYTHON_FEATURE_ALLFLAVORS)
+FLAVORS=	${_ALL_PYTHON_FLAVORS}
+.  else
+.    for _v in ${PYTHON3_DEFAULT} ${PYTHON2_DEFAULT} ${PYTHON_DEFAULT}
+_f=	py${_v:S/.//}
+.      if ${_ALL_PYTHON_FLAVORS:M${_f}} && !${FLAVORS:M${_f}}
+FLAVORS:=	${_f} ${FLAVORS}
+.      endif
+.    endfor
+.  endif
+.  if !empty(FLAVORS) && empty(FLAVOR)
+FLAVOR=	${FLAVORS:[1]}
+.  endif
+.endif
+
+.if ${FLAVOR:Mpy[23]*}
+_PYTHON_VERSION=	${FLAVOR:S/py//:C/(.)/\1./}
+.endif
+
+.if !empty(FLAVOR) && ${_PYTHON_VERSION} != ${PYTHON_DEFAULT}
+.if defined(_PYTHON_FEATURE_OPTSUFFIX)
+PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
+.endif
+.endif
+
+# To avoid having dependencies with @ and empty flavor:
+.if empty(FLAVOR)
+PY_FLAVOR=	${PYTHON_VERSION:S/^python/py/:S/.//}
+.else
+PY_FLAVOR=	${FLAVOR}
+.endif
+
 # Pass PYTHON_VERSION down the dependency chain. This ensures that
 # port A -> B -> C all will use the same python version and do not
 # try to find a different one, if the passed version fits into
@@ -460,6 +541,14 @@ PYTHON_PYOEXTENSION=	opt-1.pyc
 # - it uses USE_PYTHON=distutils
 #
 
+.if defined(_PYTHON_FEATURE_CYTHON)
+BUILD_DEPENDS+=	cython-${PYTHON_VER}:lang/cython@${PY_FLAVOR}
+.endif
+
+.if defined(_PYTHON_FEATURE_CYTHON_RUN)
+RUN_DEPENDS+=	cython-${PYTHON_VER}:lang/cython@${PY_FLAVOR}
+.endif
+
 .if defined(_PYTHON_FEATURE_CONCURRENT)
 _USES_POST+=		uniquefiles:dirs
 .if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION}
@@ -483,8 +572,8 @@ UNIQUE_FIND_SUFFIX_FILES=	\
 _CURRENTPORT:=	${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
 .if defined(_PYTHON_FEATURE_DISTUTILS) && \
 	${_CURRENTPORT} != ${PYTHON_PKGNAMEPREFIX}setuptools
-BUILD_DEPENDS+=		${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/${PYTHON_PKGNAMEPREFIX}setuptools
-RUN_DEPENDS+=		${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/${PYTHON_PKGNAMEPREFIX}setuptools
+BUILD_DEPENDS+=		${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
+RUN_DEPENDS+=		${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
 .endif
 
 # distutils support
@@ -565,9 +654,32 @@ CONFIGURE_ENV+=	PYTHON="${PYTHON_CMD}"
 CMAKE_ARGS+=	-DPython_ADDITIONAL_VERSIONS=${PYTHON_VER}
 
 # Python 3rd-party modules
-PYGAME=		${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game
-PYNUMERIC=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:math/py-numeric
-PYNUMPY=	${PYTHON_SITELIBDIR}/numpy/core/numeric.py:math/py-numpy
+PYGAME=		${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}
+PYNUMERIC=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:math/py-numeric@${PY_FLAVOR}
+PYNUMPY=	${PYTHON_SITELIBDIR}/numpy/core/numeric.py:math/py-numpy@${PY_FLAVOR}
+
+# Common Python modules that can be needed but only for some versions of Python.
+.if ${PYTHON_REL} < 3400
+PY_ENUM34=	${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${PY_FLAVOR}
+PY_ENUM_COMPAT=	${PYTHON_PKGNAMEPREFIX}enum-compat>0:devel/py-enum-compat@${PY_FLAVOR}
+PY_PATHLIB=	${PYTHON_PKGNAMEPREFIX}pathlib>0:devel/py-pathlib@${PY_FLAVOR}
+.else
+PY_ENUM34=
+PY_ENUM_COMPAT=
+PY_PATHLIB=	
+.endif
+
+.if ${PYTHON_REL} < 3300
+PY_IPADDRESS=	${PYTHON_PKGNAMEPREFIX}ipaddress>0:net/py-ipaddress@${PY_FLAVOR}
+.else
+PY_IPADDRESS=
+.endif
+
+.if ${PYTHON_REL} < 3200
+PY_FUTURES=	${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${PY_FLAVOR}
+.else
+PY_FUTURES=
+.endif
 
 # dependencies
 .if defined(_PYTHON_BUILD_DEP)

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/UPDATING	Thu Nov 30 15:50:30 2017	(r455210)
@@ -5,6 +5,20 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20171130:
+  AFFECTS: */py*
+  AUTHOR: mat@FreeBSD.org
+
+  Ports using Python via USES=python are now flavored.  All the py3-* ports
+  have been removed and folded into their py-* master ports.
+
+  People using Poudriere and binary packages do not have to do anything.
+
+  For other people, to build the Python 3.6 version of, for example,
+  databases/py-gdbm, you need to run:
+
+    # make FLAVOR=py36 install
+
 20171126:
   AFFECTS: users of security/p5-openxpki
   AUTHOR: dbaio@FreeBSD.org

Modified: head/accessibility/Makefile
==============================================================================
--- head/accessibility/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/accessibility/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -23,8 +23,7 @@
     SUBDIR += orca
     SUBDIR += py-atspi
     SUBDIR += py-papi
-    SUBDIR += py3-atspi
-    SUBDIR += py3-speech-dispatcher
+    SUBDIR += py-speech-dispatcher
     SUBDIR += qt4-accessible
     SUBDIR += redshift
     SUBDIR += rubygem-atk

Modified: head/accessibility/accerciser/Makefile
==============================================================================
--- head/accessibility/accerciser/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/accessibility/accerciser/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	gsettings-desktop-schemas>=3.2.0:devel/gs
 		at-spi2-core>=2.1.5:accessibility/at-spi2-core
 
 NO_ARCH=	yes
-USES=		gettext gmake pkgconfig python:3 shebangfix tar:xz
+USES=		gettext gmake pkgconfig python:3.4+ shebangfix tar:xz
 USE_GNOME=	gtk30 intlhack py3gobject3
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes

Modified: head/accessibility/caribou/Makefile
==============================================================================
--- head/accessibility/caribou/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/accessibility/caribou/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libclutter-glx-1.0.so:graphics/clutter \
 		libgee-0.8.so:devel/libgee \
 		libxklavier.so:x11/libxklavier
-RUN_DEPENDS=	py2?-atspi>=2.1.91:accessibility/py-atspi
+RUN_DEPENDS=	py2?-atspi>=2.1.91:accessibility/py-atspi@${PY_FLAVOR}
 
 USES=		gettext gmake gnome libtool pathfix pkgconfig python:2 \
 		shebangfix tar:xz

Modified: head/accessibility/orca/Makefile
==============================================================================
--- head/accessibility/orca/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/accessibility/orca/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -10,16 +10,16 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Scriptable screen reader
 
-BUILD_DEPENDS=	py3?-dbus>=0:devel/py3-dbus \
-		py3?-xdg>=0:devel/py3-xdg \
-		py3?-cairo>=0:graphics/py3-cairo \
+BUILD_DEPENDS=	py3?-dbus>=0:devel/py-dbus@${PY_FLAVOR} \
+		py3?-xdg>=0:devel/py-xdg@${PY_FLAVOR} \
+		py3?-cairo>=0:graphics/py-cairo@${PY_FLAVOR} \
 		itstool:textproc/itstool
 LIB_DEPENDS=	libatspi.so:accessibility/at-spi2-core
-RUN_DEPENDS=	py3?-dbus>=0:devel/py3-dbus \
-		py3?-speech-dispatcher>=0:accessibility/py3-speech-dispatcher \
-		py3?-atspi>=0:accessibility/py3-atspi \
-		py3?-xdg>=0:devel/py3-xdg \
-		py3?-cairo>=0:graphics/py3-cairo
+RUN_DEPENDS=	py3?-dbus>=0:devel/py-dbus@${PY_FLAVOR} \
+		py3?-speech-dispatcher>=0:accessibility/py-speech-dispatcher@${PY_FLAVOR} \
+		py3?-atspi>=0:accessibility/py-atspi@${PY_FLAVOR} \
+		py3?-xdg>=0:devel/py-xdg@${PY_FLAVOR} \
+		py3?-cairo>=0:graphics/py-cairo@${PY_FLAVOR}
 
 # conflict with py*-json-py because orca uses the json from python itself
 # and py*-json-py shadows this.
@@ -27,7 +27,7 @@ CONFLICTS=	py*-json-py-[0-9]*
 PORTSCOUT=	limitw:1,even
 
 NO_ARCH=	yes
-USES=		gettext gmake gnome pathfix pkgconfig python:3 tar:xz
+USES=		gettext gmake gnome pathfix pkgconfig python:3.4+ tar:xz
 USE_GNOME=	gtk30 py3gobject3 intlhack
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes

Modified: head/accessibility/py-atspi/Makefile
==============================================================================
--- head/accessibility/py-atspi/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/accessibility/py-atspi/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -19,8 +19,16 @@ RUN_DEPENDS=	${LOCALBASE}/libexec/at-spi2-registryd:ac
 CONFLICTS=	at-spi-1.[0-9]*
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake gnome localbase pathfix pkgconfig python:2 tar:xz
+USES=		gettext gmake gnome localbase pathfix pkgconfig python tar:xz
+USE_PYTHON=	flavors
+.if ${FLAVOR:Upy27:Mpy2*} 
 USE_GNOME=	intlhack pygobject3
+.else
+USE_GNOME=	intlhack py3gobject3
+.endif
+py34_PLIST=	${.CURDIR}/pkg-plist-py3
+py35_PLIST=	${.CURDIR}/pkg-plist-py3
+py36_PLIST=	${.CURDIR}/pkg-plist-py3
 GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>

Copied and modified: head/accessibility/py-atspi/pkg-plist-py3 (from r455208, head/accessibility/py3-atspi/pkg-plist)
==============================================================================

Copied and modified: head/accessibility/py-speech-dispatcher/Makefile (from r455208, head/accessibility/py3-speech-dispatcher/Makefile)
==============================================================================

Copied and modified: head/accessibility/py-speech-dispatcher/pkg-plist (from r455208, head/accessibility/py3-speech-dispatcher/pkg-plist)
==============================================================================

Modified: head/accessibility/redshift/Makefile
==============================================================================
--- head/accessibility/redshift/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/accessibility/redshift/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -42,10 +42,10 @@ RANDR_CONFIGURE_ENABLE=	randr
 VIDMODE_USE=		XORG=xxf86vm
 VIDMODE_CONFIGURE_ENABLE=	vidmode
 
-GUI_USES=		python
+GUI_USES=		python:2.7
 GUI_CONFIGURE_ENABLE=	gui
-GUI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2 \
-			${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg
+GUI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
 
 GNOME_CONFIGURE_ENABLE=	gnome-clock
 GNOME_USE=		GNOME=glib20,gconf2

Modified: head/accessibility/speech-dispatcher/Makefile
==============================================================================
--- head/accessibility/speech-dispatcher/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/accessibility/speech-dispatcher/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -92,8 +92,9 @@ PORTSCOUT=	ignore:1
 
 NO_ARCH=	yes
 USES+=		python:3.3+
+USE_PYTHON=	flavors
 LIB_DEPENDS+=	libspeechd.so:accessibility/speech-dispatcher
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py3-xdg
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${FLAVOR}
 
 .endif
 

Modified: head/archivers/Makefile
==============================================================================
--- head/archivers/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/archivers/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -189,7 +189,6 @@
     SUBDIR += py-rjsmin
     SUBDIR += py-warctools
     SUBDIR += py-xopen
-    SUBDIR += py3-libarchive-c
     SUBDIR += qpress
     SUBDIR += quazip
     SUBDIR += quazip-qt5

Modified: head/archivers/py-attic/Makefile
==============================================================================
--- head/archivers/py-attic/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/archivers/py-attic/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -14,8 +14,8 @@ COMMENT=	Deduplicating backup program
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.1.10:devel/py-msgpack-python
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.1.10:devel/py-msgpack-python
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.1.10:devel/py-msgpack-python@${FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.1.10:devel/py-msgpack-python@${FLAVOR}
 
 USES=		python:3.3+ ssl
 USE_PYTHON=	autoplist distutils
@@ -23,13 +23,6 @@ USE_PYTHON=	autoplist distutils
 STRIP_FILES=	hashindex.so platform_freebsd.so chunker.so crypto.so
 PYDISTUTILS_BUILDPATH=${BUILD_WRKSRC}/build/lib.${OPSYS:tl}-${UNAMER}-${ARCH}-${PYTHON_VER}
 
-.include <bsd.port.pre.mk>
-
-.if defined(PACKAGE_BUILDING) && !defined(PACKAGE_BUILDING_FLAVORS) && \
-    ${PYTHON_VER} != ${PYTHON_DEFAULT}
-IGNORE=	you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
-.endif
-
 regression-test: build
 	${SETENV} PYTHONPATH="${PYDISTUTILS_BUILDPATH}:${PYTHONPATH}" \
 	  ${PYTHON_CMD} -m attic.testsuite.run
@@ -37,4 +30,4 @@ regression-test: build
 post-install:
 	${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/attic/,}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/archivers/py-borgbackup/Makefile
==============================================================================
--- head/archivers/py-borgbackup/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/archivers/py-borgbackup/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -13,9 +13,9 @@ COMMENT=	Deduplicating backup program
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.7:devel/py-setuptools_scm
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.7:devel/py-setuptools_scm@${FLAVOR}
 LIB_DEPENDS=	liblz4.so:archivers/liblz4
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.4.6:devel/py-msgpack-python
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.4.6:devel/py-msgpack-python@${FLAVOR}
 
 OPTIONS_DEFINE=	FUSE
 FUSE_DESC=	Support to mount locally borg backup files
@@ -26,15 +26,8 @@ FUSE_RUN_DEPENDS=	${PYTHONPREFIX_SITELIBDIR}/llfuse.so
 USES=		python:3.4+ ssl
 USE_PYTHON=	autoplist distutils
 
-.include <bsd.port.pre.mk>
-
-.if defined(PACKAGE_BUILDING) && !defined(PACKAGE_BUILDING_FLAVORS) && \
-    ${PYTHON_VER} != ${PYTHON_DEFAULT}
-IGNORE=	you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
-.endif
-
 post-install:
 	@${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/borg/ -name "*.so" \
 		-exec ${STRIP_CMD} {} \;
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/archivers/py-czipfile/Makefile
==============================================================================
--- head/archivers/py-czipfile/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/archivers/py-czipfile/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -12,7 +12,7 @@ COMMENT=	Fast C-based zipfile decryption for Python
 
 LICENSE=	PSFL
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/archivers/py-libarchive-c/Makefile
==============================================================================
--- head/archivers/py-libarchive-c/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/archivers/py-libarchive-c/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -11,9 +11,9 @@ COMMENT=	Python interface to libarchive
 
 LICENSE=	LGPL20+
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR}
 
-USES?=		python
+USES=		python
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 

Modified: head/archivers/py-librtfcomp/Makefile
==============================================================================
--- head/archivers/py-librtfcomp/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/archivers/py-librtfcomp/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -14,13 +14,14 @@ COMMENT=	Python bindings for library for handling comp
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-BUILD_DEPENDS=	pyrexc:devel/pyrex
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyrex>0:devel/pyrex@${FLAVOR}
 LIB_DEPENDS=	librtfcomp.so:archivers/librtfcomp
 
 CONFIGURE_ARGS=	--enable-python-bindings
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		libtool python:2
+USE_PYTHON=	flavors
 
 BUILD_WRKSRC=	${WRKSRC}/python
 INSTALL_WRKSRC=	${WRKSRC}/python

Modified: head/archivers/py-lz4/Makefile
==============================================================================
--- head/archivers/py-lz4/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/archivers/py-lz4/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -12,7 +12,7 @@ COMMENT=	Python binding for the LZ4 compression librar
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${FLAVOR}
 LIB_DEPENDS=	liblz4.so:archivers/liblz4
 
 USE_PYTHON=	distutils py3kplist

Modified: head/archivers/py-python-lzo/Makefile
==============================================================================
--- head/archivers/py-python-lzo/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/archivers/py-python-lzo/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	liblzo2.so:archivers/lzo2
 
-USES=		python:2
+USES=		python
 USE_PYTHON=	autoplist distutils
 CFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/lzo
 

Modified: head/astro/py-RO/Makefile
==============================================================================
--- head/astro/py-RO/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/astro/py-RO/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -12,7 +12,7 @@ COMMENT=	Package of Python astronomical utilities
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/numpy/core/numeric.py:math/py-numpy
+BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/numpy/core/numeric.py:math/py-numpy@${FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=		MATPLOTLIB PYFITS PYGAME
@@ -25,8 +25,8 @@ PYGAME_DESC=		Add Support for PyGame
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-MATPLOTLIB_RUN_DEPENDS=	${PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib
-PYFITS_RUN_DEPENDS=	${PKGNAMEPREFIX}pyfits>=1.1:astro/py-pyfits
-PYGAME_RUN_DEPENDS=	${PKGNAMEPREFIX}game>=1.8.1:devel/py-game
+MATPLOTLIB_RUN_DEPENDS=	${PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${FLAVOR}
+PYFITS_RUN_DEPENDS=	${PKGNAMEPREFIX}pyfits>=1.1:astro/py-pyfits@${FLAVOR}
+PYGAME_RUN_DEPENDS=	${PKGNAMEPREFIX}game>=1.8.1:devel/py-game@${FLAVOR}
 
 .include <bsd.port.mk>

Modified: head/astro/py-aipy/Makefile
==============================================================================
--- head/astro/py-aipy/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/astro/py-aipy/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -11,12 +11,12 @@ MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Astronomical Interferometry in PYthon
 
 BUILD_DEPENDS=	${PYNUMPY} \
-		${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem \
-		${PKGNAMEPREFIX}pyfits>=1.1:astro/py-pyfits \
-		${PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib
+		${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem@${FLAVOR} \
+		${PKGNAMEPREFIX}pyfits>=1.1:astro/py-pyfits@${FLAVOR} \
+		${PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/astro/py-astLib/Makefile
==============================================================================
--- head/astro/py-astLib/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/astro/py-astLib/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -14,15 +14,15 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYNUMPY} \
-		${PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy \
-		${PKGNAMEPREFIX}pillow>0:graphics/py-pillow \
-		${PKGNAMEPREFIX}pyfits>=1.1:astro/py-pyfits \
-		${PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib
+		${PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${FLAVOR} \
+		${PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} \
+		${PKGNAMEPREFIX}pyfits>=1.1:astro/py-pyfits@${FLAVOR} \
+		${PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PORTSCOUT=	skipv:0.15,0.17,0.17.1 # incorrect versioning upstream
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 
 post-install:

Modified: head/astro/py-horoscopegenerator/Makefile
==============================================================================
--- head/astro/py-horoscopegenerator/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/astro/py-horoscopegenerator/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -16,6 +16,6 @@ NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	distutils autoplist
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk@${FLAVOR}
 
 .include <bsd.port.mk>

Modified: head/astro/py-pyfits/Makefile
==============================================================================
--- head/astro/py-pyfits/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/astro/py-pyfits/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -14,10 +14,10 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}d2to1>=0:devel/py-d2to1 \
-		${PYTHON_PKGNAMEPREFIX}stsci.distutils>=0:devel/py-stsci.distutils
+		${PYTHON_PKGNAMEPREFIX}d2to1>=0:devel/py-d2to1@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}stsci.distutils>=0:devel/py-stsci.distutils@${FLAVOR}
 RUN_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}d2to1>=0:devel/py-d2to1
+		${PYTHON_PKGNAMEPREFIX}d2to1>=0:devel/py-d2to1@${FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist distutils

Modified: head/astro/pyephem/Makefile
==============================================================================
--- head/astro/pyephem/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/astro/pyephem/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -6,6 +6,8 @@ PORTVERSION=	3.7.6.0
 PORTEPOCH=	1
 CATEGORIES=	astro math hamradio
 MASTER_SITES=	CHEESESHOP
+# XXX rename the directory too.
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Scientific-grade astronomical computations for Python

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/audio/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -685,8 +685,6 @@
     SUBDIR += py-tagpy
     SUBDIR += py-vorbis
     SUBDIR += py-xmms2
-    SUBDIR += py3-mutagen
-    SUBDIR += py3-pylast
     SUBDIR += pytone
     SUBDIR += qjackctl
     SUBDIR += qmidiarp

Modified: head/audio/abcde/Makefile
==============================================================================
--- head/audio/abcde/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/audio/abcde/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -16,7 +16,7 @@ LICENSE_COMB=	dual
 RUN_DEPENDS=	cd-discid:audio/cd-discid \
 		cdparanoia:audio/cdparanoia \
 		lame:audio/lame \
-		${PYTHON_PKGNAMEPREFIX}eyed3>=0.7:audio/py-eyed3 \
+		${PYTHON_PKGNAMEPREFIX}eyed3>=0.7:audio/py-eyed3@${PY_FLAVOR} \
 		oggenc:audio/vorbis-tools \
 		bash:shells/bash
 

Modified: head/audio/beets/Makefile
==============================================================================
--- head/audio/beets/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/audio/beets/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -13,18 +13,18 @@ COMMENT=	Media library management system for obsessive
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mutagen>=1.33:audio/py-mutagen \
-		${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode \
-		${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0.4:audio/py-musicbrainzngs \
-		${PYTHON_PKGNAMEPREFIX}munkres>=0:math/py-munkres \
-		${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml \
-		${PYTHON_PKGNAMEPREFIX}enum34>=1.0.4:devel/py-enum34 \
-		${PYTHON_PKGNAMEPREFIX}jellyfish>=0:devel/py-jellyfish \
-		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \
-		${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mutagen>=1.33:audio/py-mutagen@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0.4:audio/py-musicbrainzngs@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}munkres>=0:math/py-munkres@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} \
+		${PY_ENUM34} \
+		${PYTHON_PKGNAMEPREFIX}jellyfish>=0:devel/py-jellyfish@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils optsuffix
 
 PLIST_FILES=	man/man1/beet.1.gz man/man5/beetsconfig.5.gz
 
@@ -57,34 +57,34 @@ THUMBNAILS_DESC=	Thumbnails for freedesktop.org-compli
 WEB_DESC=		Web plugin for querying, browsing and playing music
 WEB_CORS_DESC=		Cross-origin resource sharing for the Web plugin
 
-ACOUSTICBRAINZ_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests
+ACOUSTICBRAINZ_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR}
 BADFILES_RUN_DEPENDS=	flac:audio/flac \
 			mp3val:audio/mp3val
-BEATPORT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \
-			${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.6.1:www/py-requests-oauthlib
-BPD_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gstreamer1>=0:multimedia/py-gstreamer1 \
-			${PYTHON_PKGNAMEPREFIX}gobject>=0:devel/py-gobject
-CHROMA_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyacoustid>=0:audio/py-pyacoustid
-DISCOGS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}discogs-client>=2.1.0:audio/py-discogs-client
-EMBYUPDATE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests
-FETCHART_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests
+BEATPORT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.6.1:www/py-requests-oauthlib@${FLAVOR}
+BPD_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gstreamer1>=0:multimedia/py-gstreamer1@${FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}gobject>=0:devel/py-gobject@${FLAVOR}
+CHROMA_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyacoustid>=0:audio/py-pyacoustid@${FLAVOR}
+DISCOGS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}discogs-client>=2.1.0:audio/py-discogs-client@${FLAVOR}
+EMBYUPDATE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR}
+FETCHART_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR}
 FFMPEG_RUN_DEPENDS=	ffmpeg>=2:multimedia/ffmpeg
 IMAGEMAGICK_RUN_DEPENDS=	convert:graphics/ImageMagick
 IPFS_RUN_DEPENDS=	ipfs-go:sysutils/ipfs-go
-LASTFM_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pylast>=0:audio/py-pylast
-LASTIMPORT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests
-LYRICS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests
-LYRICS_GOOGLE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup
-METASYNC_DBUS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus
-MPDSTATS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mpd2>=0:audio/py-mpd2
-PLEXUPDATE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests
+LASTFM_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pylast>=0:audio/py-pylast@${FLAVOR}
+LASTIMPORT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR}
+LYRICS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR}
+LYRICS_GOOGLE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${FLAVOR}
+METASYNC_DBUS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${FLAVOR}
+MPDSTATS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mpd2>=0:audio/py-mpd2@${FLAVOR}
+PLEXUPDATE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR}
 REPLAYGAIN_RUN_DEPENDS=	mp3gain>=0:audio/mp3gain
 REPLAYGAIN_RUN_DEPENDS+=	aacgain>=0:audio/aacgain
-SPOTIFY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests
-THUMBNAILS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg
-THUMBNAILS_RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pathlib>=0:devel/py-pathlib
-WEB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask
-WEB_CORS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask-Cors>=0:www/py-flask-cors
+SPOTIFY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR}
+THUMBNAILS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${FLAVOR}
+THUMBNAILS_RUN_DEPENDS+=	${PY_PATHLIB}
+WEB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${FLAVOR}
+WEB_CORS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask-Cors>=0:www/py-flask-cors@${FLAVOR}
 
 post-install:
 	${INSTALL} ${WRKSRC}/man/beet.1 ${STAGEDIR}${PREFIX}/man/man1/

Modified: head/audio/carla/Makefile
==============================================================================
--- head/audio/carla/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/audio/carla/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -13,10 +13,10 @@ LICENSE_FILE=	${WRKSRC}/doc/GPL.txt
 
 LIB_DEPENDS=	liblo.so:audio/liblo \
 		libsndfile.so:audio/libsndfile
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyliblo>0:audio/py-pyliblo
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyliblo>0:audio/py-pyliblo@${PY_FLAVOR}
 
 USES=		compiler:c++11-lib desktop-file-utils gmake localbase \
-		pkgconfig pyqt:5 python:3 shared-mime-info tar:bz2
+		pkgconfig pyqt:5 python:3.4+ shared-mime-info tar:bz2
 USE_GITHUB=	yes
 GH_ACCOUNT=	falkTX
 USE_PYQT=	core_run gui_run svg_run widgets_run sip_build xml_build

Modified: head/audio/exaile-devel/Makefile
==============================================================================
--- head/audio/exaile-devel/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/audio/exaile-devel/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -11,10 +11,10 @@ COMMENT=	Full featured python-based music player for G
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen \
-		${PYTHON_PKGNAMEPREFIX}gstreamer1>0:multimedia/py-gstreamer1 \
-		${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus \
-		${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}gstreamer1>0:multimedia/py-gstreamer1@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3@${PY_FLAVOR}
 
 USE_GITHUB=	yes
 GH_TAGNAME=	9ba2cc8
@@ -29,7 +29,7 @@ OPTIONS_SUB=	yes
 NLS_USES=	gettext
 NLS_BUILD_DEPENDS=	help2man:misc/help2man
 NLS_INSTALL_TARGET_OFF=	install_no_locale
-CDDB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cddb>0:audio/py-cddb
+CDDB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cddb>0:audio/py-cddb@${PY_FLAVOR}
 HAL_LIB_DEPENDS=	libhal.so:sysutils/hal
 
 MAKE_ENV=	EPREFIX=${PREFIX} \

Modified: head/audio/exaile/Makefile
==============================================================================
--- head/audio/exaile/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/audio/exaile/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -12,7 +12,7 @@ COMMENT=	Full featured python-based music player for G
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mutagen>=1.11:audio/py-mutagen
+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
@@ -24,14 +24,14 @@ OPTIONS_DEFAULT=	BAD CDDB DBUS HAL NOTIFY SEXY
 OPTIONS_SUB=		yes
 BAD_DESC=		Install bad GStreamer plugins
 BAD_USE=		GSTREAMER=bad
-CDDB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cddb>=1.4:audio/py-cddb
-DBUS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.82.1:devel/py-dbus
+CDDB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cddb>=1.4:audio/py-cddb@${PY_FLAVOR}
+DBUS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.82.1:devel/py-dbus@${PY_FLAVOR}
 HAL_LIB_DEPENDS=	libhal.so:sysutils/hal
-NOTIFY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify
+NOTIFY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify@${PY_FLAVOR}
 NLS_USES=		gettext
 NLS_INSTALL_TARGET_OFF=	install_no_locale
 SEXY_DESC=		UI enchancements
-SEXY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sexy>=0.1.9:x11-toolkits/py-sexy
+SEXY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sexy>=0.1.9:x11-toolkits/py-sexy@${PY_FLAVOR}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/Makefile

Modified: head/audio/gnome-music/Makefile
==============================================================================
--- head/audio/gnome-music/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/audio/gnome-music/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgrilo-0.2.so:net/grilo2 \
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake gnome libtool pathfix pkgconfig python:3 tar:xz
+USES=		gettext gmake gnome libtool pathfix pkgconfig python:3.4+ tar:xz
 USE_LDCONFIG=	yes
 USE_GNOME=	gnomedesktop3 gtk30 intltool introspection:build
 GNU_CONFIGURE=	yes

Modified: head/audio/idjc/Makefile
==============================================================================
--- head/audio/idjc/Makefile	Thu Nov 30 15:48:26 2017	(r455209)
+++ head/audio/idjc/Makefile	Thu Nov 30 15:50:30 2017	(r455210)
@@ -25,8 +25,8 @@ LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libsamplerate.so:audio/libsamplerate \

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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