svn commit: r500681 - in head/editors/vim: . files

Adam Weinberger adamw at FreeBSD.org
Thu May 2 23:59:45 UTC 2019


Author: adamw
Date: Thu May  2 23:59:44 2019
New Revision: 500681
URL: https://svnweb.freebsd.org/changeset/ports/500681

Log:
  Update vim to patchlevel 1248

Added:
  head/editors/vim/files/patch-src_po_Makefile   (contents, props changed)
Modified:
  head/editors/vim/Makefile
  head/editors/vim/distinfo

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Thu May  2 21:05:11 2019	(r500680)
+++ head/editors/vim/Makefile	Thu May  2 23:59:44 2019	(r500681)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	vim
-PORTVERSION=	8.1.1099
+PORTVERSION=	8.1.1248
 DISTVERSIONPREFIX=	v
 CATEGORIES=	editors
 

Modified: head/editors/vim/distinfo
==============================================================================
--- head/editors/vim/distinfo	Thu May  2 21:05:11 2019	(r500680)
+++ head/editors/vim/distinfo	Thu May  2 23:59:44 2019	(r500681)
@@ -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

Added: head/editors/vim/files/patch-src_po_Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/vim/files/patch-src_po_Makefile	Thu May  2 23:59:44 2019	(r500681)
@@ -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)
+ 


More information about the svn-ports-all mailing list