Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 08:05:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405117 - head/editors/vim/files
Message-ID:  <201601030805.u03855TY007564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 08:05:05 2016
New Revision: 405117
URL: https://svnweb.freebsd.org/changeset/ports/405117

Log:
  - Add python3.5

Modified:
  head/editors/vim/files/patch-src-auto-configure

Modified: head/editors/vim/files/patch-src-auto-configure
==============================================================================
--- head/editors/vim/files/patch-src-auto-configure	Sun Jan  3 07:31:49 2016	(r405116)
+++ head/editors/vim/files/patch-src-auto-configure	Sun Jan  3 08:05:05 2016	(r405117)
@@ -60,7 +60,7 @@
    fi
  
 -    for ac_prog in python3 python
-+    for ac_prog in python3.4 python3.3 python3.2
++    for ac_prog in python3.5 python3.4 python3.3 python3.2
  do
    # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2



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