svn commit: r405117 - head/editors/vim/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 08:05:07 UTC 2016


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


More information about the svn-ports-head mailing list