svn commit: r356242 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Mon Jun 2 18:29:23 UTC 2014


Author: antoine
Date: Mon Jun  2 18:29:22 2014
New Revision: 356242
URL: http://svnweb.freebsd.org/changeset/ports/356242
QAT: https://qat.redports.org/buildarchive/r356242/

Log:
  Revert r356123
  This change was not exp-ran and if breaks a few ports because the python3
  metaport and bsd.python.mk do not handle python34 well for now
  
  Discussed with:	mva
  With hat:	portmgr

Modified:
  head/Mk/bsd.default-versions.mk

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Mon Jun  2 17:55:42 2014	(r356241)
+++ head/Mk/bsd.default-versions.mk	Mon Jun  2 18:29:22 2014	(r356242)
@@ -28,7 +28,7 @@ PGSQL_DEFAULT?=		9.2
 PHP_DEFAULT?=		5.4
 PYTHON_DEFAULT?=	2.7
 PYTHON2_DEFAULT?=	2.7
-PYTHON3_DEFAULT?=	3.4
+PYTHON3_DEFAULT?=	3.3
 RUBY_DEFAULT?=		1.9
 TCLTK_DEFAULT?=		8.6
 FIREBIRD_DEFAULT?=	2.5


More information about the svn-ports-head mailing list