Mon Sep 18 23:27:01 2017 UTC ()
vim-share: add comment where changelog can be found

From morr@


(wiz)
diff -r1.107 -r1.108 pkgsrc/editors/vim-share/version.mk

cvs diff -r1.107 -r1.108 pkgsrc/editors/vim-share/version.mk (expand / switch to unified diff)

--- pkgsrc/editors/vim-share/version.mk 2017/09/11 21:05:00 1.107
+++ pkgsrc/editors/vim-share/version.mk 2017/09/18 23:27:01 1.108
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1# $NetBSD: version.mk,v 1.107 2017/09/11 21:05:00 wiz Exp $ 1# $NetBSD: version.mk,v 1.108 2017/09/18 23:27:01 wiz Exp $
2 2
3VIM_VERSION= 8.0 3VIM_VERSION= 8.0
4VIM_PATCHLEVEL= 1096 4VIM_PATCHLEVEL= 1096
 5# Changelog: see http://ftp.vim.org/pub/vim/patches/8.0/
5VIM_SUBDIR= vim80 6VIM_SUBDIR= vim80
6 7
7PRINT_PLIST_AWK+= { gsub(/${VIM_SUBDIR}/, "$${VIM_SUBDIR}"); print; next; } 8PRINT_PLIST_AWK+= { gsub(/${VIM_SUBDIR}/, "$${VIM_SUBDIR}"); print; next; }