svn commit: r453060 - head/editors/vim
Adam Weinberger
adamw at FreeBSD.org
Sat Oct 28 15:56:51 UTC 2017
Author: adamw
Date: Sat Oct 28 15:56:49 2017
New Revision: 453060
URL: https://svnweb.freebsd.org/changeset/ports/453060
Log:
Update to patchlevel 1231
Also, fix up ctags/exctags commands. I believe the ctags syntax was
wrong before. Anybody who uses ctags, please let me know if things
break and I'll revert that change.
Modified:
head/editors/vim/Makefile
head/editors/vim/distinfo
Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile Sat Oct 28 15:42:21 2017 (r453059)
+++ head/editors/vim/Makefile Sat Oct 28 15:56:49 2017 (r453060)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= vim
-PORTVERSION= 8.0.1207
+PORTVERSION= 8.0.1231
DISTVERSIONPREFIX= v
CATEGORIES= editors
@@ -51,6 +51,7 @@ OPTIONS_SUB= yes
.if defined(LITE)
OPTIONS_DEFAULT= DEFAULT_VIMRC
OPTIONS_SLAVE= CONSOLE
+# Exclude everything except the two options above
OPTIONS_EXCLUDE:= ${OPTIONS_DEFINE:NDEFAULT_VIMRC} \
${OPTIONS_SINGLE_UI:NCONSOLE} \
${OPTIONS_GROUP_LANGBIND}
@@ -176,10 +177,10 @@ post-install:
# OPTIONS
post-patch-EXUBERANT_CTAGS-off:
- @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's!ctags -R \.!${FIND} . -type f \\| ${XARGS} ctags!g'
+ @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -Ee 's!ctags -R ?\.!${FIND} . -type f | ${XARGS} ctags!g'
post-patch-EXUBERANT_CTAGS-on:
- @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|ctags -R \.|exctags -R .|g'
+ @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|ctags -R|exctags -R|g'
post-patch-LUA-on:
@${REINPLACE_CMD} -e 's|set dummy lua;|set dummy ${LUA_CMD};|g' ${WRKSRC}/src/auto/configure
Modified: head/editors/vim/distinfo
==============================================================================
--- head/editors/vim/distinfo Sat Oct 28 15:42:21 2017 (r453059)
+++ head/editors/vim/distinfo Sat Oct 28 15:56:49 2017 (r453060)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508600080
-SHA256 (vim-vim-v8.0.1207_GH0.tar.gz) = 21b40e5c99f6755a29ee5ea341d876ea059c94ee19cc0680dacb67061a20077f
-SIZE (vim-vim-v8.0.1207_GH0.tar.gz) = 13365963
+TIMESTAMP = 1509206050
+SHA256 (vim-vim-v8.0.1231_GH0.tar.gz) = 66868016320b666217ff70508c7416b70424e376e427a7c402e137346271cabb
+SIZE (vim-vim-v8.0.1231_GH0.tar.gz) = 13366582
More information about the svn-ports-head
mailing list