diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-09-04 21:10:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-09-04 21:10:09 +0800 |
commit | cde24c5ac4b3ed2f5863ffbf7fc0c087dbaa75a1 (patch) | |
tree | af25a96364ed566a2c491f63d21460731a2acdbc /editors | |
parent | 6faf1175ae97497e49730f407af64ce9616a609a (diff) | |
download | freebsd-ports-gnome-cde24c5ac4b3ed2f5863ffbf7fc0c087dbaa75a1.tar.gz freebsd-ports-gnome-cde24c5ac4b3ed2f5863ffbf7fc0c087dbaa75a1.tar.zst freebsd-ports-gnome-cde24c5ac4b3ed2f5863ffbf7fc0c087dbaa75a1.zip |
- patch 399 was updated with correct encoding on Aug, 28
- Bump PORTREVISION for rebuild
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 7 | ||||
-rw-r--r-- | editors/vim/distinfo | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 7beba8e6c88c..1dbb16a66938 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -3,7 +3,7 @@ PORTNAME= vim PORTVERSION= 7.4.${PATCHLEVEL} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= editors MASTER_SITES= VIM:source \ ${MASTER_SITE_VIM:S|unix|patches/${PORTVERSION:R}|}:patch \ @@ -143,11 +143,6 @@ MAKE_ARGS+= CONF_OPT_PYTHON="--enable-python3interp --disable-pythoninterp" .endif .endif -pre-patch: -# convert encoding for patch 399, otherwise it blocks 402 (src/undo.c), 403 (src/fileio.c) and 404 (src/undo.c) - @${MV} ${WRKSRC}/src/testdir/test71.ok ${WRKSRC}/src/testdir/test71.ok.orig - @${ICONV_CMD} -f iso-8859-1 -t utf-8 ${WRKSRC}/src/testdir/test71.ok.orig > ${WRKSRC}/src/testdir/test71.ok - post-patch: @${REINPLACE_CMD} -e '/^install_normal: / s|install-icons|# &|; /cd $$(DEST_BIN); ln -s/d' ${WRKSRC}/src/Makefile @${FIND} ${WRKSRC}/runtime/ -name menu\*.vim -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's,ctags -R \\.,${CTAGS_CMD},g' diff --git a/editors/vim/distinfo b/editors/vim/distinfo index ff84ed84237b..21fab186c836 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -792,8 +792,8 @@ SHA256 (vim/7.4.397) = f2d6edc3f27d9f0b5b0f2f994d7f89dbb03ed6e94f0d736a83daed6ff SIZE (vim/7.4.397) = 5060 SHA256 (vim/7.4.398) = ae3fd064b02ff64b4d385ca8645320e34d6456ef4e63001a987b5a3a167afb67 SIZE (vim/7.4.398) = 1533 -SHA256 (vim/7.4.399) = 39ed94087498f7592d01eff771f8572a24fa393ffc4c6103b80c99217e527600 -SIZE (vim/7.4.399) = 136105 +SHA256 (vim/7.4.399) = 8b163afdd390617ac2ee43fb466f1d20f09c96b3762ea2b29883dcf387e8fa94 +SIZE (vim/7.4.399) = 136047 SHA256 (vim/7.4.400) = 370f1e8e4a7d18334aee01d4b08ad9794e81116a7c2c0d53d3eeabc81e68f184 SIZE (vim/7.4.400) = 1848 SHA256 (vim/7.4.401) = 3fada42edf557fbaa08f830c786ca244e139ab9368fe1235bd6a17802d6a8ba0 |