As per the 20131003 entry in ports/UPDATING I have changed my make.conf to include
However, when I try to build lang/python2 I keep getting an older version, python2-2_2.
My make.conf
This problem shows up both when using ports-mgmt/poudriere and when trying to build a local copy. Any idea what I am doing wrong?
Code:
DEFAULT_VERSIONS=python=2.7 python2=2.7
My make.conf
Code:
PERL_VERSION=5.16.3
CC=clang
CXX=clang++
CPP=clang-cpp
DEFAULT_VERSIONS= perl5=5.16 ruby=1.9 python=2.7 python2=2.7
This problem shows up both when using ports-mgmt/poudriere and when trying to build a local copy. Any idea what I am doing wrong?