svn commit: r441328 - head/editors/vim
Adam Weinberger
adamw at FreeBSD.org
Sat May 20 18:29:29 UTC 2017
Author: adamw
Date: Sat May 20 18:29:27 2017
New Revision: 441328
URL: https://svnweb.freebsd.org/changeset/ports/441328
Log:
Update to patchlevel 600.
Prevent just the broken OPTION on ppc64, rather than marking the
whole port BROKEN.
Modified:
head/editors/vim/Makefile
head/editors/vim/distinfo
Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile Sat May 20 18:17:37 2017 (r441327)
+++ head/editors/vim/Makefile Sat May 20 18:29:27 2017 (r441328)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= vim
-PORTVERSION= 8.0.0596
+PORTVERSION= 8.0.0600
DISTVERSIONPREFIX= v
CATEGORIES= editors
@@ -14,8 +14,6 @@ LICENSE_NAME= VIM License
LICENSE_FILE= ${WRKSRC}/runtime/doc/uganda.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-BROKEN_powerpc64= fails to compile: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute
-
OPTIONS_DEFINE= CSCOPE DEFAULT_VIMRC EXUBERANT_CTAGS NLS XTERM_SAVE
OPTIONS_SINGLE= UI
OPTIONS_SINGLE_UI= ATHENA CONSOLE GNOME GTK2 GTK3 MOTIF X11
@@ -23,6 +21,9 @@ OPTIONS_GROUP= LANGBIND
OPTIONS_GROUP_LANGBIND= LUA PERL PYTHON RUBY TCL
OPTIONS_SUB= yes
+# BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute
+OPTIONS_EXCLUDE_powerpc64= RUBY
+
DEFAULT_VIMRC_DESC= Install bundled vimrc as default setting
EXUBERANT_CTAGS_DESC= Use exctags instead of ctags
XTERM_SAVE_DESC= Restore xterm screen after exit
Modified: head/editors/vim/distinfo
==============================================================================
--- head/editors/vim/distinfo Sat May 20 18:17:37 2017 (r441327)
+++ head/editors/vim/distinfo Sat May 20 18:29:27 2017 (r441328)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494085009
-SHA256 (vim-vim-v8.0.0596_GH0.tar.gz) = b83c5a1f70c337afade89fbcaa3d5f80f0408a8bb71345f2d8ba5f992eba7752
-SIZE (vim-vim-v8.0.0596_GH0.tar.gz) = 13108743
+TIMESTAMP = 1495304455
+SHA256 (vim-vim-v8.0.0600_GH0.tar.gz) = fa98e8fcf59bf932c3e957f331e979d4e45451a1033536ad36c0e2ef2890cac5
+SIZE (vim-vim-v8.0.0600_GH0.tar.gz) = 13110822
More information about the svn-ports-head
mailing list