Update vim to patchlevel 1248

This commit is contained in:
Adam Weinberger 2019-05-02 23:59:44 +00:00
parent 5cc14a9ae5
commit 4bf065ff94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500681
3 changed files with 18 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= vim
PORTVERSION= 8.1.1099
PORTVERSION= 8.1.1248
DISTVERSIONPREFIX= v
CATEGORIES= editors

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1554168507
SHA256 (vim-vim-v8.1.1099_GH0.tar.gz) = 7fc9698f6ea9cc2c42ab41b523bb8e4ea3b688c2e193e05e5083859d4da9b385
SIZE (vim-vim-v8.1.1099_GH0.tar.gz) = 14080570
TIMESTAMP = 1556841484
SHA256 (vim-vim-v8.1.1248_GH0.tar.gz) = 5caa9b9d59bcfe172406352269ee5bc9d2d2837cf91eb937419454e0e9cc9a0e
SIZE (vim-vim-v8.1.1248_GH0.tar.gz) = 14166070

View file

@ -0,0 +1,14 @@
--- src/po/Makefile.orig 2019-05-02 23:54:55 UTC
+++ src/po/Makefile
@@ -165,9 +165,9 @@ $(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimex
po/gvim.desktop.in po/vim.desktop.in
mv -f ../$(PACKAGE).po $(PACKAGE).pot
-%.desktop: %.desktop.in $(POFILES)
+gvim.desktop vim.desktop: $@.in $(POFILES)
@echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS
- $(MSGFMT) --desktop -d . --template $< -o $@
+ $(MSGFMT) --desktop -d . --template $@.in -o $@
update-po: $(LANGUAGES)