mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Remove the check for python 3.2, and add a check for python 3.6. Without
this, users with DEFAULT_VERSIONS+=python=3.6 were getting vim without python3 support. PORTREVISION bump for this, because py3.6 users need a rebuilt vim. PR: 215676 Submitted by: rsmith xs4all nl
This commit is contained in:
parent
2f6eb8612d
commit
7b9efad304
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430125
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= vim
|
||||
PORTVERSION= 8.0.0134
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= editors
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
fi
|
||||
|
||||
- for ac_prog in python3 python
|
||||
+ for ac_prog in python3.5 python3.4 python3.3 python3.2
|
||||
+ for ac_prog in python3.6 python3.5 python3.4 python3.3
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
|
Loading…
Reference in New Issue
Block a user