aboutsummaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-10-15 15:47:00 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-10-15 15:47:00 +0000
commitf0a970a2fb257353c8212eba13ff50a5a37fead4 (patch)
tree5a5b634fe941ca788f7b6aae8c6953fc3d9fd879 /editors/vim
parentfd41b0e1e66279ccb9519f1f58887f42df4dac17 (diff)
downloadports-f0a970a2fb257353c8212eba13ff50a5a37fead4.tar.gz
ports-f0a970a2fb257353c8212eba13ff50a5a37fead4.zip
Update to patchlevel 35.
Also, change the terminal library from libtermlib to libncurses. This change is for DragonflyBSD, and should have no effect on FreeBSD. Submitted by marino.
Notes
Notes: svn path=/head/; revision=424023
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile4
-rw-r--r--editors/vim/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 93f30351a104..6eba3d230d2b 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= vim
-PORTVERSION= 8.0.0022
+PORTVERSION= 8.0.0035
DISTVERSIONPREFIX= v
CATEGORIES= editors
@@ -35,7 +35,7 @@ LANGBIND_DESC= Optional language bindings
ALL_TARGET= # empty
MAKE_ARGS+= CC="${CC}" CONF_ARGS="--prefix=${PREFIX} ${CSCOPE_ARG}" STRIP="${STRIP_CMD}"
MAKE_ARGS+= VIMRUNTIMEDIR=${PREFIX}/share/vim/${VIM_VER} VIMRCLOC=${ETCDIR}
-MAKE_ARGS+= CONF_OPT_MULTIBYTE=--enable-multibyte CONF_TERM_LIB=--with-tlib=termlib
+MAKE_ARGS+= CONF_OPT_MULTIBYTE=--enable-multibyte CONF_TERM_LIB=--with-tlib=ncurses
REINPLACE_ARGS= -i ''
USES= cpe iconv ncurses pkgconfig shebangfix
MAKE_JOBS_UNSAFE= yes
diff --git a/editors/vim/distinfo b/editors/vim/distinfo
index 524d0ee8b185..8a34193bc44a 100644
--- a/editors/vim/distinfo
+++ b/editors/vim/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475944434
-SHA256 (vim-vim-v8.0.0022_GH0.tar.gz) = 9b414635f008865ed9464b540c09cfbf60d1a7150838bce91b6d6adfb7805a2b
-SIZE (vim-vim-v8.0.0022_GH0.tar.gz) = 12929201
+TIMESTAMP = 1476303311
+SHA256 (vim-vim-v8.0.0035_GH0.tar.gz) = 5b88509107cba8ca336450ec8f5b78bc53b3f079c6788ec168c2d9f08591ced2
+SIZE (vim-vim-v8.0.0035_GH0.tar.gz) = 12919456