vim: update to 7.4.977

This commit is contained in:
Tom G. Christensen 2015-12-19 21:33:07 +01:00
parent 3c6fd0cf69
commit 610b33ac4e
2 changed files with 6 additions and 7 deletions

View File

@ -4,17 +4,13 @@
. ${BUILDPKG_SCRIPTS}/build.sh.functions
#
###########################################################
hgrev=d3a23af4bba1
patchlevel=768
patchlevel=977
basever=7.4
# Check the following 4 variables before running the script
topdir=vim
version=${basever}.${patchlevel}
pkgver=1
# Tarball was created like this:
# hg clone https://vim.googlecode.com/hg/ vim
# hg archive -r v7-4-%{patchlevel} %b-%h.tar.bz2
source[0]=$topdir-$hgrev.tar.bz2
source[0]=https://github.com/vim/vim/archive/v${basever}.${patchlevel}.tar.gz
# If there are no patches, simply comment this
#patch[0]=
@ -28,7 +24,7 @@ basic_args=(--prefix=$prefix --without-local-dir --with-features=huge --enable-m
# Do not let scripts add a dependency on perl
ignore_deps="TGCperl"
# We need to override this
topsrcdir=vim-${hgrev}
topsrcdir=vim-${basever}.${patchlevel}
reg prep
prep()

View File

@ -1,5 +1,8 @@
CHANGELOG
---------
* Sat Dec 19 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 7.4.977-1
- Update to 7.4.977
* Fri Jul 03 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 7.4.768-1
- Update to 7.4.768 (HG d3a23af4bba1)