diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-01-10 23:15:27 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-01-10 23:15:27 +0000 |
commit | 3a18883882aa568f5a1c558e17c6f0a646466449 (patch) | |
tree | 0d5ac268bf5211f4801cc546aea316b09fa39279 /UPDATING | |
parent | bc918e0681bfbde9679a81bd8be1119af44d35cb (diff) | |
download | ports-3a18883882aa568f5a1c558e17c6f0a646466449.tar.gz ports-3a18883882aa568f5a1c558e17c6f0a646466449.zip |
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=376731
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. +20150111: + AFFECTS: users of python3 + AUTHOR: demon@FreeBSD.org + + The default version of python3 has changed from 3.3 to 3.4. + If you wish to stick with older version, add "python3=3.3" to your + DEFAULT_VERSIONS variable in /etc/make.conf. To upgrade: + + If using portupgrade: + # portupgrade -o lang/python33 lang/python34 + + If using portmaster: + # portmaster -o lang/python33 lang/python34 + 20150109: AFFECTS: users of audio/speex AUTHOR: tijl@FreeBSD.org |