Skip to content

Commit

Permalink
editors/vim: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Oct 17, 2016
1 parent 692eab6 commit 4a9dfb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions editors/vim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= vim
PORTVERSION= 8.0.0022
PORTVERSION= 8.0.0035
DISTVERSIONPREFIX= v
CATEGORIES= editors

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions editors/vim/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4a9dfb3

Please sign in to comment.