aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2019-05-02 23:59:44 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2019-05-02 23:59:44 +0000
commit4bf065ff94050058fd92bca6ef09791ae5f1944d (patch)
tree779936b62942bf1f529594e0712c425858721a85 /editors
parent5cc14a9ae5ccd5f542d3e5cc4d7b1726429f1713 (diff)
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile2
-rw-r--r--editors/vim/distinfo6
-rw-r--r--editors/vim/files/patch-src_po_Makefile14
3 files changed, 18 insertions, 4 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 8c9a418e3445..7ada5988690a 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= vim
-PORTVERSION= 8.1.1099
+PORTVERSION= 8.1.1248
DISTVERSIONPREFIX= v
CATEGORIES= editors
diff --git a/editors/vim/distinfo b/editors/vim/distinfo
index c94bbf1388ef..12a3600414fa 100644
--- a/editors/vim/distinfo
+++ b/editors/vim/distinfo
@@ -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
diff --git a/editors/vim/files/patch-src_po_Makefile b/editors/vim/files/patch-src_po_Makefile
new file mode 100644
index 000000000000..ba0ffd232981
--- /dev/null
+++ b/editors/vim/files/patch-src_po_Makefile
@@ -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)
+